roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 How to run indexing in code
I means ide bottom statusbar will show "Indexing ...", how to run it manually -
创建于 How to test idea plugin action in test unit?
已回答for example: in unit test, start sandbox idea, invoke action, how to do that? -
创建于 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? -
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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,... -
创建于 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...