Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Opensource
Total activity
48
Last activity
January 22, 2026 12:38
Member since
February 20, 2020 18:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
17
Activity overview
Posts (8)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
April 22, 2020 20:07
Happened three times the past hour. For every plugin gradle was added. localpath might help. I will try.
Community
IntelliJ IDEA Open API and Plugin Development
Why gradle always downloads large files when trying to build a plugin project?
0 votes
Created
April 14, 2020 18:10
1. I got it in the end. It was not a pretty way to get it but I got the info. 2. Following your advice, I have no comment.
Community
IntelliJ IDEA Open API and Plugin Development
Get the splitter orientation and other info on a splitter
0 votes
Created
April 12, 2020 09:38
Dosnlinux Thanks! Does the second link provide me with a settings configuration window. I've seen the state stuff before. It is the UI part I would like to add.
Community
IntelliJ IDEA Open API and Plugin Development
How do you create a configuration settings window for the plugin, easiest start.
0 votes
Created
April 11, 2020 20:53
I had to poll in the end.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to event for editor focus / unfocus.
0 votes
Created
April 10, 2020 16:12
Not even the plugin api is decent.
Community
IntelliJ IDEA Open API and Plugin Development
Get the splitter orientation and other info on a splitter
0 votes
Created
April 10, 2020 16:12
what a wonderful community ... youtrack has millions of open issues. This editor becomes shittier for every year I use it. I appreciate the GoLang and PHP support.
Community
IntelliJ IDEA Open API and Plugin Development
Get the splitter orientation and other info on a splitter
0 votes
Created
April 10, 2020 12:49
That method is package private and getParent is not pssible to call either. what a shit
Community
IntelliJ IDEA Open API and Plugin Development
Retrieving and setting split window settings
0 votes
Created
April 07, 2020 11:22
Requiring us to post a new question just to get some attention.
Community
IntelliJ IDEA Open API and Plugin Development
This forum should sort based on recent activity by default
0 votes
Edited
April 07, 2020 10:58
I got it to work by using this.manager.getSelectedTextEditor and casting it. Frankly I don't know why I need to cast it. Why doesn't it give me the proper type to start with. this.editor = (E...
Community
IntelliJ IDEA Open API and Plugin Development
How to edit the active intellij editor background color ONLY
0 votes
Created
April 07, 2020 10:43
Seems there is a way to listen to when things open and close and then I guess you could have some actions triggered. MessageBus bus = project.getMessageBus();MessageBusConnection connection = bus....
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin development - How to override any Intellij open file action?
0 votes
«
First
‹
Previous
Next
›
Last
»