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 recent activity
Recent activity
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