主页
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年10月01日 21:10
I suspect that if you release new versions very often, you will annoy whoever checks the compatibility and you will be granted an exception from the process - most of my plugins can be updated with...
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2015年02月05日 22:05
I would try newer JDK - I had problems with some older ones, but 1.6.45 works fine for me.
社区
IntelliJ IDEA Open API and Plugin Development
cant build intellij
0 票
创建于
2015年05月23日 09:38
Why don't you just use Eclipse formatter? Both Netbeans, IntelliJ and Eclipse should be able to produce identical formatting.
社区
IntelliJ IDEA Open API and Plugin Development
Delegating formatting to an external formatter
0 票
创建于
2015年05月18日 17:38
As I pasted on http://stackoverflow.com/a/30303919/685796public class YourAction extends DumbAwareAction { ... @Override public void update(AnActionEvent e) { super.update(e); ...
社区
IntelliJ IDEA Open API and Plugin Development
activate/deactivate plugin option for particular file type.
0 票
创建于
2015年06月06日 09:42
I have dealt with it recently this way: ApplicationManager.getApplication().invokeLater(new Runnable() { @Override public void run() { new WriteCommandAction.Simple(project) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Update document on document change
0 票
创建于
2015年06月03日 22:29
have you seen these?com.intellij.openapi.application.PathManager#getPluginsPathcom.intellij.openapi.application.PluginPathManager#getPluginHome
社区
IntelliJ IDEA Open API and Plugin Development
How do I find the (class) path to plugin libraries
0 票
创建于
2015年07月26日 10:26
You can look how are these used:com.intellij.ui.CheckboxTreecom.intellij.ui.CheckboxTreeTable
社区
IntelliJ IDEA Open API and Plugin Development
Intellij equivalent for checkedTreeSelectionDialog
0 票
创建于
2015年06月27日 21:12
I thought this is the forum :^O
社区
IntelliJ IDEA Open API and Plugin Development
What happened to plugin comments?
0 票
创建于
2012年05月29日 09:02
pitty, there are some very good plugins, which would deserve some prize... ;)
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Contest 2010/2011?
0 票
创建于
2012年08月01日 21:08
Thank you, I found the way to do it dynamically. And it somehow works even with default scheme. :) Keymap keyMap = getKeyMap(); Shortcut[] shortcuts = keyMap.getShortcuts("Opt...
社区
IntelliJ IDEA Open API and Plugin Development
How to replace default action by my own
0 票
«
第一页
‹
上一页
下一页
›
最后
»