主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Deniswsrosa
活动总数
18
最后的活动
2023年06月13日 15:20
成员加入日期
2018年12月07日 17:37
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(6)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年06月13日 15:20
Hi Karol Lewandowski! I'm building a plugin to edit documents from a document database. So the user can click on the JSON document and edit it in the editor (it is just way easier to do that VS run...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to the "save" event of an in-memory VirtualFile
0 票
创建于
2023年06月13日 13:59
thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Is there a listener for when the Plugin is installed?
0 票
创建于
2023年06月03日 18:30
Sorry, I don't fully understand your answer. I'm building my plugin in java. Is there an event that I can listen to?
社区
IntelliJ IDEA Open API and Plugin Development
Is there a listener for when the Plugin is installed?
0 票
创建于
2023年05月19日 13:28
found the issue, you need to call : myEditor.getContentComponent().requestFocusInWindow(); after you add the editor to the JPanel
社区
IntelliJ IDEA Open API and Plugin Development
Why TextEditor is in read-only?
0 票
创建于
2023年05月17日 12:40
That works. Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2019年06月25日 14:14
Hi Yann, In summary, I want to write a "fake live coding plugin" where the user can fake that he is typing something on Intellij and it will ignore what is being wriiten in some cases and copy fr...
社区
IntelliJ IDEA Open API and Plugin Development
Changing the character returned with TypedHandlerDelegate
0 票