主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bradan
活动总数
35
最后的活动
2024年11月02日 11:44
成员加入日期
2020年01月19日 16:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
13
活动概览
帖子(6)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2024年04月19日 17:25
A general hint, which could be useful for your task:After enabling the Internal Actions menu in IntelliJ you can use the UI Inspector to find certain views in IntelliJ and corresponding classes. He...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin be written that tracks certain IDEA features being used to determine if a user should be using CE instead of Ultimate?
1 票
创建于
2024年04月29日 14:29
Have you tried explicitly specifying sinceBuild and setting untilBuild to null?This here worked in an older version of my plugin:patchPluginXml { changeNotes ''' <ul> <li>Update for...
社区
IntelliJ IDEA Open API and Plugin Development
How can we declare a plugin compatible with future versions?
0 票
创建于
2024年04月26日 20:00
The attribute version sets both since and until build values:For example, the default values for the attributes patchPluginXml.sinceBuild and patchPluginXml.untilBuild are defined based on the decl...
社区
IntelliJ IDEA Open API and Plugin Development
How can we declare a plugin compatible with future versions?
0 票
创建于
2024年04月20日 16:59
You have to check the SDKs used in the current project or module in your PyCharm instance and run it with that SDK. However I'm not sure this is actually a good idea. Why do you want to use two IDE...
社区
IntelliJ IDEA Open API and Plugin Development
Running Pycharm Project with Intellij IDEA plugin
0 票
创建于
2024年04月19日 17:48
After googling a bit about the command you mentioned, I found this:https://bugs.java.com/bugdatabase/view_bug?bug_id=6477844Essentially IntelliJ itself is running using a JRE, not a JDK. What you c...
社区
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 票
下一页
›
最后
»