Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vojtěch Krása
Total activity
435
Last activity
August 18, 2020 18:17
Member since
November 03, 2011 11:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
158
Activity overview
Posts (31)
Comments (238)
Sort by recent activity
Recent activity
Votes
Created
November 05, 2012 00:51
I have exactly same problem:)
Community
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 votes
Created
November 10, 2012 13:59
thanks, will look at it, but it is still bad solution, because those buttons are for console, and not the tool window.
Community
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 votes
Created
November 08, 2012 21:50
never mind, I figured it out, I was so close the whole time, unfortunately I was using constant ActionPlaces.MAIN_TOOLBAR, which is "MainToolbar" :|DefaultActionGroup mainToolBar = (DefaultActionGr...
Community
IntelliJ IDEA Open API and Plugin Development
How to add action programmatically into main toolbar
0 votes
Created
January 17, 2013 20:06
well, then open source it....
Community
IntelliJ IDEA Open API and Plugin Development
trouble exporting plugin -- now showing up in menus
0 votes
Created
January 17, 2013 23:39
look to .IntelliJIdea12\config\plugins and delete the plugin if it is there.
Community
IntelliJ IDEA Open API and Plugin Development
trouble exporting plugin -- now showing up in menus
0 votes
Created
March 12, 2013 02:19
Try to create constructor without parameters
Community
IntelliJ IDEA Open API and Plugin Development
EditorAction implementation issue
0 votes
Created
February 20, 2013 09:35
Hey, I just looked at it yesterday.You can change color of only a part of the text, but you cannot change the input, so you will have colored but not readable text.It could be possible to change th...
Community
IntelliJ IDEA Open API and Plugin Development
Change a color only of a part of the line displayed on a console?
0 votes
Created
February 20, 2013 17:35
I think the steps to set up are pretty clear- http://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development - basically it is completely different from what is above.
Community
IntelliJ IDEA Open API and Plugin Development
Starting with IDEA CE 12 SDK
0 votes
Created
April 25, 2013 16:26
more details?
Community
IntelliJ IDEA Open API and Plugin Development
PLugin execution
0 votes
Created
February 22, 2013 09:40
Your PersistentStateComponent needs to be defined in xml file. So I usually make my application component or project component to implement PersistentStateComponent.Second option is this:plugin.xml...
Community
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 votes
«
First
‹
Previous
Next
›
Last
»