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
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