I'd like to mod NP++ so that typing /*
brings up the matching */
automatically. The Prefs dialog for bracket matching appears only to allow single-char values for custom auto-close pairs. Can I achieve this w/o diving into some auto-running macro?
Asked
Active
Viewed 55 times
0

Carl Witthoft
- 20,573
- 9
- 43
- 73
-
1It seems you need to write your own plugin for that. [*Only single characters are allowed in these fields.*](http://docs.notepad-plus-plus.org/index.php/Auto_Completion). – Wiktor Stribiżew Aug 08 '16 at 13:24
-
@WiktorStribiżew I tried -- get the error "MSVCP140D.DLL" missing. I do not have that DLL on my system. – Carl Witthoft Sep 08 '16 at 11:50
-
@WiktorStribiżew I have XbracketsLite installed – Carl Witthoft Sep 08 '16 at 15:36