How To Remove Empty Line Spaces In Code

Hi,

I've got a bunch of pages with coding that contains blank empty lines that I want to remove as shown in image at line 162. Is there some type of command or procedure to auto remove empty lines to tighten up the code?

I tried this and it works.

But you have to be carefull what you select

  1. click right after the last character (obviously a ">") and drag you mouse after the empty line and until stop until the fisrt column of the line after the empty line
    The end of your selection must be a cursor blinking at the first column

  2. right click on any of the 2 selected spaces and select "Change All Occurences"

  3. press the Delete on your keyboard

That's it... All empty lines are eliminated.

Try it in a new test page to be sure you are making it the correct way

1 Like

Hmm, I don't get the same result. I get no change.

Untitled-2
Untitled-3

Oh, actually that does work, thank you, I was selecting the wrong area. I see now that I can change all of those instances. Thank You!

Untitled-4

1 Like