eteran / nedit-ng

a Qt5 port of the NEdit using modern C++14
GNU General Public License v2.0
95 stars 26 forks source link

[enhancement] Save and/or reload all files options in Shell menu item #332

Open anjohnson opened 2 years ago

anjohnson commented 2 years ago

I have a Shell menu item that does a git pull --autostash --rebase=true, which has the "Save file before" and "Re-load file after" boxes checked. It would be useful if it could be configured to automatically save and/or reload all the open files that might have been updated by that git pull, not just the file that is currently active.

eteran commented 2 years ago

Sure that makes sense, I can definitely start brainstorming how such a feature would work.