Ljpen
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created How to determine whether Inlay is clicked
AnsweredI am developing a plug-in similar to Copilot. When the user edits the code in the Editor, I use the manual trigger Action. After the user presses the shortcut key, I rewrite the paint method in the... -
Created EditorTextFiled Display exception
Answeredhi When I place EditorTextField in toolwindows, the border display of EditorTextField will be abnormal when I switch themes. You need to close and then open the woodwindow to display normally. How... -
Created AddKeyListener in editor does not take effect
AnsweredWhen I am writing a plug-in, it cannot take effect when I need to add a keylistener to the editor component. Is it because only action can be used? But the shortcut key I want to use is enter+ctrl,... -
Created Asynchronous and delay completion contributor
AnsweredWe have developed a plug-in that can perform code completion. It needs to request the back-end server and then return the corresponding code completion, so it will take some time. The code example... -
Edited How to link the two tabs of the plugin
AnsweredWhen developing the plug-in, I encountered some problems. My plug-in has a tool window, and the tool window has two pages. I want to make a common toolbar for them, similar to the toolbar of maven.... -
Created Build plugin UI components compatible with light and dark modes
AnsweredI'm developing a simple idea plug-in. In this plug-in, toolwindow will host my form. I want to know how to set colors for the form. For example, for a text, I want it to be displayed in blue under ...