Unbound reload all keybinding for reloading all open files, so that you don't have to individually reload every open file after an automated tool changes all of them.
I wanted to make this CTRL+SHIFT+R to mirror the regular reload shortcut, but it looks like that's already taken so I made it unbound by default and bound it on my machine. I didn't make UI buttons for it, but if it's something we want UI buttons for I could do a little more later. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2859 -- Commit Summary -- * Add reload all keybinding -- File Changes -- M src/callbacks.c (6) M src/callbacks.h (2) M src/document.c (10) M src/document.h (2) M src/keybindings.c (5) M src/keybindings.h (1) -- Patch Links -- https://github.com/geany/geany/pull/2859.patch https://github.com/geany/geany/pull/2859.diff -- 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/pull/2859