主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年03月24日 22:45
Thanks, it got me on the right track, and I found a system property "idea.maven.embedder.debug.port" which does the trick you described.
社区
IntelliJ IDEA Open API and Plugin Development
How to debug maven plugin
0 票
创建于
2014年03月19日 17:51
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Intellij-community compilation error
0 票
创建于
2014年05月22日 02:41
That's exactly what Wicket plugin does, https://code.google.com/p/wicketforge/source/browse/src/wicketforge/action/ToggleAction.java
社区
IntelliJ IDEA Open API and Plugin Development
Are the any online resource that are up to date ?
0 票
创建于
2014年05月08日 23:19
I have a related question, how to open a tool window with the right console, when you have only a reference to the console?
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 票
创建于
2014年05月12日 16:11
Found it again :D final MessageBusConnection conn = project.getMessageBus().connect(); conn.subscribe(ExecutionManager.EXECUTION_TOPIC, new ExecutionAdapter() { @O...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 票
创建于
2014年07月02日 09:22
Move folder 'icons' into src. It must be in Sources or Resources Root.
社区
IntelliJ IDEA Open API and Plugin Development
Adding icon to the plugin
0 票
创建于
2014年07月01日 14:16
Exactly.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 22:49
Agree, but small things can be handled with reflection.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年05月26日 14:49
This is what I do:final TailIntegrationForm form = new TailIntegrationForm(); //"GUI form" made in IntelliJ GUI designer form.setData(getTailSettings()); DialogBuilder builder = new DialogBuilder(...
社区
IntelliJ IDEA Open API and Plugin Development
Showing custom dialog box
0 票
创建于
2014年07月29日 21:40
Look at the difference between debugging IJ Ultimate and CommunityBut it is possible to develop with Ultimate just fine, just the debugging is not very pleasant even when you attach sources:
社区
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 票
«
第一页
‹
上一页
下一页
›
最后
»