主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Devpriporov
活动总数
21
最后的活动
2024年09月06日 21:21
成员加入日期
2022年09月15日 15:22
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
7
活动概览
帖子(7)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月06日 21:21
up
社区
IntelliJ IDEA Open API and Plugin Development
TextEditorCustomizer is Internal, what sould I use instead of?
0 票
创建于
2024年09月04日 06:04
It's needed to implement “scroll from source” feature. The user press some shortkey and plugin should select opened file in it's TreeModel.In this case I had focus on opened note ‘plugin’(TextEdito...
社区
IntelliJ IDEA Open API and Plugin Development
TextEditorCustomizer is Internal, what sould I use instead of?
0 票
已编辑于
2022年12月05日 10:50
I made plugin(https://github.com/epm-dev-priporov/idea-notes) which brings notes into intellij idea which are outside of Proejct and are kept in some folder in home user directory. In intellij idea...
社区
IntelliJ IDEA Open API and Plugin Development
ScrollFromSource shortcut feature
0 票
创建于
2022年10月22日 09:32
althought it's not beautiful solution, because DefaultTreeModel constructor requires a tree and the model setup into other trees is a bit weird, but it works, thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to create/use Tree component
0 票
创建于
2022年10月09日 06:43
found the working way to read actual data: val file = PsiManager.getInstance(project).findFile(virtualFile)!!var content = file.text.encodeToByteArray()
社区
IntelliJ IDEA Open API and Plugin Development
VirtualFile is not refreshed
1 票
创建于
2022年09月16日 07:10
thank you, the cause was that files were without extension, when I added .txt it correctly works
社区
IntelliJ IDEA Open API and Plugin Development
Open external files via SDK in text editor
0 票