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
Created
November 21, 2022 14:51
Hi Nikita Skvortsov thanks a lot for the response! The problem is I need to be able to set stdIn in order to support "format by range" using Spotless. Do you have a code example you could point me...
Community
IntelliJ IDEA Open API and Plugin Development
ExternalSystemUtil Questions
0 votes
Created
November 21, 2022 14:21
Hi Rustam Vishniakov, thank you for the response! I actually am using AsyncDocumentFormattingService, however I _must_ have the formatting task be a gradle task -- this is required by the third ...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
November 20, 2022 22:32
I figured out #3 -- from reading the code I found it turns out you need to call `formattingRequest.onTextReady`...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 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
Next
›
Last
»