Alan He

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 21
-
Edited IPopupChooserBuilder event
AnsweredI have a requirement that when the user is on the popup, when the user presses a key, the selected row is obtained at this time, and the event is executed. I try to use registerKeyboardAction, b... -
Edited embedded browser combine popup fail
AnsweredI am implementing a function that is to select a row of values in the popup to display the content of the built-in browser, but the current popup is indeed empty, and it is not clear why the web ... -
Created AnActionEvent can get cursor in json file
AnsweredIs there any way to tell if my cursor is focused on the key in dependencies, but not elsewhere. I am making a menu enable control. I want the user to focus on the correct position before operatin... -
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...