PL/SQL code "collapse" functionality
306078Feb 20 2006 — edited Mar 5 2006A couple of questions relating to the code "collapse" functionality in PL/SQL (the +/- in the gutter that allows you to hide or show blocks of code).
1) Is there somewhere that we can post/send examples where this is not working properly (without having to dump a 45K file on the forum)?
2) Is it possible to get this functionality to work on the view versions of the PL/SQL tabs rather than just the edit versions?
3) Is it possible to get this functionality to only collapse the individual components of an IF THEN ELSIF ELSE END IF structure? For example, if I want to hide the code executed if the condition is true but display the code executed if it is false.