Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin
Total activity
67
Last activity
January 30, 2025 15:03
Member since
February 01, 2024 12:53
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
21
Activity overview
Posts (14)
Comments (24)
Sort by recent activity
Recent activity
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
Edited
April 25, 2024 09:26
You might use postStartupActivity extension and then maybe use project.isNewProject(). But I didn't test that.
Community
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
0 votes
Created
April 25, 2024 09:18
Did you manage to figure it out? I've got similar case but using `GeneratorNewProjectWizardBuilderAdapter`. There is also `canCreateModule` but it does not seem to affect New Module menu visibility.
Community
IntelliJ IDEA Open API and Plugin Development
Custom ModuleBuilder only for new projects, not modules
0 votes
Created
April 24, 2024 06:27
Hi, thanks for hint. I've started implementing GeneratorNewProjectWizard but it requires also to define project name, project location, used JDK and all StarterWizard helper classes are not in publ...
Community
IntelliJ IDEA Open API and Plugin Development
Import module as maven or gradle after creation
0 votes
Created
April 23, 2024 12:47
I think hint from https://intellij-support.jetbrains.com/hc/en-us/community/posts/18377613898002-Import-module-as-maven-or-gradle-after-creation solves issueps. I don't recommend creating a new Mod...
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)
0 votes
«
First
‹
Previous
Next
›
Last
»