We have a configuration file for Skype, that on each line it describes the translation for each element of Skype. The format on each line is as VARIABLE=VALUE. We decided to remove all values automatically, to do that we used NotePad++. We pressed Ctrl+H to open up the Replace dialog.…
In response to a question in this post we proposed the following method to select a range of lines in Notepad++ using the line numbers: Press Ctrl + G, type the start line and hit Enter to go to the start line. Then go to the menu, click on Edit…
In some cases, Windows Task Manager cannot stop a certain service. When the user right clicks on the service and selects the Stop Process option, the status of the service becomes Stopping but never actually stops. This happens when the developer of the service did not handle properly the signal…
Using Notepad++ you can select a range of lines and delete them following the procedure below:
Press Ctrl + G, type the start line and hit Enter to go to the start line.
Then go to the menu, click on Edit and then Begin/End select.
Press again Ctrl + G, and type the end line number and hit Enter to go to it.
Back to the menu, click on Edit and then Begin/End select once more.
By now you will have your range of lines to be deleted selected so just press Backspace or Delete.
Thank you for this. Works like a charm if you read carefully “tick match new line”.
How one can delete multiple lines by defining the start and end line numbers ?
Using Notepad++ you can select a range of lines and delete them following the procedure below:
Press
Ctrl + G
, type the start line and hitEnter
to go to the start line.Then go to the menu, click on
Edit
and thenBegin/End select
.Press again
Ctrl + G
, and type the end line number and hitEnter
to go to it.Back to the menu, click on
Edit
and thenBegin/End select
once more.By now you will have your range of lines to be deleted selected so just press
Backspace
orDelete
.Pingback: Homepage