roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created How to run indexing in code
I means ide bottom statusbar will show "Indexing ...", how to run it manually -
Created How to test idea plugin action in test unit?
Answeredfor example: in unit test, start sandbox idea, invoke action, how to do that? -
Created toggle between android layout editor "Text" and android layout editor "Design"
My idea is getting "Text" component and "Design" component and set focus, so how to do it? -
-
Created How to get "Watches" ContentImpl without anActionEvent.getData?
here is my code https://github.com/roroco/ro-idea/blob/get-watch-wio-event-getData/src/main/groovy/ro/idea/ToggleConsoleContent.groovy this action will toggle between "Debug Console > Console" an... -
Created How to force stop cmake building
here is my old quesiton https://intellij-support.jetbrains.com/hc/en-us/community/posts/206543499-How-to-run-cmake-with-clion-jar, I try to force stop cmake building, and I find a good solution: To... -
Created How to run cmake with clion.jar
I make clion plugin to run valgrind, so I need run cmake(cmake --build path/to/out --target target_name) to build specific target, how to run it, I don't understand /home/roroco/Downloads/clion-1.2... -
Created How to indent console out like normal console out
see my screenshot, my console out has not padding, but all other console out has, how to add it here is my console here is normal console the console white part has indent, how to add it in my co... -
Created How to custom console
here is my question: https://youtrack.jetbrains.com/issue/CPP-5836 , I hope add path anchor in clion console, how should I do if it's complex, I know "idea bash plugin" can run bash in run console,... -
Created How to add alternative items for showNavigationPopup
here is my code, I don't how to add alternative items for popup, and popup always show "no matches found" package ro.ideaimport com.intellij.ide.actions.GotoActionActionimport com.intellij.ide.acti...