主页
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年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 票
创建于
2015年12月18日 01:45
In android activity inner class
社区
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 票
创建于
2015年12月19日 02:44
In aciton like "view > context info"
社区
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 票
创建于
2016年04月11日 12:04
I find XDebugSession is not good idea since when debug stop, i cannot get session, here is my solution Runnable callback = getSelectedDescriptor("Debug").activationCallbackXDebugSessionTab t;for ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get "Watches" ContentImpl without anActionEvent.getData?
0 票
«
第一页
‹
上一页
下一页
›
最后
»