Hari Rangarajan

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Hari Rangarajan created a post, Plugin gradle config: building downloads the same version
Trying to build the ideavim plugin, but I presume this applies to the general plugin gradle build config. The gradle task is always downloading the same version of the intellij sources. Attempt to... -
Hari Rangarajan created a post, -
Hari Rangarajan created a post, AnsweredKeyboard navigation in diff-based dialogs, version control toolwindow
* Commit changes difference pane Is there a way to navigate to the diff panel using the keyboard? The 'C'ommit panel has a hot key but this one doesn't. Tabs, etc don't seem to get the focus ther... -
Hari Rangarajan created a post, AnsweredScratch file syntax highlighting
I created a custom file type along with some rules for syntax highlighting. When I try to open a scratch file with this registered extension, I get no syntax highlighting. If I add it as a regular ... -
Hari Rangarajan created a post, QuickActionPopup
<action id="QuickActionPopup" text="Show Quick Actions Popup" class="com.intellij.ui.switcher.ShowQuickActionPopupAction"/>How to trigger this? It seems to be connected to QuickActionProviders whic... -
Hari Rangarajan created a post, Getting actions registered into an actiontoolbar from a toolwindow
The toolwindows seem to do the dollowing to setup buttons that handle actions through this way and eventually register via ActionManager.DefaultActionGroup group = (DefaultActionGroup)ActionManager... -
-
Hari Rangarajan created a post, Global shortcut for actions (modal dialogs, popups, etc)
Is it possible to set global shortcuts for actions that will get triggered even when invoked in the context of other modal dialogs generically? I just tried out something quick and didn't see that ... -