collapse/expand of indented source lines
11393Jan 2 2006 — edited Jan 25 2006I observed that in the margin of the pl/sql editor a [+] appears before each statement that normally precedes an indentated piece of code (e.g. BEGIN, FOR, IF etc.). On small pieces of such code clicking the [+] indeed nicely collapses all indented lines. This is a beautiful feature, which makes reading large chunks of code a lot easier.
However, on larger pieces of code it seems that the link with the matching END, END LOOP or END IF is lost, and the collapse does not work. In other cases too many lines are being collapsed.