主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按投票数排序
最近的活动
投票数
创建于
2016年03月14日 21:49
Hi Christian, Yes, you're allowed to do this, and several of us are already doing so. I'm working on Cursive (https://cursive-ide.com), there's also WallabyJS (http://wallabyjs.com), Illuminated Cl...
社区
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
2 票
创建于
2016年03月21日 01:53
Hi Mikhail, Great to hear that you've been looking into this, I've had some side conversations with some JetBrains folk but nothing official. Here's what I think is most important: For me, the #1 ...
社区
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
2 票
创建于
2016年04月17日 01:16
I do both of these using EditorActionHandlers: <editorActionHandler action="EditorBackSpace" implementationClass="cursive.editor.ClojureBackspaceHandler" ...
社区
IntelliJ IDEA Open API and Plugin Development
Handling character deletion
2 票
创建于
2023年11月08日 07:59
I assume that these actions should be executed on the IDE being debugged, is that correct? Is there a way to enable this at startup via a system property or similar? Something like the -Didea.Proce...
社区
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 票
创建于
2023年07月17日 10:07
I did this for my string literals recently, the magic incantation was: make them implement PsiLiteralValue, and call ReferenceProvidersRegistry.getReferencesFromProviders(this) in its getReferences...
社区
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
1 票
创建于
2020年04月27日 22:40
I've been using the branch-per-platform method with combined version numbers (like 1.9.1-2020.1) for a couple of years now, it works great and IMO is the only workable solution for a largish plugin...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin updates for legacy versions.
1 票
创建于
2020年03月02日 21:29
Yes, it can, as long as it includes tools.jar (which the bundled one does). I ask because in my plugin I actually create an SDK automatically from the bundled JB runtime if the user has no SDK conf...
社区
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
1 票
创建于
2019年07月04日 07:55
Yes, you can, I do this with my plugin. The plugin version is <my-version>-<platform-version>, like 1.8.1-2019.1. You can see how the versions work here: https://plugins.jetbrains.com/plugin/8090-c...
社区
IntelliJ IDEA Open API and Plugin Development
Uploading a plugin for multiple IntelliJ major versions
1 票
创建于
2019年06月27日 03:51
Those classes have probably been broken out into the new Java support plugin, see: https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/
社区
IntelliJ IDEA Open API and Plugin Development
Weird removal of classes without deprecation or not?
1 票
创建于
2018年07月06日 09:02
Thanks Vladislav. I played around with it after enabling the registry key, but I couldn't get it to work. It works well with Maven as expected, but I couldn't get Gradle to substitute the deps eith...
社区
IntelliJ IDEA Open API and Plugin Development
Inter-module dependencies in External System integrations
1 票
下一页
›
最后
»