roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
已编辑于 rider: how to debug nunit single test in code
已回答For ex, here is my code [Test]public void Test1(){ Console.WriteLine($"p1"); Assert.True(true);}[Test]public void Test2(){ Console.WriteLine($"p2"); Assert.True(true);} How to debug T... -
已编辑于 Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
已回答when i run run > build project in idea plugin project, I get this error ``` Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration ``` I'm sure th... -
创建于 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...