WarnerJan Veldhuis
- 活动总数 100
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 35
-
-
-
WarnerJan Veldhuis 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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: -