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
Created
December 18, 2018 14:37
Right, that was what I meant. Sorry if I was ambiguous. Editor highlighter (usually lexer-based) is updated as expected, but range highlighters, generated by DaemonCodeAnalyzer (including the ones ...
Community
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 votes
Edited
December 18, 2018 09:54
Lexer-based highlighter seems to be updated as previously. But (at least in case of built-in support) Markdown highlighting is not produced by lexer, but via asynchronous mechanism ('daemon'-based)...
Community
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 votes
Created
December 17, 2018 08:25
I don't think there's an easy way to achieve this currently. It's worth to create a ticket for this in YouTrack.
Community
IntelliJ IDEA Open API and Plugin Development
How to "close & reopen" an editor while preserving its position in split panes?
0 votes
Created
December 08, 2018 09:24
Consider adding TypedHandlerDelegate extension. In its 'beforeCharTyped' method you can override what's happening when user types a character.
Community
IntelliJ IDEA Open API and Plugin Development
How to change what is being written in the editor?
0 votes
Created
December 03, 2018 11:49
Have you checked its javadoc?
Community
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
0 votes
Edited
November 30, 2018 08:37
Might be some focus-related issue (which I cannot reproduce myself). It's better to raise a YouTrack ticket for it with the details.
Community
IntelliJ IDEA Users
Using the same keyboard shortcut in different areas of IDE for different actions does not work
0 votes
Created
November 29, 2018 07:16
You're passing 'true' to 'isViewer' parameter of 'createEditor' method. If you pass 'false', it will be possible to change text in editor, and those changes will be reflected in the document you use.
Community
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 votes
Created
November 27, 2018 08:24
First of all, you'll need to use an instance com.intellij.openapi.editor.Editor in your dialog, either instantiating it directly - via EditorFactory, or using EditorTextField. In the former case, y...
Community
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 votes
Created
November 23, 2018 09:46
From what I see, deselectNotify on project closing is invoked when project.isOpen() returns false already. This is also done on EDT, so there shouldn't be a race condition here. Please provide more...
Community
IntelliJ IDEA Open API and Plugin Development
Editor Commit Before Project Close
0 votes
Created
November 22, 2018 08:08
> Why doesn't this work and what's the reason to have simple edit action like deleting a letter in "Main menu | Edit" at all The action in Edit menu is not for deleting text in editor, it's for a '...
Community
IntelliJ IDEA Users
Using the same keyboard shortcut in different areas of IDE for different actions does not work
0 votes
«
First
‹
Previous
Next
›
Last
»