主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
创建于
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月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月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年03月16日 16:41
I'm very sure the descriptor is not exist(see my screencast https://youtu.be/PfR2GB7W264 > watch tool, the list size is 0) since in cmake build duration, the run configuration haven't run My tmp so...
社区
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 票
已编辑于
2016年03月16日 16:00
another question: If I extend CMakeAppRunConfiguration, how to save build info(for instance, process pid) in whole clion running time?
社区
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日 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:17
what about force kill "Messages Build", when I ExecutionManager.getInstance(pj).contentManager.allDescriptors //in groovy I the return list size is 0, I can't find CMake Build Descriptors, How to ...
社区
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
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 票
«
第一页
‹
上一页
下一页
›
最后
»