diff options
author | 2011-07-13 20:51:17 -0400 | |
---|---|---|
committer | 2011-07-13 20:51:17 -0400 | |
commit | 8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29 (patch) | |
tree | ffe7a2317ddb80c558f28039a3120c8a3876afaa /core/locale.conf | |
parent | 57101e2742f9385602c367fc054363c1e52e33a2 (diff) | |
download | textadept-8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29.tar.gz textadept-8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29.zip |
Refactored key commands and added menu accelerators.
Key commands are now in keys.conf and keys.osx.conf which are loaded by the
_m.textadept.menu module.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/core/locale.conf b/core/locale.conf index 9cba204a..6b343f1c 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -117,7 +117,7 @@ Delete Word = De_lete Word Highlight Word = _Highlight Word Complete Symbol = Complete S_ymbol Show Documentation = Show D_ocumentation -Block (Un)comment = Bloc_k (Un)comment +Toggle Block Comment = Toggle Bloc_k Comment Transpose Characters = T_ranspose Characters Join Lines = _Join Lines Convert Indentation = Convert _Indentation @@ -130,8 +130,10 @@ Single Quotes = _Single Quotes Parentheses = _Parentheses Brackets = _Brackets Braces = B_races -Grow = _Grow +Grow Selection = _Grow Selection +Shrink Selection = _Shrink Selection Select in... = _Select in... +Between Tags = Between _Tags HTML Tag = _HTML Tag Double Quote = _Double Quote Single Quote = _Single Quote @@ -174,13 +176,14 @@ Snapopen = Snap_open User Home = _User Home Textadept Home = _Textadept Home Current Directory = _Current Directory +Show Style = Show St_yle Buffer = _Buffer Next Buffer = _Next Buffer Previous Buffer = _Previous Buffer Switch Buffer = Switch _Buffer Toggle View EOL = Toggle View _EOL Toggle Wrap Mode = Toggle _Wrap Mode -Toggle Show Indentation Guides = Toggle Show Indentation _Guides +Toggle Show Indent Guides = Toggle Show Indent _Guides Toggle Use Tabs = Toggle Use _Tabs Toggle View Whitespace = Toggle View White_space Toggle Virtual Space = Toggle _Virtual Space @@ -196,6 +199,7 @@ ISO-8859-1 = ISO-8859-1 MacRoman = MacRoman UTF-16 = UTF-16 Refresh Syntax Highlighting = _Refresh Syntax Highlighting +Select Lexer... = Select _Lexer... View = _View Next View = _Next View Previous View = _Previous View @@ -203,8 +207,8 @@ Split Vertical = Split _Vertical Split Horizontal = Split _Horizontal Unsplit = _Unsplit Unsplit All = Unsplit _All -Grow = _Grow -Shrink = _Shrink +Grow View = _Grow View +Shrink View = _Shrink View Zoom In = Zoom _In Zoom Out = Zoom _Out Reset Zoom = _Reset Zoom @@ -212,7 +216,7 @@ Help = _Help Manual = _Manual LuaDoc = _LuaDoc gtk-about = gtk-about -Lexers = Le_xers +Lexers = _Lexers Unknown command: = Unknown command: % modules/textadept/mime_types.lua |