Alan He
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 21
-
已编辑于 IPopupChooserBuilder event
已回答I 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... -
已编辑于 embedded browser combine popup fail
已回答I 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 ... -
创建于 AnActionEvent can get cursor in json file
已回答Is 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... -
已编辑于 IPopupChooserBuilder support filter list?
已回答How to support filter list when I input word like 3.xxx , the list can be filtered -
已编辑于 What is Show npm script actionId and groupId
已完成I can't find some actionId and groupId,like Show npm scripts. I am developing a plugin and need add menu to the group. -
创建于 unable to read tree
已回答When 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... -
已编辑于 plugin contained npm command,not work
已回答I 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... -
已编辑于 What's the name of popup list ui component
已回答I want to show a droplist component like this. ide SDK has a component? and how to do it? -
创建于 class file for com.intellij.openapi.ui.popup.PopupStep not found
已回答Error:(24, 41) java: cannot access com.intellij.openapi.ui.popup.PopupStepclass file for com.intellij.openapi.ui.popup.PopupStep not found -
已编辑于 how can I get the word where the cursor is focused in one action
已回答I 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...