主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ryan Gurney
活动总数
31
最后的活动
2022年11月21日 14:51
成员加入日期
2021年12月29日 00:57
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
8
活动概览
帖子(7)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2022年11月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ExternalSystemUtil Questions
0 票
创建于
2022年11月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年11月20日 22:32
I figured out #3 -- from reading the code I found it turns out you need to call `formattingRequest.onTextReady`...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
已编辑于
2022年11月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
已编辑于
2022年05月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年05月16日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年02月15日 17:51
Also to be clear, it's not the `project.getBasePath()` that's returning null, but rather the `getLinkedProjectSettings` that returns null.
社区
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 票
创建于
2022年02月15日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 票
创建于
2022年02月15日 01:00
That worked great Karol! Though there are some projects that return `null` for: .getLinkedProjectSettings(project.getBasePath()) any idea why that is?
社区
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 票
下一页
›
最后
»