WarnerJan Veldhuis
- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 35
-
Created UI updates
What is the best mechanism to signal the UI that a model has changed or vice versa? For example, if I select an item in a tree, and a button has to change from disabled to enabled, what events do I... -
Created Bad font in plugin sandbox
I can't figure out why my plugin sandbox shows a different font than my day-to-day IntelliJ. When I run my plugin, it opens up IntelliJ IDEA, but with weird fonts. The only difference in configurat... -
Created ColoredListCellRenderer
In my plugin I have a ColoredListCellrenderer. To set the text, I use the method append(String). The plugin compiles and works on IDEA 12.1.6. However, it compiles on IDEA 13.0.1 (even with the IDE... -
Created How do SettingsEditor, Configurable and a settings class connect?
Hi,Could someone please explain how SettingsEditor, Configurable and a plugins settings class are supposed to connect together? In my plugin.xml I have my settings class which is an applicationServ...