Marcin
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 16
-
Marcin created a post, Conditional display of ExecutorAction
ExecutorAction.update() is not run when popup menu is displayed.I don't want my action to be used for tests. How to achieve this? -
-
Marcin created a post, AnsweredNeed to create project directory explicitly before each unit test
I'm using light unit tests with default fixture:class ProjectTest : BasePlatformTestCase() { var file: String? = null @BeforeEach fun setup() { super.setUp() file = "$... -
-
Marcin commented, -
Marcin created a post, AnsweredHow simple is to write IntelliJ plugin (remark according documentation)
Developing IntelliJ plugin be like:Oh! Link to source code! JavaDocs will explain me everything! Checking NotificationAction…Ok, lets see Notification::addAction:Yeah, you got me. Who needs docs...... -
Marcin created a post, AnsweredAction on save not run on saveDocument
Hi! I am writing document content (having path and content defined) (in EDT) as:vfsFile.findDocument()?.let { CommandProcessor.getInstance().executeCommand( project, ... -
-
-