aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:40:44 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 12:40:44 -0400
commit84c489b43c0d9796049f77cfd89109196f6d0b3a (patch)
tree3d9093d9e0e2acb69e5c1bb4835c44fda63f0211 /modules/textadept/menu.lua
parent20c4fb3baaac9d176e029e3680cc0c8e8101e44c (diff)
downloadtextadept-84c489b43c0d9796049f77cfd89109196f6d0b3a.tar.gz
textadept-84c489b43c0d9796049f77cfd89109196f6d0b3a.zip
Added "Save All" to the menu.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 2833311a..e064e4e0 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -24,6 +24,7 @@ local menubar = {
{_L['Re_load'], io.reload_file},
{_L['_Save'], io.save_file},
{_L['Save _As'], io.save_file_as},
+ {_L['Save All'], io.save_all_files},
SEPARATOR,
{_L['_Close'], io.close_buffer},
{_L['Close All'], io.close_all_buffers},