Devpriporov
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
Devpriporov 进行了评论, -
-
Devpriporov 创建了一个帖子, 已回答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? -
-
Devpriporov 创建了一个帖子, 已回答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... -
Devpriporov 创建了一个帖子, 已回答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... -
-
Devpriporov 创建了一个帖子, 已回答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... -
-
Devpriporov 创建了一个帖子, 已回答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...