aboutsummaryrefslogtreecommitdiff
path: root/core/locales/locale.pl.conf
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-02-18 15:58:16 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2020-02-18 15:58:16 -0500
commit2a9d3e73daa332ffe652c9b33c160b784e51ed0e (patch)
treee7d0f0dc75319c674711771bfc41213a5dac8370 /core/locales/locale.pl.conf
parentd5ba0b9a714cfc265f69d3d03974cfbfa0281176 (diff)
downloadtextadept-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/locales/locale.pl.conf')
-rw-r--r--core/locales/locale.pl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index bc0bde05..c2a23052 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -265,6 +265,7 @@ _Insert Snippet... = _Wstaw...
_Expand Snippet/Next Placeholder = Rozwiń / _Następne pole
_Previous Snippet Placeholder = _Poprzednie pole
_Cancel Snippet = _Anuluj
+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).