pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.61k stars 519 forks source link

Save all open documents shortcut #1063

Closed EngineerSmith closed 4 years ago

EngineerSmith commented 4 years ago

Feature request, or if there's a shortcuts file I can add in the shortcut to it, please inform me.

Been using ZeroBraneStudio with LOVE and not having a shortcut to save all open files that have changes in them has been bugging me for a few months now. This is for ease of life/my workflow; instead of having to click on the save all documents button each time I want to run or close the program.

Ctrl+Shift+S is what I unconsciously press when I'm editing a file from using other IDEs and text editors rather than just Ctrl+S

EngineerSmith commented 4 years ago

Adding keymap[ID.SAVEALL] = "Ctrl-Shift-S" to my cfg/user.lua solved my issue, odd that it isn't a default part of ZeroBrane

pkulchenko commented 4 years ago

@EngineerSmith, that's correct, there is no default shortcut for SaveAll, but you can assign your own, exactly like you did. Ctrl-Shift-S is already assigned to View | Stack Window, so it's staying there for historical reasons.