主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Dmitry Batrak
活动总数
599
最后的活动
2023年06月06日 09:14
成员加入日期
2013年12月19日 17:00
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
246
活动概览
文章(0)
帖子(0)
评论(353)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年07月01日 07:54
This exception indicates that the editor component wasn't properly disposed. In this case, the editor is part of ConsoleView's implementation, so disposing the editor is achieved via disposing the ...
社区
IntelliJ IDEA Plugin Users
Console view ObjectNotDisposedException on IDE window close
0 票
创建于
2019年06月21日 07:32
Tab key presses, as well as other shortcuts which has bound actions, are not dispatched via standard Swing mechanism, they are processed by action subsystem. You can still intercept the event if yo...
社区
IntelliJ IDEA Open API and Plugin Development
How to capture TAB key press
0 票
创建于
2019年05月29日 11:46
@2111311792 See javadoc for DocumentationProvider#getDocumentationElementForLink - it will be called only for links using DocumentationManagerProtocol#PSI_ELEMENT_PROTOCOL. You can debug Documentat...
社区
IntelliJ IDEA Open API and Plugin Development
How to unregister Documentation Tool Window and register a new custom Documentation tool window?
0 票
创建于
2019年05月24日 09:21
You can handle links in your documentation by implementing `com.intellij.lang.documentation.DocumentationProvider#getDocumentationElementForLink` in your provider. If you just want to display some ...
社区
IntelliJ IDEA Open API and Plugin Development
How to unregister Documentation Tool Window and register a new custom Documentation tool window?
0 票
创建于
2019年03月19日 08:49
Your proposal can change the semantics of handlers - e.g. a handler might want to do some post-processing after the original handler's logic is executed. There are actually quite a few of such case...
社区
IntelliJ IDEA Open API and Plugin Development
What is the proper way to delegate paste handler execute method when no customization is needed?
0 票
创建于
2019年03月19日 08:00
There's no easy way currenty for you to submit those back to us. You can submit existing via YouTrack, but they'll keep coming. Ideally, editor action extension mechanism needs to be rewritten, so ...
社区
IntelliJ IDEA Open API and Plugin Development
What is the proper way to delegate paste handler execute method when no customization is needed?
0 票
创建于
2019年01月30日 08:31
FileEditorManagerEx#createSplitter does indeed an editor for the same file in created split. You can close it and open the file you want in target split, but it's simpler to use EditorWindow.split ...
社区
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 票
创建于
2019年01月29日 16:18
Adding a tab with some content is done by opening a file (VirtualFile) in FileEditorManager. You can use LightVirtualFile if it's just some content which is not stored on disk.
社区
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 票
创建于
2019年01月29日 15:38
See FileEditorManager/FileEditorManagerEx classes. e.g. `FileEditorManagerEx#createSplitter` method can be used to create a split window.
社区
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 票
创建于
2019年01月16日 13:00
There's no alternative in version 2016.2. API to add custom visual elements to editor has been added in version 2016.3.
社区
IntelliJ IDEA Open API and Plugin Development
which class can use in older version for com.intellij.openapi.editor.EditorCustomElementRenderer?
0 票
«
第一页
‹
上一页
下一页
›
最后
»