nppQuickText icon indicating copy to clipboard operation
nppQuickText copied to clipboard

Allow \ or other non-word prefix

Open pryrt opened this issue 5 years ago • 1 comments

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 (assuming \eacute were defined as é)

Requires #14 to be able to handle unicode in the substitution text

pryrt avatar Nov 20 '20 18:11 pryrt

+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 "_")

Heineken avatar May 26 '22 10:05 Heineken