roro co

- Total activity 217
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 70
-
roro co commented, -
roro co created a post, AnsweredWhen making idea plugin, specific intellij.localPath to android studio raise error "Could not resolve all files for configuration ':z50_ideaPlugins'."
I must use android studio debug since work requirement, my plugin work in idea android but not work in android studioit's simple reproduce, create idea plugin with idea > new project > ide plugin I... -
-
roro co created a post, AnsweredWhen use HeavyPlatformTestCase, how to make idea sandbox visible
I use following code internal class StartupTest : HeavyPlatformTestCase() { @Test fun test() { val projectManager = ProjectManager.getInstance() val openProjects: Array<Project>... -
roro co created a post, AnsweredProject frame focus and blur event
I wanna in my plugin fix this issue: https://youtrack.jetbrains.com/issue/IDEA-128672 I need addEvent("blur") to force save editor current file -
-
roro co created a post, Answeredidea plugin openapi code set ide settings
When i use webstorm, I hope force enable idea > settings > "eslint" and "prettier", I need use openapi code to set settings on startup -
-
roro co created a post, AnsweredHow to close editor > code suggestion popup in openapi
in 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" ... -
roro co created a post, 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...