Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin
Total activity
50
Last activity
November 29, 2024 10:08
Member since
February 01, 2024 12:53
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
16
Activity overview
Posts (11)
Comments (18)
Sort by votes
Recent activity
Votes
Created
October 17, 2024 09:06
Thank for hint, but above creates file in `temp://` which is not reachable in my project because I'm using findFileByIoFile due to processing file by io paths.
Community
IntelliJ IDEA Open API and Plugin Development
Need to create project directory explicitly before each unit test
0 votes
Created
September 26, 2024 09:38
20 years later… but maybe useful to someoneWorks for me:<add-to-group group-id="XDebugger.ToolWindow.TopToolbar3" relative-to-action="Rerun" anchor="after" />
Community
IntelliJ IDEA Open API and Plugin Development
How to add an action to the debugger toolbar?
0 votes
Created
September 03, 2024 12:39
Thank you Karol,I can imagine how big the codebase is. Good luck!
Community
IntelliJ IDEA Open API and Plugin Development
How simple is to write IntelliJ plugin (remark according documentation)
0 votes
Created
August 08, 2024 08:19
I was in same situation - RestServer is shared within different projects that are opened in IntelliJ. To figure out which project request belongs to I am sending projectBasePath in each request. Ha...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin rest server
0 votes
Created
August 02, 2024 09:34
Yes, please have a look at https://github.com/vaadin/intellij-plugin - i'm not professional Kotlin nor intellij plugin developer so code might be wonky in many places, but it works.
Community
IntelliJ IDEA Open API and Plugin Development
How to create single module wizard step with generic Name and Location? (direct Create, no wizard steps)
1 vote
Edited
July 04, 2024 10:01
In my case problem was that async refresh was not refreshing `target/` in proper time and thats why I was noticing changes “after some time”, after doing such:ProjectTaskManager.getInstance(project...
Community
IntelliJ IDEA Open API and Plugin Development
Process resource after created by plugin
1 vote
Created
June 28, 2024 09:06
Thank you for reply. Write operation is done using `WriteCommandAction.runWriteCommandAction` inside `CommandProcessor.getInstance().executeCommand` to have custom undo label and Undo is performed ...
Community
IntelliJ IDEA Open API and Plugin Development
Detect actions on save
0 votes
Created
April 25, 2024 13:55
Write actions are not a problem, try WriteCommandAction.runWriteCommandAction(project) { }
Community
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
1 vote
Created
April 25, 2024 09:48
One of possible solutions (workaround?) provided in https://intellij-support.jetbrains.com/hc/en-us/community/posts/13867414023058/comments/18546489297042 please answer if there is a better way.
Community
IntelliJ IDEA Open API and Plugin Development
How to use GeneratorNewProjectWizardBuilderAdapter for Project create only, not Module?
0 votes
Created
April 25, 2024 09:47
For me those actions are: NewModuleInGroup NewProject NewModule WelcomeScreen.CreateNewProject So indeed, if contains “Module” do not make it available, thanks
Community
IntelliJ IDEA Open API and Plugin Development
Custom ModuleBuilder only for new projects, not modules
0 votes
Next
›
Last
»