主页
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月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 票
创建于
2022年02月09日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Parse Gradle Version
0 票
创建于
2022年01月23日 22:27
Anyone? Any pointer would be appreciated!
社区
IntelliJ IDEA Open API and Plugin Development
How to Test Action Which Runs Gradle Task
0 票
创建于
2021年12月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Help Developing Plugin (Reformat File Using Bash/gradle Command)
0 票
«
第一页
‹
上一页