Devpriporov
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created TextEditorCustomizer is Internal, what sould I use instead of?
AnsweredMy plugion uses TextEditorCustomizer class which is marked as Internal in last versions of IDE, what is the alternative? -
Created ScrollFromSource shortcut feature
AnsweredI 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... -
Created HTTP CLient plugin ID
AnsweredIn 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... -
Created Proper way to create/use Tree component
AnsweredHello 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... -
Created VirtualFile is not refreshed
AnsweredI 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... -
Created Text search by Tree component nodes
AnsweredHello 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), ... -
Created Open external files via SDK in text editor
AnsweredI 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...