Neo
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
已编辑于 How to prevent a ListPopup from dismissing automatically after it is clicked?
已回答I have created an ActionGroup which is bound to an ActionButton, and this group maintains three ToggleActions.When I click the ActionButton, a popup appears that lists my three ToggleActions in a L... -
创建于 There is an issue with the com.intellij.project.converterProvider extension point
已回答I used the ConverterProvider extension point to make my plugin compatible with old configuration data, but there are a few issues: 1. I created a new class, LegacyHistoryConverterProvider, which e... -
创建于 Missing dependencies: module com.intellij.modules.json IC-243.22562.13
已回答When executing the runPluginVerifier process on Github Action, I detected some compatibility issues between the plug-in and IC-243.22562.13 version. How can I resolve these issues so that my plug-i... -
创建于 java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
已回答In the plug-in I developed, such a problem occurred. The following are the operating environment information, the code details, the exception stack, and I want to know how I can solve this compatib... -
创建于 Plugins run in the IDE, how do I load the classes of other plugins?
已回答My plugin runs in an IDE. Assuming this IDE has both my plugin and a YAML plugin installed simultaneously, can my plugin load classes from the YAML plugin without explicitly importing the YAML plugin? -
已编辑于 <groupConfigurable> is not configurable
已回答I declare a Settings group named '<groupConfigurable>' and a child named '<applicationConfigurable>' for the Settings group, but I find that the Settings group is not configurable. I want to know w... -
创建于 How do I keep the editor state?
已回答I built a ToolWindow in which I built an editor using LanguageTextField. The tool window has multiple tabs, but when I switch to another TAB or temporarily hide the tool window, all previously fold... -
已编辑于 How do I add a ToolWindow TAB dynamically?
已回答I want to implement an effect similar to the Evaluate JSONPath tool window, which can dynamically add new tabs. How should I do that? -
创建于 How the plugin supports the Community Edition?
已回答I have a plugin that only supports IntelliJ IDEA Ultimate because it uses the Databasetools plugin. but now I want it to support the community edition. May I know how can I do that? Do I need to up...