Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
roro co
Total activity
220
Last activity
April 13, 2024 15:12
Member since
September 26, 2014 15:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
71
Activity overview
Posts (72)
Comments (77)
Sort by recent activity
Recent activity
Votes
Edited
April 13, 2024 15:12
I find the solution, jar xf path/to/clion-ide.jar, see its plugin.xml id, for ex```<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"> <id>com.intellij.clion</id>```in build.gradle.kts add th...
Community
IntelliJ IDEA Open API and Plugin Development
In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
0 votes
Created
June 30, 2023 03:27
I find solution: https://stackoverflow.com/a/76585793/6011193
Community
IntelliJ IDEA Open API and Plugin Development
When making idea plugin, specific intellij.localPath to android studio raise error "Could not resolve all files for configuration ':z50_ideaPlugins'."
0 votes
Edited
April 20, 2023 08:47
I means idea gradle "runIde" task show idea sandbox window to debug, but HeavyPlatformTestCase run idea sandbox headless, how to make idea window visible when using HeavyPlatformTestCase
Community
IntelliJ IDEA Open API and Plugin Development
When use HeavyPlatformTestCase, how to make idea sandbox visible
0 votes
Edited
March 26, 2021 16:46
I find the solution most configuration is declare in .xml with projectService and the projectService implementation is .*Configuration in my case, prettier configuration is following (eslint is sim...
Community
IntelliJ IDEA Open API and Plugin Development
idea plugin openapi code set ide settings
0 votes
Created
June 29, 2019 02:47
I find the solution: see "choose lookup item" Action class in current version, hide window should be: def lookup = LookupManager.getActiveLookup(getCurEd()); if (lookup instanc...
Community
IntelliJ IDEA Open API and Plugin Development
How to close editor > code suggestion popup in openapi
0 votes
Edited
September 11, 2018 10:21
I find the solution, use `XDebugSessionListener` like following static XDebugSessionListener sessionListener = new XDebugSessionListener() { @Override void sessionPaused() { println("d...
Community
IntelliJ IDEA Open API and Plugin Development
In rider, how to listen debug session pause in breakpoint event
0 votes
Edited
July 11, 2017 13:35
2017-7-11 update: I find more simple way to run indexing DumbServiceImpl dumbService = DumbServiceImpl.getInstance(pj2);DumbModeTask task = FileBasedIndexProjectHandler.createChangedFilesIndexingTa...
Community
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 votes
Created
December 30, 2016 04:37
My tmp solution is use this.class.classloader.loadClass("com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration") instead of import
Community
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 votes
Created
September 16, 2016 14:00
I wanna run "gradle jar" and refresh this jar in code
Community
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 votes
Created
April 23, 2016 05:12
here is my solution: //pj is myProjectFileEditorManagerImpl fem = FileEditorManager.getInstance(pj)VirtualFile vf = getVirtualFile("/home/roroco/Dropbox/try/adr/try/app/src/main/res/layout/conten...
Community
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 votes
Next
›
Last
»