diff options
author | 2020-02-18 15:58:16 -0500 | |
---|---|---|
committer | 2020-02-18 15:58:16 -0500 | |
commit | 2a9d3e73daa332ffe652c9b33c160b784e51ed0e (patch) | |
tree | e7d0f0dc75319c674711771bfc41213a5dac8370 /core/locale.conf | |
parent | d5ba0b9a714cfc265f69d3d03974cfbfa0281176 (diff) | |
download | textadept-2a9d3e73daa332ffe652c9b33c160b784e51ed0e.tar.gz textadept-2a9d3e73daa332ffe652c9b33c160b784e51ed0e.zip |
Added snippet trigger word completion.
Also refactored snippet lookup, added options to Lua and C modules to include
snippet triggers in autocompletion lists, swapped snippet keybindings, and fixed
a bug recognizing lexer-specific snippet files as global.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/locale.conf b/core/locale.conf index 20b4b860..d2bbe032 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -264,6 +264,7 @@ _Insert Snippet... = _Insert Snippet... _Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder _Previous Snippet Placeholder = _Previous Snippet Placeholder _Cancel Snippet = _Cancel Snippet +Complete Trigger _Word = Complete Trigger _Word # Menu items for auto-completing programming language symbols and showing # documentation for them (e.g. typing `textadept.editing.` followed by a # "Complete Symbol" would show all possible completions for that symbol). |