roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created When use HeavyPlatformTestCase, how to make idea sandbox visible
AnsweredI use following code internal class StartupTest : HeavyPlatformTestCase() { @Test fun test() { val projectManager = ProjectManager.getInstance() val openProjects: Array<Project>... -
Created Project frame focus and blur event
AnsweredI wanna in my plugin fix this issue: https://youtrack.jetbrains.com/issue/IDEA-128672 I need addEvent("blur") to force save editor current file -
Created idea plugin openapi code set ide settings
AnsweredWhen i use webstorm, I hope force enable idea > settings > "eslint" and "prettier", I need use openapi code to set settings on startup -
Created How to close editor > code suggestion popup in openapi
Answeredin short, I hope use openapi to close "code suggestion" popup, how should i do see my gif, I upgrade rider 2018 to 2019.1.2, the "extract > variable" become complex, I hope "extract > variable" ... -
Created How to get "project" object when project is opened
I wanna make rider UnityHost like server to make communicate between unity editor and rider, so I try following code: def pj = new ProjectImpl(pjPath, RoFile.basename(pjPath))new SolutionInitiali... -
Created In openapi, how to make interval process
here is my old question: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000660459-In-rider-how-to-listen-debug-session-pause-in-breakpoint-event I wanna make interval process to... -
Created In rider, how to listen debug session pause in breakpoint event
Answeredin some case, when debug unity, rider debug session pause in breakpoint will not activate rider window, i must manually activate rider window so I hope a way to listen debug session paused, when p... -
Created How to change file in external code and make this change can be undo
here is my old question https://rider-support.jetbrains.com/hc/en-us/community/posts/115000561764-Cannot-set-renamePsiElementProcessor-in-rider-plugin?flash_digest=ef4c6efbf38723e0dcfdafbd50eaadf3d... -
Edited rider: how to debug nunit single test in code
AnsweredFor 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... -
Edited Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
Answeredwhen 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...