Multiline select in Notepad++

8,130

The feature you're describing is essentially a pretty version of "replace all", which Notepad++ and any decent text editor will have. I'm not aware of Notepad++ having the feature exactly as you describe it, so I'd just do a "Replace All". (btw, I'm using N++ version 5.8.7)

Share:
8,130

Related videos on Youtube

capnhud
Author by

capnhud

Updated on September 17, 2022

Comments

  • capnhud
    capnhud almost 2 years

    In Sublime Text, if I perform a find for an occurrence of a particular word, not only is this occurrence found, but it is also selected and has the cursor at the end of each occurrence so that pushing the right arrow key the cursor will move the cursor to the beginning of each occurrence simultaneously so that I can perform whatever operation I wish on all the selections. Does Notepad++ have something similar to this feature?

    I know that I can multi-line select by Ctrl + mouse click, but is there an automated way of doing this in Notepad++?

    • wilson
      wilson over 13 years
      "Replace All" could be one option. And recording a simple macro would be another.