thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

MacroLauncher & keybindings #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using MacroLauncer 0.1, Editra 05.99 on Win7/Python2.6.

I would like to assign keybindings for macros defined in the MacroLauncer 
plugin.

It should be possible to select "MacroLauncher" in the Edit -> Preferences -> 
Advanced -> Keybindings -> Menu.
In case of this selection all defined macros should be listed in the box below.

Another alternative is to define the keybinding in the top of each macro:

__name__ = u'doc-method'
__type__ = u'py docstrings'
__desc__ = u'Insert a doc string template for a class method.'
__keybinding__ = u'Alt+Ctrl+5'

I prefer the first option.

Jens

Original issue reported on code.google.com by jens.blo...@gmail.com on 5 Jan 2011 at 7:19