nppQuickText
nppQuickText copied to clipboard
Allow \ or other non-word prefix
per forum...
Allow \ or some other such non-word prefix for indicating sequences.
Additionally, allow those to come in the middle, so a\eacute[TAB] would be able to become aé (assuming \eacute were defined as é)
Requires #14 to be able to handle unicode in the substitution text
+1 With the previous version of QuickText I could reproduce the behaviour of Word Math Autocomplete, i.e. "\Delta" would be replaced by "Δ". This is prevented now by the backslash being ignored as allowedChar in QuickText.conf.ini as well as by #14 and by #27. (Current workaround by using "_")