Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rahul
Total activity
21
Last activity
September 20, 2023 23:56
Member since
November 29, 2022 23:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (5)
Comments (10)
Sort by votes
Recent activity
Votes
Created
December 01, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
EditorActionManager is not getting hit in between auto-closed parantheses
1 vote
Created
September 20, 2023 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.
Community
IntelliJ IDEA Open API and Plugin Development
Italic unicode character support on Windows
0 votes
Created
August 07, 2023 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?
Community
IntelliJ IDEA Open API and Plugin Development
Do InlayHints work with Gateway?
0 votes
Created
July 25, 2023 23:56
First I create an EditorCustomElementRenderer: class CompletionInlayRenderer( private val lines: List<String>, private val inlayType: InlayType, private val offset: Int,) : EditorCustomEle...
Community
IntelliJ IDEA Open API and Plugin Development
Do InlayHints work with Gateway?
0 votes
Created
April 26, 2023 18:43
Thanks. Linking the bug here just for completeness: https://github.com/JetBrains/JetBrainsMono/issues/619
Community
IntelliJ IDEA Open API and Plugin Development
Italic unicode character support on Windows
0 votes
Created
March 13, 2023 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.
Community
IntelliJ IDEA Open API and Plugin Development
Key B duplicated (likely due to Proguard?) issue
0 votes
Created
January 24, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 votes
Created
January 20, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Icons aren't displaying on 2019.2+
0 votes
Created
January 19, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I get the final caret offset after a document change event?
0 votes
Created
November 30, 2022 02:02
I guess I handled this by also registering an action handler for ACTION_BRACE_OR_QUOTE_OUT
Community
IntelliJ IDEA Open API and Plugin Development
EditorActionManager is not getting hit in between auto-closed parantheses
0 votes