主页
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年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 票
创建于
2014年08月04日 20:19
Debugging Ultimate Edition with sources.Have you ever tried debugging without sources? It can be done, decompiled classes help a little bit, but otherwise it is a desperate thing to do, even more s...
社区
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 票
创建于
2014年07月11日 20:30
Try to create a second project where you import a module from the original project, and make a new IJ SDK with a different sandbox folder.
社区
IntelliJ IDEA Open API and Plugin Development
Running two IDEA instances with my plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»