diff options
author | 2017-11-10 19:55:22 -0500 | |
---|---|---|
committer | 2017-11-10 19:55:22 -0500 | |
commit | 14d1c301791a77dc7afce20d4d68c3a34c414f21 (patch) | |
tree | 388e9fd0df61741ca28d3270dd43cd797fd47421 /core/locale.conf | |
parent | 80e568c5e95b103ded1e19985f73a864b739cf04 (diff) | |
download | textadept-14d1c301791a77dc7afce20d4d68c3a34c414f21.tar.gz textadept-14d1c301791a77dc7afce20d4d68c3a34c414f21.zip |
Removed redundant "Select in delimiter" menus and keys.
They can be auto-detected now.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/locale.conf b/core/locale.conf index f198f41b..0fe97d71 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -169,14 +169,9 @@ _Join Lines = _Join Lines _Filter Through = _Filter Through # Menu items for selecting text and entities. _Select = _Select -Select to _Matching Brace = Select to _Matching Brace +Select between _Matching Delimiters = Select between _Matching Delimiters Select between _XML Tags = Select between _XML Tags Select in XML _Tag = Select in XML _Tag -Select in _Single Quotes = Select in _Single Quotes -Select in _Double Quotes = Select in _Double Quotes -Select in _Parentheses = Select in _Parentheses -Select in _Brackets = Select in _Brackets -Select in B_races = Select in B_races Select _Word = Select _Word Select _Line = Select _Line Select Para_graph = Select Para_graph |