主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Neo
活动总数
34
最后的活动
2025年01月03日 07:15
成员加入日期
2024年05月20日 01:43
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
9
活动概览
帖子(9)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2025年01月03日 07:15
Hi, I have noticed that in the platform version used by the plugin (IDEA 2022.1.4), there is no KeepPopupOnPerform class, but I found the com.intellij.ui.popup.KeepingPopupOpenAction interface. Now...
社区
IntelliJ IDEA Open API and Plugin Development
How to prevent a ListPopup from dismissing automatically after it is clicked?
0 票
创建于
2024年11月27日 13:49
Yes, through you give tips, I solved the first problem, but the second problem still exists (myContext. GetStorageScheme () = = StorageScheme. The DEFAULT)
社区
IntelliJ IDEA Open API and Plugin Development
There is an issue with the com.intellij.project.converterProvider extension point
0 票
已编辑于
2024年11月27日 11:27
I understand that when my project does not meet the condition (projectPath.toString().endsWith(".ipr")), the value of the ConversionContextImpl.myStorageScheme property will be StorageScheme.DIRECT...
社区
IntelliJ IDEA Open API and Plugin Development
There is an issue with the com.intellij.project.converterProvider extension point
0 票
创建于
2024年11月23日 05:11
Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
0 票
创建于
2024年11月23日 05:11
I see, I will delete this judgment logic:if (Registry.is("ide.helptooltip.enabled")) { ............... }
社区
IntelliJ IDEA Open API and Plugin Development
java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
0 票
创建于
2024年11月21日 11:30
Okay, thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Missing dependencies: module com.intellij.modules.json IC-243.22562.13
0 票
创建于
2024年11月21日 11:08
Do you mean that I can ignore this error message?
社区
IntelliJ IDEA Open API and Plugin Development
Missing dependencies: module com.intellij.modules.json IC-243.22562.13
0 票
创建于
2024年09月26日 14:31
My plugin is built on IntelliJ IDEA 2022.1.4. For example, if I want to use JsonPath functionality, I can simply call it directly (as the JsonPath-related classes are still part of the IDEA SDK in ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugins run in the IDE, how do I load the classes of other plugins?
0 票
创建于
2024年09月21日 13:43
Ok, thank you very much!
社区
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 票
创建于
2024年09月13日 01:03
I still don't know how to fix this.
社区
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 票
下一页
›
最后
»