主页
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年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 票
创建于
2016年04月22日 14:50
here is "Text" and "Design"
社区
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 票
创建于
2016年04月22日 15:50
I find FileEditorManager.getInstance(myProject).getAllEditors() can get AndroidDesignerEditor and FileEditor, so question become "how to focus editor component"
社区
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 票
创建于
2016年04月23日 05:12
here is my solution: //pj is myProjectFileEditorManagerImpl fem = FileEditorManager.getInstance(pj)VirtualFile vf = getVirtualFile("/home/roroco/Dropbox/try/adr/try/app/src/main/res/layout/conten...
社区
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 票
已编辑于
2016年03月16日 15:07
see my https://youtu.be/UfRxziDPleU, I hope control start "Messages Build" and force kill "Messages Build" how to do that?
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
已编辑于
2016年03月16日 15:33
I use following code to run build ProgramRunnerUtil.executeConfiguration(myPj, myConf,DefaultDebugExecutor.debugExecutorInstance) If I run a build and I change code in this term and I run build aga...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 15:43
"I make clion plugin to run valgrind, so I need run cmake", I think I fix it, "kill previous cmake build" is my extra problem. I think extending CMakeAppRunConfiguration doesn't work since Executi...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
创建于
2016年03月16日 16:07
In action, I start debug session and I can get it's process pid, where to save process pid. I mean, as we know: ExecutionManager.getInstance(pj).contentManager.allDescriptors can get all RunContent...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 票
«
第一页
‹
上一页
下一页
›
最后
»