Define word delimiter in Notepad++ -


can notepad++ configured recognise spaces word delimiters?

currently, in string "hello!" said., places word boundaries this: "|hello|!" |she |said|.. want place them this: "hello!" |she |said.

scintilla (the system underlying n++) defines characters treat word delimiters. n++ can't redefine them, nppexec plugin can temporarily set them current open tab.

so, install nppexec, go plugins>nppexec>execute... , enter sci_sendmsg 2077 0 @" ".

put whichever characters want delimiters between quotes.

discussion here: https://sourceforge.net/p/notepad-plus/discussion/331754/thread/993b6ab9/


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -