roro co
- 活动总数 220
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
已回答In 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... -
已编辑于 When 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... -
创建于 When 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>... -
创建于 Project 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 -
创建于 idea 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 -
创建于 How 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" ... -
创建于 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... -
创建于 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... -
创建于 In rider, how to listen debug session pause in breakpoint event
已回答in 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... -
创建于 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...