主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vojtěch Krása
活动总数
435
最后的活动
2020年08月18日 18:17
成员加入日期
2011年11月03日 11:10
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
158
活动概览
帖子(31)
评论(238)
按最近的活动排序
最近的活动
投票数
创建于
2012年11月05日 00:51
I have exactly same problem:)
社区
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 票
创建于
2012年11月10日 13:59
thanks, will look at it, but it is still bad solution, because those buttons are for console, and not the tool window.
社区
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 票
创建于
2012年11月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to add action programmatically into main toolbar
0 票
创建于
2013年01月17日 20:06
well, then open source it....
社区
IntelliJ IDEA Open API and Plugin Development
trouble exporting plugin -- now showing up in menus
0 票
创建于
2013年01月17日 23:39
look to .IntelliJIdea12\config\plugins and delete the plugin if it is there.
社区
IntelliJ IDEA Open API and Plugin Development
trouble exporting plugin -- now showing up in menus
0 票
创建于
2013年03月12日 02:19
Try to create constructor without parameters
社区
IntelliJ IDEA Open API and Plugin Development
EditorAction implementation issue
0 票
创建于
2013年02月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Change a color only of a part of the line displayed on a console?
0 票
创建于
2013年02月20日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Starting with IDEA CE 12 SDK
0 票
创建于
2013年04月25日 16:26
more details?
社区
IntelliJ IDEA Open API and Plugin Development
PLugin execution
0 票
创建于
2013年02月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 票
«
第一页
‹
上一页
下一页
›
最后
»