Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alex
Total activity
142
Last activity
November 25, 2021 22:20
Member since
January 02, 2019 14:06
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
35
Activity overview
Posts (34)
Comments (67)
Sort by recent activity
Recent activity
Votes
Created
November 25, 2021 22:20
Run configuration for the project is same as the default "IDEA" run configuration for intellij community edition, except my bundled version of java is azul Zulu15.29+15-CA (build 15.0.2+7)
Community
IntelliJ IDEA Open API and Plugin Development
Mac failed to set about handler on plugin startup
0 votes
Created
January 06, 2021 18:42
Ah I see, thanks a lot
Community
IntelliJ IDEA Open API and Plugin Development
How to make JBSplitter collapsible?
0 votes
Created
October 09, 2020 09:40
Thank you, that makes sense. My question now is, how are these patches generated? Do I have to create them somehow and upload them to the specified patch url or is there a system within intellij to...
Community
IntelliJ IDEA Open API and Plugin Development
How to setup updates on custom IDE built on intellij platform?
0 votes
Created
June 30, 2020 09:02
Found the solution to my issue. Needed to use PsiDocumentManaget.getInstance(project).commitDocument(document), before I called psiFile.accept()
Community
IntelliJ IDEA Open API and Plugin Development
How to commit Document changes to Virtual File?
0 votes
Created
May 09, 2020 12:49
It seems the easiest way to change theme via code is using QuickChangeLookAndFeel.switchLafAndUpdateUI()
Community
IntelliJ IDEA Open API and Plugin Development
How do I set a default theme?
0 votes
Created
April 18, 2020 09:24
Perfect, this works. Thanks a lot
Community
IntelliJ IDEA Open API and Plugin Development
How to manually update AnAction?
0 votes
Created
April 16, 2020 13:15
Excellent, this works. Thank you
Community
IntelliJ IDEA Open API and Plugin Development
How do I put labels/text on navbar?
0 votes
Created
March 11, 2020 14:49
Ah, excellent. This fixes the issue, thank you
Community
IntelliJ IDEA Users
Ant build produces "package does not exist" errors, though intellij java compiler is fine
0 votes
Created
February 22, 2020 11:06
For anyone googling, I believe you simply can't have plugins which communicate, on a built product. I solved this by splitting my plugins into core plugin and others which depend on core, then remo...
Community
IntelliJ IDEA Open API and Plugin Development
Interacting between two plugins causes class not found
0 votes
Created
February 17, 2020 09:48
Ok I think I get it now. For anyone googling, I had to add the module as a dependency to intellij.idea.community.main module.
Community
IntelliJ IDEA Open API and Plugin Development
How to build Intellij ce with plugin
0 votes
Next
›
Last
»