Code Folding
When dealing with long code bases it makes easier to navigate thru your code by only expanding what you need to see and contracting the rest of your code.
It is better explained with a screen shot.
Here is your class with two methods expanded by default:

Now by clicking in the minus symbol to the left of PROCEDURE SomeInfo it is folded and you get: (see the line numbers to understand what happened)

And you too can fold the whole class if you want.