Rahul

- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
Rahul 创建了一个帖子, 已回答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... -
-
-
-
Rahul 创建了一个帖子, 已回答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... -
-
-
Rahul 创建了一个帖子, 已回答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...