Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by votes
Recent activity
Votes
Created
March 14, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
2 votes
Created
March 21, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
2 votes
Created
April 17, 2016 01:16
I do both of these using EditorActionHandlers: <editorActionHandler action="EditorBackSpace" implementationClass="cursive.editor.ClojureBackspaceHandler" ...
Community
IntelliJ IDEA Open API and Plugin Development
Handling character deletion
2 votes
Created
November 08, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 vote
Created
July 17, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
1 vote
Created
April 27, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin updates for legacy versions.
1 vote
Created
March 02, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
1 vote
Created
July 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Uploading a plugin for multiple IntelliJ major versions
1 vote
Created
June 27, 2019 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/
Community
IntelliJ IDEA Open API and Plugin Development
Weird removal of classes without deprecation or not?
1 vote
Created
July 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Inter-module dependencies in External System integrations
1 vote
Next
›
Last
»