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
August 27, 2014 07:51
It's possible to define custom line marker renderer for a RangeHighlighter. This feature is used by XML/HTML tag tree highlighting, visually it looks just like in your example. Check out how XmlTag...
Community
IntelliJ IDEA Open API and Plugin Development
Vertical linemarker in Editor
1 vote
Created
November 07, 2022 09:58
Hi,`Graphics.drawString` expects Y coordinate of the text baseline to be passed, and you're passing the coordinate of the top inlay's border - that's why your text is displayed 'above' the target r...
Community
IntelliJ IDEA Open API and Plugin Development
drawString not working for EditorCustomElementRenderer
0 votes
Created
November 12, 2020 09:09
Unfortunately, at the moment there's no way to control folding behaviour for inline inlay elements. They are currently hidden if the anchor offset is 'inside' the collapsed fold region or equals to...
Community
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 votes
Created
March 10, 2020 12:21
Those attributes are not currently supported for LineExtensionInfo.
Community
IntelliJ IDEA Open API and Plugin Development
Line Extensions Info - EffectType
0 votes
Created
November 06, 2019 09:53
This case has been probably just overlooked, as no one yet tried to override parameter info. This has been changed in master now (targeting 2020.1 release), so that only the first suitable handler ...
Community
IntelliJ IDEA Open API and Plugin Development
Duplicate popups when adding a custom ParameterInfoHandler
0 votes
Created
August 09, 2019 14:18
`editor.getCaretModel().getCurrentCaret()` will never return `null` (if there's no `runForEachCaret()` call, the primary one will be returned). Just pass `null` as `caret` to `myOriginalHandler.exe...
Community
IntelliJ IDEA Open API and Plugin Development
Invocation of 'paste' operation for specific caret is not supported
0 votes
Created
August 02, 2019 08:18
I've managed to reproduce it locally. Raised https://youtrack.jetbrains.com/issue/IDEA-219734.
Community
IntelliJ IDEA EAP Users
java doc error
0 votes
Created
July 22, 2019 08:26
> I think my plugin will apply to existing Editor(s), and will not create a new Editor. Is that correct? That's correct. > Is there example source for a plugin which applies to the existing (Java) ...
Community
IntelliJ IDEA Users
Half-height row margins above-and-below every block-starting statement
0 votes
Created
July 19, 2019 08:28
Hi Robin, I'm afraid there are no good guides or example plugins at the moment, as the API to add such elements to editor is relatively new. Platform SDK guide (https://www.jetbrains.org/intellij/s...
Community
IntelliJ IDEA Users
Half-height row margins above-and-below every block-starting statement
0 votes
Created
July 11, 2019 14:11
Just obtain actual caret offset after the document change, like you do in the caret listener: caret.offset I assume you are interested in primary caret's position. In this case caret instance can b...
Community
IntelliJ IDEA Open API and Plugin Development
Smart brace completion results in incorrect caret data
0 votes
«
First
‹
Previous
Next
›
Last
»