Alan He

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 21
-
Edited IPopupChooserBuilder support filter list?
AnsweredHow to support filter list when I input word like 3.xxx , the list can be filtered -
Edited What is Show npm script actionId and groupId
CompletedI can't find some actionId and groupId,like Show npm scripts. I am developing a plugin and need add menu to the group. -
Created unable to read tree
AnsweredWhen I debug plugin and trigger action, error occurs. ``` at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:150)at com.intellij.vcs.log.impl.HeavyAwar... -
Edited plugin contained npm command,not work
AnsweredI am writing a plugin for the idea, the idea's function is executed npm command. When I debug plugin , It works fine, but not work when use build jar. source code:https://github.com/alanhg/v... -
Edited What's the name of popup list ui component
AnsweredI want to show a droplist component like this. ide SDK has a component? and how to do it? -
Created class file for com.intellij.openapi.ui.popup.PopupStep not found
AnsweredError:(24, 41) java: cannot access com.intellij.openapi.ui.popup.PopupStepclass file for com.intellij.openapi.ui.popup.PopupStep not found -
Edited how can I get the word where the cursor is focused in one action
AnsweredI am writing a plugin, and I want to ask everyone, how can I get the word where the cursor is focused in one action? The scenario is that I will focus on the package name, right-c...