How to copy selected lines in Notepad ++?

I used Compare Plugin in Notepad ++. I want to copy only selected lines. Lines are not bookmarked.

http://img96.imageshack.us/img96/4524/highlightlines.png

+5
source share
2 answers

The only way I have found this so far, and it is not ideal if there are many lines that differ from each other, is.

  • Place the cursor at the beginning of the file.
  • Then you can click the Next icon (down arrow) and this will lead to the first difference.
  • Press ctrl + F2 to switch bookmarks
  • Repeat steps 2 and 3 until you get to the end of the file
  • Open the search menu> Bookmark> Copy bookmarks to bookmarks.

, . , , .

+3

, , (settings- > prefs- > edit).
CTRL + , .

+1

All Articles