Ljpen
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
创建于 How to determine whether Inlay is clicked
已回答I 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... -
创建于 EditorTextFiled Display exception
已回答hi 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... -
创建于 AddKeyListener in editor does not take effect
已回答When 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,... -
创建于 Asynchronous and delay completion contributor
已回答We 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... -
已编辑于 How to link the two tabs of the plugin
已回答When 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.... -
创建于 Build plugin UI components compatible with light and dark modes
已回答I'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 ...