Neo
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Edited How to prevent a ListPopup from dismissing automatically after it is clicked?
AnsweredI 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... -
Created There is an issue with the com.intellij.project.converterProvider extension point
AnsweredI 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... -
Created Missing dependencies: module com.intellij.modules.json IC-243.22562.13
AnsweredWhen 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... -
Created java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
AnsweredIn 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... -
Created Plugins run in the IDE, how do I load the classes of other plugins?
AnsweredMy 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? -
Edited <groupConfigurable> is not configurable
AnsweredI 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... -
Created How do I keep the editor state?
AnsweredI 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... -
Edited How do I add a ToolWindow TAB dynamically?
AnsweredI want to implement an effect similar to the Evaluate JSONPath tool window, which can dynamically add new tabs. How should I do that? -
Created How the plugin supports the Community Edition?
AnsweredI 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...