主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年04月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
In idea plugin gradle project, how to add {idea}/lib/{libname}.jar to project
0 票
创建于
2023年06月30日 03:27
I find solution: https://stackoverflow.com/a/76585793/6011193
社区
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 票
已编辑于
2023年04月20日 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
社区
IntelliJ IDEA Open API and Plugin Development
When use HeavyPlatformTestCase, how to make idea sandbox visible
0 票
已编辑于
2021年03月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
idea plugin openapi code set ide settings
0 票
创建于
2019年06月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to close editor > code suggestion popup in openapi
0 票
已编辑于
2018年09月11日 10:21
I find the solution, use `XDebugSessionListener` like following static XDebugSessionListener sessionListener = new XDebugSessionListener() { @Override void sessionPaused() { println("d...
社区
IntelliJ IDEA Open API and Plugin Development
In rider, how to listen debug session pause in breakpoint event
0 票
已编辑于
2017年07月11日 13:35
2017-7-11 update: I find more simple way to run indexing DumbServiceImpl dumbService = DumbServiceImpl.getInstance(pj2);DumbModeTask task = FileBasedIndexProjectHandler.createChangedFilesIndexingTa...
社区
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 票
创建于
2016年12月30日 04:37
My tmp solution is use this.class.classloader.loadClass("com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration") instead of import
社区
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 票
创建于
2016年09月16日 14:00
I wanna run "gradle jar" and refresh this jar in code
社区
IntelliJ IDEA Open API and Plugin Development
How to run indexing in code
0 票
创建于
2016年04月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
toggle between android layout editor "Text" and android layout editor "Design"
0 票
下一页
›
最后
»