主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
创建于
2015年05月28日 10:45
Finally, I implement all feature what I need, but i find it will jump a new dialog, can you tell me how to use RenamePsiElementProcessor instead of AutomaticRenamerFactory
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年05月28日 13:06
Finally, I find following code can fix my question:// plugin.xml <idea-plugin version="2"> ... <extensions defaultExtensionNs="com.intellij"> <renamePsiElementProcessor implementation=...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年09月07日 14:14
There are so many gradle jars in idea_dir/plugins/gradle/, please tell me which control gradle task start and stop
社区
IntelliJ IDEA Open API and Plugin Development
How to stop gradle task quickly
0 票
创建于
2015年10月25日 11:08
What about "Debug context ocnfiguration", I doesn't find DebugContextAction
社区
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 票
创建于
2014年12月10日 11:55
see my screencast, it's not meaningful, when i first invoke this action this "cm" in "this.cm = PlatformDataKeys.NONEMPTY_CONTENT_MANAGER.getData(dc);" is always null, following is my code: public...
社区
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 票
创建于
2015年10月24日 15:41
I try getRunnerLayoutUi(), but It return null, how to get not null value, here is my code and i use groovy 2.4.3, selectedDescriptor.getRunnerUi() is null.ArrayList<RunContentDescriptor> getDescrip...
社区
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 票
创建于
2015年10月08日 14:44
Is there any solution?
社区
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 票
创建于
2015年11月26日 05:10
I find the solution with following: dbg.activate(new Runnable() { @Override void run() { ToolWindowManagerImpl twm = ToolWindowManagerImpl.getInstance(pj) ConsoleViewImpl cv = e...
社区
IntelliJ IDEA Open API and Plugin Development
How to get ConsoleView in debug console
0 票
创建于
2015年11月26日 10:16
but when !dbg.active, I can't get consoleview, I still need a way to get consoleview in !dbg.active
社区
IntelliJ IDEA Open API and Plugin Development
How to get ConsoleView in debug console
0 票
创建于
2015年12月17日 15:42
Can you tell me how to get current class according current cursor in editor, I know "view > context info" can do that, how to do it in openapi?
社区
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 票
«
第一页
‹
上一页
下一页
›
最后
»