Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
roro co
Total activity
220
Last activity
April 13, 2024 15:12
Member since
September 26, 2014 15:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
71
Activity overview
Posts (72)
Comments (77)
Sort by recent activity
Recent activity
Votes
Created
April 22, 2016 14:50
here is "Text" and "Design"
Community
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 votes
Created
April 22, 2016 15:50
I find FileEditorManager.getInstance(myProject).getAllEditors() can get AndroidDesignerEditor and FileEditor, so question become "how to focus editor component"
Community
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 votes
Created
April 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 votes
Edited
March 16, 2016 15:07
see my https://youtu.be/UfRxziDPleU, I hope control start "Messages Build" and force kill "Messages Build" how to do that?
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Edited
March 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Edited
March 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Edited
January 18, 2016 05:15
Community
IntelliJ IDEA Open API and Plugin Development
How to debug AndroidTestRunConfiguration
0 votes
Created
March 16, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
«
First
‹
Previous
Next
›
Last
»