roro co
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
-
roro co created a post, AnsweredIn 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... -
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 -