Tips with 6.*

I start this thread with some Tips that I really like with 6.*. Please add your own!

Easy way to copy a procedure code

  1. Collapse the procedure (this works with every collapsed code region)
  2. select the first line of the procedure (the line with … in the end and the next line
  3. make “Copy”
  4. now you can paste anywhere all the procedure code :slight_smile:

How to get to the last line of a procedure , etc

  1. With show line number preference active

  2. Collapse the procedure (this works with every collapsed code region)

  3. see the number line of line after the collapsed region

  4. do a “goto line” (cnt-G) to number line-1 :slight_smile:

(This is great to check the exceptions)