主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月01日 08:52
yes, there is still a way```org.jetbrains.plugins.textmate.configuration.TextMateUserBundlesSettings#addBundle```
社区
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 票
创建于
2020年08月05日 07:18
Thanks for detailed reply, I believe it might be useful for other users.
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年08月04日 16:50
> com.intellij.debugger.engine.JavaStackFrame Yes, it's in Java plugin that you need to attach (as I described before) No, you don't need to download anything additionally
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年08月04日 09:02
@Milligangregg try to add a dependency on Java plugin: `intellij { plugins = ['java'] }`, depedency on java plugin module should be also defined in plugin.xml
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to Debugger events within my own intellij Java/Gradle plugin?
0 票
创建于
2020年07月28日 09:57
> Yes - but the natural thing to do (for a gradle beginner) is to run the 'runIde' step at top level. I believe it's a gradle interface problem, I don't think plugin can solve it > Maybe a flag in...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 票
创建于
2020年07月28日 08:56
@Scott, there is no inheritance in tasks. `gradle runIde` literally means "run runIde task in all nested projects even if they are not in the dependency graph". What you want to do is `gradle :runI...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 票
创建于
2020年07月27日 12:08
Thanks for the investigation. It looks like this is the only way to build JPS plugin right now with gradle. Still, adding `platforma-api.jar` and its dependencies like JDOM might be risky, as there...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 票
创建于
2020年05月21日 09:57
> the actual question at hand Which one? You've never described it, only blaming me. > You've just wanted to prove a point. Not really, I don't have any point to prove here. You asked to add logs...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
创建于
2020年05月21日 09:10
Couldn't insert images properly, here there are: https://imgur.com/a/GbtE53u
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
已编辑于
2020年05月21日 09:10
To me, it looks like you haven't read the whole thread. What're you trying to achieve here by blaming me for my comments taken out of the context? Is this what you call seeking for the help? > For...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
下一页
›
最后
»