主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Thomas Fröscher
活动总数
17
最后的活动
2019年08月14日 05:06
成员加入日期
2018年10月08日 14:44
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
10
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2019年06月25日 15:36
Hi, I currently do it in gradle like this:(only relevant parts) def ideaHome = System.getenv('IDEA_BASE_DIR')def ideaBinaries = "${ideaHome}/IC-191.6183.87"repositories { mavenCentral() // plugin v...
社区
Marketplace Paid Plugins
Plugin obfuscation through a Gradle task
1 票
创建于
2019年08月12日 10:38
Hi,please aware that if you run/debug your plugin in the IntelliJ Plugin environment, getClassLoader().getResource() returns a file URL. (file:/...), if you run normally it returns a jar URL. (jar:...
社区
IntelliJ IDEA Open API and Plugin Development
resources not found in plugin
0 票
创建于
2019年07月08日 06:00
Filed an issue https://youtrack.jetbrains.com/issue/IDEA-217745
社区
IntelliJ IDEA EAP Users
IDEA EAP 2019.2 beta - Debug log / log configuration changes don't work
0 票
创建于
2019年07月05日 07:52
Hi, Lidiya, Scott, thanks for clarification and the idea. No I can decide how to proceed further.
社区
Marketplace Paid Plugins
License Check with IDEA 2019.2 beta returns null - no license, no popup to evaluate plugin
0 票
创建于
2019年05月29日 16:12
Hi Matthias, had the same issue with my plugin. Reason was a bundled kotlin jar within my plugin package. If so, remove it from your plugin.Kotlin should not included in any plugin as mentioned in ...
社区
IntelliJ IDEA Open API and Plugin Development
Error during parentOfType
0 票