momomo
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
momomo created a post, Binding global shortcuts to actions "extends AnAction implements DumbAware"
This is not a problem but I noticed that when a Popup is visible, then the shortcuts no longer work. <keyboard-shortcut keymap="$default" first-keystroke="shift alt s" /> The shortcut here for... -
momomo created a post, AnsweredHow do you create a configuration settings window for the plugin, easiest start.
A sample implementation exists? Basically to modify settings in the dialog window and if you know how to persist these between restarts. Thank you. -
momomo created a post, Set a border around editor without affecting inner component. Basically an overlay instead.
I am using below: protected void onFocus(EditorImpl focused) { focused.getScrollPane().setBorder(BORDER);} But if border adds top, bottom, left, right. Then the inner editor is resizing... -
momomo created a post, AnsweredHow to edit the active intellij editor background color ONLY
I know all about color code preferences. This is not in there, so I need to build a plugin for it. Basically, I would like to edit the color of the background of the currently active editor that...