主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rahul
活动总数
21
最后的活动
2023年09月20日 23:56
成员加入日期
2022年11月29日 23:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(5)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2022年12月01日 19:16
I did solve the problem. I now have two action handlers, one that responds to ACTION_EDITOR_TAB and one that responds to ACTION_BRACE_OR_QUOTE_OUT. editorActionManager.setActionHandler(ACTION_EDITO...
社区
IntelliJ IDEA Open API and Plugin Development
EditorActionManager is not getting hit in between auto-closed parantheses
1 票
创建于
2023年09月20日 23:56
So JetBrains Mono never addressed the bug I opened, but more distressingly, users are now reporting that setting a fallback font no longer fixes the issue.
社区
IntelliJ IDEA Open API and Plugin Development
Italic unicode character support on Windows
0 票
创建于
2023年08月07日 20:52
Hi Karol Lewandowski, I noticed that the first issue is now marked as fixed! Do you know how I can tell when a version with this support will be released?
社区
IntelliJ IDEA Open API and Plugin Development
Do InlayHints work with Gateway?
0 票
创建于
2023年07月25日 23:56
First I create an EditorCustomElementRenderer: class CompletionInlayRenderer( private val lines: List<String>, private val inlayType: InlayType, private val offset: Int,) : EditorCustomEle...
社区
IntelliJ IDEA Open API and Plugin Development
Do InlayHints work with Gateway?
0 票
创建于
2023年04月26日 18:43
Thanks. Linking the bug here just for completeness: https://github.com/JetBrains/JetBrainsMono/issues/619
社区
IntelliJ IDEA Open API and Plugin Development
Italic unicode character support on Windows
0 票
创建于
2023年03月13日 18:31
Ah I see. I think I should not have set repackageclasses("") as this removes the package for the services altogether. My bad! Hopefully this is helpful to someone in the future.
社区
IntelliJ IDEA Open API and Plugin Development
Key B duplicated (likely due to Proguard?) issue
0 票
创建于
2023年01月24日 18:46
It's an AI-powered code completion tool, so we'd like to provide multiline completions that the user can tab-accept. My understanding is that the CompletionContributor extension point is unsuitable...
社区
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 票
创建于
2023年01月20日 20:42
Thank you so much for posting this. This finally fixed the same issue I'd been encountering. Can I suggest that the EMPTY_ICON image should be something other than a single black pixel? It made it ...
社区
IntelliJ IDEA Open API and Plugin Development
Icons aren't displaying on 2019.2+
0 票
创建于
2023年01月19日 20:01
That seems to give me the same offset as val caretOffset = editor.caretModel.offset This is the offset before the change event, but I'd like the offset after the change event, if possible. The rea...
社区
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 票
创建于
2022年11月30日 02:02
I guess I handled this by also registering an action handler for ACTION_BRACE_OR_QUOTE_OUT
社区
IntelliJ IDEA Open API and Plugin Development
EditorActionManager is not getting hit in between auto-closed parantheses
0 票