Rahul

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Rahul created a post, AnsweredKey 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 created a post, AnsweredHow 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 created a post, AnsweredEditorActionManager 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...