Devpriporov
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 TextEditorCustomizer 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? -
创建于 ScrollFromSource 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... -
创建于 HTTP 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... -
创建于 Proper 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... -
创建于 VirtualFile 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... -
创建于 Text 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), ... -
创建于 Open 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...