WarnerJan Veldhuis

- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 35
-
-
-
WarnerJan Veldhuis created a post, 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... -
-
WarnerJan Veldhuis created a post, 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... -
WarnerJan Veldhuis created a post, 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... -
WarnerJan Veldhuis created a post, 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... -
WarnerJan Veldhuis created a post, DialogWrapper validation
I think I have done all the right things, and my class extending DialogWrapper is working for the most part, execpt for the validation part. I override doValidate() which returns ValidationInfo whe... -
WarnerJan Veldhuis created a post, Checkbox menu item for action
Hello all,Does IDEA provide a mechanism for AnAction defined in plugin.xml to be displayed as a JCheckBoxMenuItem?See the example below from the View menu: -