[Github-comments] [geany] Preferences -> Keybindings window does not remember collapsed / expanded menus (#645)

elextr notifications at xxxxx
Fri Oct 30 13:31:48 UTC 2015


Since you asked nicely on IRC some suggestions :smile: 

The keybinding treeview in prefs is reloaded each time the dialog is shown, thats why previous state of expanders is lost.  You would need to ensure that you are informed of expand/contract occurrences (they may happen in GTK without Geany intervention, not sure), store that state somewhere and re-apply it after the treeview is re-loaded.

But the catch is that the number and order of sections can change as plugins are enabled and disabled (ok, the Geany part won't change, but the plugins part will).  Not sure how to handle that.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/645#issuecomment-152526918
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151030/381e4358/attachment.html>


More information about the Github-comments mailing list