Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ryan Gurney
Total activity
31
Last activity
November 21, 2022 14:51
Member since
December 29, 2021 00:57
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
8
Activity overview
Posts (7)
Comments (13)
Sort by recent activity
Recent activity
Votes
Edited
November 20, 2022 21:55
Nikita Skvortsov Yann Cebron I'm having some difficulty understanding exactly how this works. A couple of follow-up questions: The formatter seems to only be invoked on "Reformat file" not "Refor...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 16, 2022 20:06
Nikita Skvortsov that's a very good point, and thanks for the response! Spotless actually does have file-specific functionality in the Gradle plugin using the ide hook, however right now it only su...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Edited
May 16, 2022 15:31
Yann, I think it's because a lot of people already use Spotless Gradle , which includes features listed in that README such as: Spotless supports all of Gradle's built-in performance features (inc...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
May 16, 2022 14:22
Hi Yahn, sorry it wasn't more clear. The 'reformatting' is done through a spotless gradle task. So the flow is the user kicks off an Action: ReformatCodeAction extends AnAction which then calls a ...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
February 15, 2022 17:51
Also to be clear, it's not the `project.getBasePath()` that's returning null, but rather the `getLinkedProjectSettings` that returns null.
Community
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 votes
Created
February 15, 2022 17:40
Hi Karol, Where are you seeing this documentation? I'm not seeing any jdoc comments on the method: What would the full supported method call look like?
Community
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 votes
Created
February 15, 2022 01:00
That worked great Karol! Though there are some projects that return `null` for: .getLinkedProjectSettings(project.getBasePath()) any idea why that is?
Community
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 votes
Created
February 09, 2022 18:30
Thanks for the response Karol! Yes that's what I mean. I have a plugin that essentially runs a Gradle command as an action, but if the Gradle version is below X, I want to change the params I pass ...
Community
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 votes
Created
January 23, 2022 22:27
Anyone? Any pointer would be appreciated!
Community
IntelliJ IDEA Open API and Plugin Development
How to Test Action Which Runs Gradle Task
0 votes
Created
December 29, 2021 22:26
Ahh, it looks like I may just want to copy https://upsource.jetbrains.com/idea-ce/file/idea-ce-b52da31a47dbba814f668683810ea38b09536985/platform/lang-impl/src/com/intellij/codeInsight/actions/Refor...
Community
IntelliJ IDEA Open API and Plugin Development
Help Developing Plugin (Reformat File Using Bash/gradle Command)
0 votes
«
First
‹
Previous