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
December 18, 2015 01:45
In android activity inner class
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
December 19, 2015 02:44
In aciton like "view > context info"
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
April 11, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get "Watches" ContentImpl without anActionEvent.getData?
0 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
«
First
‹
Previous
Next
›
Last
»