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/locales/locale.it.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'core/locales/locale.it.conf') diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf index 6cdccf78..554a8dbc 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -264,6 +264,7 @@ _Insert Snippet... = _Inserisci un frammento... _Expand Snippet/Next Placeholder = Espandi/Segnaposto _seguente _Previous Snippet Placeholder = Segnaposto _precedente _Cancel Snippet = _Annulla il frammento +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