Zhaogang92

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
-
Zhaogang92 created a post, AnsweredDeploying plugins
For my plugin, I create a python distribution and start a python server in the gradle script when I run the IDE. But I realized that this does not work if I want to deploy the plugin to a user mach... -
Zhaogang92 created a post, AnsweredHow to capture TAB key press
How to capture the TAB key press in the editor? I tried KeyListener but it seems it can only capture chars or shifts. -
Zhaogang92 commented, -
-
-
Zhaogang92 created a post, AnsweredInlayModel addAfterLineEndElement
I want to add some text after the caret. I found that InlayModel.addAfterLineEndElement may be the API I need. I wrote the below code, but the position of added text is strange. val caret = editor.... -
Zhaogang92 commented, -
Zhaogang92 created a post, AnsweredEditor Text color
Hi, anyone know which API controlled the gray text in the below figure? I want to add similar thing for my auto-completion plugin. I searched the documentation but did not find the API. -
Zhaogang92 commented,