notepad++ select hyphenated text

前端 未结 7 1357
梦如初夏
梦如初夏 2021-01-02 02:46

I could\'nt find a solution to a problem that has been hindering the use of notepad++.

When you double click text to highlight that text and others like it,

7条回答
  •  庸人自扰
    2021-01-02 03:11

    A workaround is to:

    • In the Find window, set the text to find to a space

    • In the Shortcut Mapper (Main Menu section) assign "Find Next" to Ctrl+Right and "Find Previous" to Ctrl+Left

    Now, so long as the search text is only a space, it will effectively be the only delimiter. If you need other delimiters, for instance comma and period, set the Find text to [ ,.].

提交回复
热议问题