[Github-comments] [geany/geany-plugins] Question: how to query if a keybinding exists? (#619)

elextr notifications at xxxxx
Sat Oct 7 14:53:26 UTC 2017


Managing resources shared between plugins (keybindings, markers, etc) is an acknowledged issue that hasn't been solved so far.  Thats why its recommended that plugins do not set keybindings by default, leave it to the user to de-conflict, they are hopefully smarter than plugins :)

On a practical note, the order that plugins are loaded is undefined, and the user can select to not load a plugin at all, so plugins can't rely on other plugins since they may not be loaded at the time they are needed.

Better would be to try (again) to get a more general solution to the shared resource problem, or at least keybindings, built into Geany.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/619#issuecomment-334940508
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171007/f4f000ae/attachment.html>


More information about the Github-comments mailing list