[Github-comments] [geany/geany] Save custom commands when clicking ok (#2868)

elextr notifications at xxxxx
Wed Aug 18 07:53:15 UTC 2021


Actually its slightly more subtle, 1) custom commands is a Gtk tree view, not a simple entry, more complicated 2) the cell renderer doesn't fire the edited signal until enter, so the value isn't copied into the underlying store until then, so when the dialog is closed the value in the store is unchanged and thats what is saved.

But the same thing happens for plain GTK entrys eg in the build commands dialog, without an enter or moving to another entry the edited value isn't saved to be available for the application to read when the dialog is "OK"ed.

-- 
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/issues/2868#issuecomment-900900162
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210818/48068ee5/attachment.htm>


More information about the Github-comments mailing list