主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom editor font issues (Thai/Korean language)
2 票
创建于
2018年10月23日 14:38
To display a hint 'inside' document line, you can use a higher-level API - just implement InlayParameterHintsProvider.
社区
IntelliJ IDEA Open API and Plugin Development
Add inlay hint above method
2 票
创建于
2018年10月23日 14:35
Hello, If by 'above the method' you mean between document lines (by increasing the distance between following lines' text baselines and displaying additional content between them), such possibility...
社区
IntelliJ IDEA Open API and Plugin Development
Add inlay hint above method
2 票
创建于
2018年07月31日 06:48
What if you just don't extend TextEditorProvider? You can delegate to existing instance, if you want, provider doesn't keep any state internally. Then the order of tabs should match the order in wh...
社区
IntelliJ IDEA Open API and Plugin Development
A few questions about fileEditorProvider implementations
2 票
创建于
2018年02月07日 07:58
That's possible - e.g. Java debugger shows the values of expressions on mouse hover in editor. There's no API to attach a 'hover listener' to a TextRange. You can add mouse movement listener to an ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I detect when the user hovers over or places the cursor on a text range?
2 票
创建于
2017年05月29日 12:59
This is what happens after double Ctrl press, followed by arrows, i.e. press Ctrl, release Ctrl, press Ctrl, press arrow key. This logic exists to create carets/selections above/below current line....
社区
IntelliJ IDEA Users
Editor selects text instead of moving a caret
2 票
创建于
2016年02月02日 11:03
In Swing, graphics object is passed as a parameter to 'paintComponent' method. You can read the source code or debug the invocation of 'paintComponent' in EditorComponentImpl class to see the detai...
社区
IntelliJ IDEA Open API and Plugin Development
Draw shapes in Editor
2 票
创建于
2019年07月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Smart brace completion results in incorrect caret data
1 票
创建于
2018年12月03日 08:10
It means character offset in document, inlay is 'attached' to. If the document isn't changing, and soft wraps are not used, any offset for a document line can be used (i.e. from document.getLineSta...
社区
IntelliJ IDEA Open API and Plugin Development
InlayModel.addBlockElement() offset parameter
1 票
创建于
2018年11月22日 08:13
Answered in the ticket.
社区
IntelliJ IDEA Open API and Plugin Development
Do I need to do anything special to have multi-line TODO comments work for line comments in my custom language?
1 票
下一页
›
最后
»