From 2a9d3e73daa332ffe652c9b33c160b784e51ed0e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 18 Feb 2020 15:58:16 -0500 Subject: 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. --- core/locale.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'core/locale.conf') 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). -- cgit v1.2.3