Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Batrak
Total activity
599
Last activity
June 06, 2023 09:14
Member since
December 19, 2013 17:00
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
246
Activity overview
Articles (0)
Posts (0)
Comments (353)
Sort by recent activity
Recent activity
Votes
Edited
July 01, 2019 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 ...
Community
IntelliJ IDEA Plugin Users
Console view ObjectNotDisposedException on IDE window close
0 votes
Created
June 21, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to capture TAB key press
0 votes
Created
May 29, 2019 11:46
@2111311792 See javadoc for DocumentationProvider#getDocumentationElementForLink - it will be called only for links using DocumentationManagerProtocol#PSI_ELEMENT_PROTOCOL. You can debug Documentat...
Community
IntelliJ IDEA Open API and Plugin Development
How to unregister Documentation Tool Window and register a new custom Documentation tool window?
0 votes
Created
May 24, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to unregister Documentation Tool Window and register a new custom Documentation tool window?
0 votes
Created
March 19, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
What is the proper way to delegate paste handler execute method when no customization is needed?
0 votes
Created
March 19, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
What is the proper way to delegate paste handler execute method when no customization is needed?
0 votes
Created
January 30, 2019 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 ...
Community
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 votes
Created
January 29, 2019 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.
Community
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 votes
Created
January 29, 2019 15:38
See FileEditorManager/FileEditorManagerEx classes. e.g. `FileEditorManagerEx#createSplitter` method can be used to create a split window.
Community
IntelliJ IDEA Plugin Users
How to create a vertical Split Editor from Plugin?
0 votes
Created
January 16, 2019 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.
Community
IntelliJ IDEA Open API and Plugin Development
which class can use in older version for com.intellij.openapi.editor.EditorCustomElementRenderer?
0 votes
«
First
‹
Previous
Next
›
Last
»