Prop
- 活动总数 87
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 32
-
-
-
已编辑于 FileEditor memory leak
已回答I 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... -
创建于 How to call the suggestion dialog box?
已回答I want to pop up the following dialog box in the plugin. Which API should I call instead? -
-
已编辑于 How can LanguageTextField achieve automatic prompts and syntax checking for external classes?
已完成I 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... -
已编辑于 How can LanguageTextField achieve automatic prompts and syntax checking for external classes?
已计划I 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... -
已编辑于 java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
已回答I 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 -
创建于 How to add Java startup parameters, such as - Dtest=1
已回答I 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... -
已编辑于 How to add Java startup parameters, such as - Dtest=1
已回答I 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...