Emelyanov Yaroslav
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 13
-
创建于 How to hide specific action
已回答Is it possible to somehow hide some actions, for example, "EditorConfig File", in the "New" context menu that opens on tree nodes? -
创建于 Optional steps in New Project wizard
已回答Is there a way to add some optional steps to the wizard that a user can skip with a finish button? -
创建于 Delete files in use
已回答I develop plugin which can connect to databases. DB drivers jar files are added by users, contains in plugins/my-plugin/lib and loaded to classpath on IDEA start. In Windows user can’t delete files... -
创建于 StackOverflowError then update presentation of DefaultActionGroup
I have action group which extends DefaultActionGroup. In update(AnActionEvent) method I call Presentation#setEnabledAndVisible(boolean) and sometimes has StackOverflowError: update failed for AnAct... -
创建于 Open file action customization
已回答Is there a way to customize some file icons in the FileChooser.chooseFiles dialog called by OpenFileAction? -
创建于 Scroll from Source action customization
已回答I have a custom Project tree, which extends ProjectViewPane. Tree contains some project files. Is there a way to customize Scroll from Source action to open default Project tree if file is not foun... -
创建于 Expand non psi-based ProjectViewTree nodes
已回答I use the custom project tree in a plugin. I wish to expand the second nesting level of the tree, but these nodes are not psi-based and extend ProjectViewNode<String>, so I can’t select a PsiElemen... -
创建于 Testing framework support plugin
I’m developing a framework support plugin. For some functions of the plugin, I need to read annotations from PsiClass, such as “javax.persistence.Entity” or framework-specific ones. My problem is t... -
创建于 Hide default actions on custom elemens in ProjectViewPane
I have a custom Project tree, which extends ProjectViewPane. Tree using custom and defaults nodes: How can I remove default actions from custom nodes but keep showing on default nodes such as Clas... -
创建于 Hide "Scratches and Consoles" for custom Project Tree
I have custom Project Tree, which extends ProjectViewProjectNode. I want to remove "Scratches and Consoles" from my tree. The only option is a new TreeStructureProvider that removes a node?