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
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 26, 2019 12:50
This is a problem with good old Swing components in JDK. Using `UIUtil.getFontWithFallback` will only get your component to the same level of font fallback support as Java's logical fonts (Monospac...
Community
IntelliJ IDEA Open API and Plugin Development
Custom editor font issues (Thai/Korean language)
2 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 12, 2019 06:21
That's because there can be multiple editors for the same document. If you are interested in all editors, you can get them via EditorFactory.getInstance().getEditors(document) If you are interested...
Community
IntelliJ IDEA Open API and Plugin Development
Smart brace completion results in incorrect caret data
1 vote
Next
›
Last
»