Devpriporov
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Devpriporov commented, -
-
Devpriporov created a post, AnsweredTextEditorCustomizer is Internal, what sould I use instead of?
My plugion uses TextEditorCustomizer class which is marked as Internal in last versions of IDE, what is the alternative? -
-
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...