roro co

- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
AnsweredIn build.gradle.kts, I use following ```intellij { downloadSources.set(true) type.set("CL") version.set("2023.2.1") plugins.set(listOf(/* Plugin Dependencies */))}```I hope custom clion... -
Edited When making idea plugin, specific intellij.localPath to android studio raise error "Could not resolve all files for configuration ':z50_ideaPlugins'."
AnsweredI 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... -
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...