Multi lines selection in longer file
-
Hallo.
Is a possibility selecting between two lines in notepad++ or two bookmarks?
For example:
I have file with 50000 lines.
I would like remove all lines between 6500 to 35000.
Or I would like add bookmarks for all lines between 6500 to 35000.
Now I have to click on line 6500 and then hold Shift and roll up down with mouse. This is very long time for me.Thank for your help
-
Use the Begin/End Select feature (see Edit menu).
Here’s how:
- Go to your first line of interest (possibly using Search (menu) -> Go to…)
- Invoke Begin/End Select.
- Go to your second line of interest (possibly using Search (menu) -> Go to…)
- Invoke Begin/End Select again.
Your desired range should now be selected/highlighted.