主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年08月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Vertical linemarker in Editor
1 票
创建于
2022年11月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
drawString not working for EditorCustomElementRenderer
0 票
创建于
2020年11月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Hiding Inlay Hints when code is folded
0 票
创建于
2020年03月10日 12:21
Those attributes are not currently supported for LineExtensionInfo.
社区
IntelliJ IDEA Open API and Plugin Development
Line Extensions Info - EffectType
0 票
创建于
2019年11月06日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Duplicate popups when adding a custom ParameterInfoHandler
0 票
创建于
2019年08月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Invocation of 'paste' operation for specific caret is not supported
0 票
创建于
2019年08月02日 08:18
I've managed to reproduce it locally. Raised https://youtrack.jetbrains.com/issue/IDEA-219734.
社区
IntelliJ IDEA EAP Users
java doc error
0 票
创建于
2019年07月22日 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) ...
社区
IntelliJ IDEA Users
Half-height row margins above-and-below every block-starting statement
0 票
创建于
2019年07月19日 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...
社区
IntelliJ IDEA Users
Half-height row margins above-and-below every block-starting statement
0 票
创建于
2019年07月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Smart brace completion results in incorrect caret data
0 票
«
第一页
‹
上一页
下一页
›
最后
»