主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Steve R
活动总数
36
最后的活动
2024年09月20日 18:36
成员加入日期
2019年01月13日 18:44
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
13
活动概览
帖子(9)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2021年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
1 票
创建于
2021年01月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
1 票
创建于
2021年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 票
创建于
2020年01月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Can't compile plugin after update to 2019.3
0 票
创建于
2019年10月21日 04:02
Specifically, in Gradle to fix this I had to add properties to the plugins key in my build.gradle: intellij { plugins = [ ... , 'properties']}
社区
IntelliJ IDEA Open API and Plugin Development
Why does my LightPlatformTestCase have problems loading plugins
0 票
创建于
2019年10月21日 04:01
Specifically, in Gradle to fix this I had to add properties to the plugins key in my build.gradle: intellij { plugins = [ ... , 'properties']}
社区
IntelliJ IDEA Open API and Plugin Development
Help manually running plugin tests
0 票
创建于
2019年09月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Start/Test Plugin with Different Versions of IntelliJ (not build)
0 票
创建于
2019年09月22日 13:48
FYI the answer (including omitting it) can be found here: https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
社区
IntelliJ IDEA Open API and Plugin Development
Plugin developing for Idea 2019.3 EAP
0 票
创建于
2019年09月09日 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.
社区
IntelliJ IDEA Users
Creating other IntelliJ projects with the gradle idea plugin
0 票
创建于
2019年09月09日 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...
社区
IntelliJ IDEA Users
Creating other IntelliJ projects with the gradle idea plugin
0 票
下一页
›
最后
»