Joonas Vali

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Joonas Vali created a post, -
Joonas Vali created a post, Align buttons in toolbar right and left
Is there any way to split the buttons in the toolbar so some of those would be aligned to left side and others would be aligned to right, so there would be space in between?I haven't seen such thin... -
Joonas Vali created a post, How to make ToolbarDecorator have context based on selected element
I''ve created a toolbar using this document:http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+List+and+Tree+ControlsI have a list created by:ToolbarDecorator.createDecorator(list)The to... -
-
-
Joonas Vali created a post, How to define toolwindow display name different from ID?
Is there a way to define a toolwindow display name different from the ID? I tried Intellij autocomplete in plugin.xml, but it offers no solution regarding the display name.A document I found states... -
-
Joonas Vali commented, -
Joonas Vali created a post, Turn off Leda external builder or autocompiler programmatically
Hi,The plugin I'm developing requires the IDEA 12 external builder to be off at all times, how can I access there settings and turn it off from within my plugin programmatically? -