In Notepad++ (beloved) I could not helped but notice that the ctrl+left
(SCI_WORDRIGHT
) would jump on the next - signs.
Example: WORD-ID-1 (is actually 3 words, WORD, ID , 1) vs. WORD_ID_1 is one word.
I am looking for setting to control that behavior.
Is there a way to define the white space what would control the SCI_WORDRIGHT/LEFT behavior?