Emelyanov Yaroslav
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 13
-
Created 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... -
Created Open file action customization
AnsweredIs there a way to customize some file icons in the FileChooser.chooseFiles dialog called by OpenFileAction? -
Created Scroll from Source action customization
AnsweredI 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... -
Created Expand non psi-based ProjectViewTree nodes
AnsweredI 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... -
Created 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... -
Created 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... -
Created 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? -
Created Open the modal window by double clicking on the custom Project View tree item
I have a custom project view and want to open a modal window with settings instead code editor when the user double clicked on some elements.Is my usecase already supported by intellij? -
Created Hide empty packages from Project Tree
Hello. I need to customize project view tree and create a class extended from com.intellij.ide.projectView.impl.ProjectViewPane and override com.intellij.ide.projectView.impl.ProjectViewPane#creat... -
Edited Project view customization
Hello. How can I make my own Project Tree with files and directories, filtered by custom filter in Tool Window with functionality from com.intellij.ide.projectView.impl.ProjectViewPane? I create a ...