I just installed geanylua and was able to set keybindings for lua plug-in scripts. Very nice. But, one little omission I notice is that the keybinding shortcut doesn't show up in the menu item for that plug-in.
On a related topic, I set "Search --> Find" from Ctrl-f to Ctrl-Alt-f (using Ctrl-f for the incremental search field in the toolbar), but it still says Ctrl-f in the menu item shortcut (note: everything *works* as it should, it's just the shortcut menu item text that's incorrect).
On Thu, Mar 27, 2008 at 4:33 PM, John Gabriele jmg3000@gmail.com wrote:
I just installed geanylua and was able to set keybindings for lua plug-in scripts. Very nice. But, one little omission I notice is that the keybinding shortcut doesn't show up in the menu item for that plug-in.
This can be fixed without too much trouble, I think - I will add it to my TODO list.
On a related topic, I set "Search --> Find" from Ctrl-f to Ctrl-Alt-f (using Ctrl-f for the incremental search field in the toolbar), but it still says Ctrl-f in the menu item shortcut (note: everything *works* as it should, it's just the shortcut menu item text that's incorrect).
If I recall, this is a problem of the Ctrl-f being hard-coded into GTK's stock menu item.
- Jeff
On Thu, 27 Mar 2008 16:57:51 -0500 "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
On Thu, Mar 27, 2008 at 4:33 PM, John Gabriele jmg3000@gmail.com wrote:
On a related topic, I set "Search --> Find" from Ctrl-f to Ctrl-Alt-f (using Ctrl-f for the incremental search field in the toolbar), but it still says Ctrl-f in the menu item shortcut (note: everything *works* as it should, it's just the shortcut menu item text that's incorrect).
If I recall, this is a problem of the Ctrl-f being hard-coded into GTK's stock menu item.
Yes, and we haven't found a[n easy] way to let GTK reset a menu accelerator once it's been set initially.
It still works because Geany's keybindings take precedence over GTK's menu accelerators, but they are still there.
Regards, Nick
On Thu, 27 Mar 2008 16:57:51 -0500, "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
On Thu, Mar 27, 2008 at 4:33 PM, John Gabriele jmg3000@gmail.com wrote:
I just installed geanylua and was able to set keybindings for lua plug-in scripts. Very nice. But, one little omission I notice is that the keybinding shortcut doesn't show up in the menu item for that plug-in.
This can be fixed without too much trouble, I think - I will add it to my TODO list.
On a related topic, I set "Search --> Find" from Ctrl-f to Ctrl-Alt-f (using Ctrl-f for the incremental search field in the toolbar), but it still says Ctrl-f in the menu item shortcut (note: everything *works* as it should, it's just the shortcut menu item text that's incorrect).
If I recall, this is a problem of the Ctrl-f being hard-coded into GTK's stock menu item.
Didn't I answer this already in http://lists.uvena.de/pipermail/geany/2008-February/002659.html?
;-)
Regards, Enrico
If I recall, this is a problem of the Ctrl-f being hard-coded into GTK's stock menu item.
Didn't I answer this already in http://lists.uvena.de/pipermail/geany/2008-February/002659.html?
;-)
Oof! Yes you did. :)