Prop

- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 32
-
-
-
Edited FileEditor memory leak
AnsweredI implemented FileEditorProvider, and the page returned an EditorTextField. Here is my code. When I closed the idea, an error occurredpublic class HTTPEditor implements FileEditor { private fin... -
Created How to call the suggestion dialog box?
AnsweredI want to pop up the following dialog box in the plugin. Which API should I call instead? -
-
Edited How can LanguageTextField achieve automatic prompts and syntax checking for external classes?
CompletedI extended LanguageTextField and wanted to input a piece of Java through it.But it won't detect what my custom classes (such as the Utils and Request classes in the picture) should do. Let Language... -
Edited How can LanguageTextField achieve automatic prompts and syntax checking for external classes?
PlannedI extended LanguageTextField and wanted to input a piece of Java through it.But it won't detect what my custom classes (such as the Utils and Request classes in the picture) should do. Let Language... -
Edited java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
AnsweredI tested using runIde and it worked fine, but after packaging the plugin with buildPlugin, I ran it and got this error。This is my plugin structure -
Created How to add Java startup parameters, such as - Dtest=1
AnsweredI want to develop a plugin that has a page and a button. When clicking the button, it will add a Java startup parameter to my SpringBoot project, with the parameter - Dtest=1, so that the project c... -
Edited How to add Java startup parameters, such as - Dtest=1
AnsweredI want to develop a plugin that has a page and a button. When clicking the button, it will add a Java startup parameter to my SpringBoot project, with the parameter - Dtest=1, so that the project c...