Devpriporov

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
Devpriporov created a post, AnsweredScrollFromSource shortcut feature
I would like to add 'Scroll from source' feature to my plugin, but my plugin brings it's own tree view structure and in my opinion I have to somehow add action to shortcut: ActionUtil.getShortcutSe... -
Devpriporov created a post, AnsweredHTTP CLient plugin ID
In my plugin I would like to exclude .http files if the plugind is not installed(otherwise in community idea for examples these files can't be open at all), but I didn't find the id of the plugin f... -
-
Devpriporov created a post, AnsweredProper way to create/use Tree component
Hello support team In my plugin I use have a class which extends Tree component to expose some kind of objects. The issue is when I open 2 projects in IDEA these tree components don't show the same... -
-
Devpriporov created a post, AnsweredVirtualFile is not refreshed
I have been implementing copy/paste clipboard feature over some kind of node that contains virtualFile field. The problem is when I try to paste a copy, I need to copy file content as well, but for... -
Devpriporov created a post, AnsweredText search by Tree component nodes
Hello JB team. In my plugin I have a Tree component which has some nodes, and I'd like to implement search feature by text like when the Tree is focused and user press some key(letter/digits etc), ... -
-
Devpriporov created a post, AnsweredOpen external files via SDK in text editor
I am working over plugin for intellij idea and the plugin keeps some files in it's own directory like ~/.plugin/ . The plugin needs to open some files from the directory in text editor, but the exi...