Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Elior Boukhobza
Follow
New posts
New posts and comments
Total activity
15
Last activity
October 25, 2021 10:09
Member since
December 30, 2019 11:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
October 25, 2021 10:09
I already found out these but most of the work is inaccessible from outside, unfortunately. Its a bummer
Community
IntelliJ IDEA Open API and Plugin Development
Reset Color Schemes Programmatically
0 votes
Created
May 28, 2021 20:23
Also, I want to point out that I've already tried replacing the value with 212-EAP-SNAPSHOT but then some the plugins I use as dependencies do not work anymore. Especially "JavaScriptLanguage" and ...
Community
IntelliJ IDEA Open API and Plugin Development
The 2021.2 EAP is out, but the LATEST-EAP-SNAPSHOT still points to 2021.1
0 votes
Created
February 06, 2020 09:14
This document is outdated, settings for 2020.1 are now inside ~/Library/Application Support/JetBrains/<productName><productVersion>
General
Installation and Licensing
Directories used by the IDE to store settings, caches, plugins and logs
1 vote
Created
December 31, 2019 11:51
Yes I know about this, this is not what I want, rather I have implemented a new Control.Painter which I use to render the selected file indicator (http://www.material-theme.com/blog/whats-new-in-2-...
Community
IntelliJ IDEA Open API and Plugin Development
Clicking on a row in the project tree doesn't open the file anymore
0 votes
Created
December 31, 2019 11:45
Hmm interesting... I'll check if that meets my requirements. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Clicking on a row in the project tree doesn't open the file anymore
0 votes
Created
December 31, 2019 10:01
No problem then - just make the DefaultTreeUI extendable then. This way I can simply extend the class to change only the parts that interest me.
Community
IntelliJ IDEA Open API and Plugin Development
Clicking on a row in the project tree doesn't open the file anymore
0 votes
Created
December 31, 2019 09:43
It’s not just about icons, it’s about the ability to customize the UI components however I want to. Why would you have the property “TreeUI” in UIDefaults if you can’t replace it with your own vers...
Community
IntelliJ IDEA Open API and Plugin Development
Clicking on a row in the project tree doesn't open the file anymore
0 votes
Created
December 31, 2019 09:33
I don’t know if you know the material theme plugin, but the concept of the plugin is to change the UI components. Therefore I have my own instance of TreeUI replacing your version. In my version t...
Community
IntelliJ IDEA Open API and Plugin Development
Clicking on a row in the project tree doesn't open the file anymore
0 votes