Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin
Total activity
52
Last activity
December 13, 2024 11:57
Member since
February 01, 2024 12:53
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
17
Activity overview
Posts (11)
Comments (19)
Sort by recent activity
Recent activity
Votes
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
Created
April 23, 2024 12:36
Hi, thanks for reply. Yes, I've checked it but StarterModuleBuilder and many other classes are not public API. I thought there might be easier way of achieving the same.
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
Created
March 27, 2024 15:04
Use ProjectUtil.focusProjectWindow(project, true)
Community
IntelliJ IDEA Open API and Plugin Development
Bring Idea window in front
0 votes
Edited
February 07, 2024 12:27
Ok, ChatGPT solved issue:To force file changes to be flushed to the filesystem in an IntelliJ plugin, you can use the FileDocumentManager and VirtualFile APIs. Here's how you can modify your code t...
Community
IntelliJ IDEA Open API and Plugin Development
Document changes not flushed when IDE is not focused
0 votes
Created
February 01, 2024 20:50
Because I didn't find any write or save method in document, after using vfsDoc.setText(content) it works perfectly. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Undo not present after vfs.writeText on non edited file
0 votes
«
First
‹
Previous