Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Steve R
Total activity
36
Last activity
September 20, 2024 18:36
Member since
January 13, 2019 18:44
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
13
Activity overview
Posts (9)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
February 11, 2021 17:38
So I tried again with a simple no-op plugin, and yes, disabling search options, and then using buildPlugin does seem to work. If runIde is started in DEBUG mode it however doesn't work. To be clear...
Community
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 votes
Created
February 11, 2021 02:56
Vaughan Rouesnel FYI here is the code I use: tasks.register<Copy>("copy_jar") { val sourceFile: File = tasks.getByName<Jar>("jar").archivePath from(sourceFile) into(tasks.getByName<org.j...
Community
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
1 vote
Created
January 05, 2021 16:44
I can't test at the moment, but are you sure about that answer. There are a few things I see as problematic with it: 1) When I run buildPlugin it does not seem to update the copy of the plugin in t...
Community
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
1 vote
Created
January 05, 2020 16:13
I believe you need to update your your build.gradle to also include the plugin as of a recent version, so you probably need to add: intellij { plugins = [python]} See: http://www.jetbrains.org...
Community
IntelliJ IDEA Open API and Plugin Development
Can't compile plugin after update to 2019.3
0 votes
Created
October 21, 2019 04:02
Specifically, in Gradle to fix this I had to add properties to the plugins key in my build.gradle: intellij { plugins = [ ... , 'properties']}
Community
IntelliJ IDEA Open API and Plugin Development
Why does my LightPlatformTestCase have problems loading plugins
0 votes
Created
October 21, 2019 04:01
Specifically, in Gradle to fix this I had to add properties to the plugins key in my build.gradle: intellij { plugins = [ ... , 'properties']}
Community
IntelliJ IDEA Open API and Plugin Development
Help manually running plugin tests
0 votes
Created
September 30, 2019 13:48
Is there a way to leverage the built functionality for downloading an IDE plugin, it looks like that parameter requires me to download manually which is less than great. Should I just hack inside t...
Community
IntelliJ IDEA Open API and Plugin Development
Start/Test Plugin with Different Versions of IntelliJ (not build)
0 votes
Created
September 22, 2019 13:48
FYI the answer (including omitting it) can be found here: https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
Community
IntelliJ IDEA Open API and Plugin Development
Plugin developing for Idea 2019.3 EAP
0 votes
Created
September 09, 2019 15:37
And the point is that, that is not realistic. In particular custom locations for the settings.xml and repository need to be set, as well as other options in the maven tool configuration.
Community
IntelliJ IDEA Users
Creating other IntelliJ projects with the gradle idea plugin
0 votes
Created
September 09, 2019 15:08
These are not Gradle projects and aren't related to my Gradle project. These are stand alone maven projects and they need a bunch of custom setup beyond simply opening them in IntelliJ. As such I'm...
Community
IntelliJ IDEA Users
Creating other IntelliJ projects with the gradle idea plugin
0 votes
Next
›
Last
»