Rahul
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 Do InlayHints work with Gateway?
已回答I have a plugin that renders some UI elements in the editor using InlayHints. When used with JetBrains Gateway, 99% of the plugin works just fine when it is installed on the host (this includes edi... -
创建于 Italic unicode character support on Windows
已回答My plugin displays code completion suggestions as inlays rendered in the user's font (usually JetBrains Mono) and italicized. Several of my users on Windows report that non-ascii characters do not ... -
创建于 Key B duplicated (likely due to Proguard?) issue
已回答A user of my plugin reported the following issue Plugin 'izhangzhihao.rainbow.brackets' failed to initialize and will be disabled. Please restart WebStorm.com.intellij.diagnostic.PluginException: K... -
创建于 How do I get the final caret offset after a document change event?
已回答In my plugin I want to do something every time an editor's document changes, and I want to know what the caret offset will be after that change occurs. Easy right? I register a DocumentListener and... -
创建于 EditorActionManager is not getting hit in between auto-closed parantheses
已回答In my plugin I've registered an action handler to do something when the tab key is hit: editorActionManager.setActionHandler(ACTION_EDITOR_TAB, EditorActionTabHandler(oldTabHandler)) This works wel...