主页
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年01月15日 22:29
nope.
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年02月03日 21:11
Solved: Component c = e.getData(PlatformDataKeys.CONTEXT_COMPONENT); final DialogWrapper instance = DialogWrapper.findInstance(c); if (instance != null) { instance.c...
社区
IntelliJ IDEA Open API and Plugin Development
How to close FileChooser dialog from FileChooserToolbar action [SOLVED]
0 票
创建于
2014年01月30日 00:43
Needless to say, you should checkout the right tag when using it as SDK source.And some time ago I had a problem when I used JDK 1.7, because some people still used JDK 1.6 and IJ would not start b...
社区
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 票
创建于
2014年01月30日 00:54
But some people still use seriously old stuff, and old IntelliJ... this version is for IJ 9 and 10:
社区
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 票
创建于
2014年01月28日 16:20
Yes, click on Update plugin, then there is "Add developer" textfield...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to share plugin ownership?
0 票
创建于
2014年02月18日 10:44
How does it differ from Frame Switcher?
社区
IntelliJ IDEA Open API and Plugin Development
Get last focused project window
0 票
创建于
2014年03月19日 17:58
Another problem, a lot of iml files changed themself from: <orderEntry type="module-library"> <library name="trilead-ssh2"> <CLASSES> <root url="jar://$MODULE_DIR$/../lib/tr...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij-community compilation error
0 票
创建于
2014年05月08日 22:24
I found something to detect closure: Disposer.register(console, new Disposable() { @Override public void dispose() { } ...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 票
创建于
2014年05月09日 01:09
Found it:private void activate(ConsoleViewImpl consoleViewImpl) { final Project project = consoleViewImpl.getProject(); final RunContentManager runContentManager = ExecutionManager.getIns...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 票
创建于
2014年05月12日 14:17
Of course it will not work for JUnit and other types of executions, I need to find out where to get ExecutionId so I can match it to RunContentDescriptor#getExecutionId...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 票
«
第一页
‹
上一页
下一页
›
最后
»