Notepad++ has a very interesting feature that PSPad could adopt: [b]Folder Open/Close[/b].
It enables a block of code to be collapsed or expanded, thus aiding in legibility when one is examining a lenghty code. For instance, if one defines - Folder Open as [color=#FF0000]///[/color] and - Folder Close as [color=#FF0000]//\[/color], everything between the line that begins with [color=#FF0000]///[/color] and the one that begins with [color=#FF0000]//\[/color] will be marked with a bar on the left with a small square with a +/- sign within. By clicking on the minus sign the block is collapsed; when it's collapsed (reduced to an horizontal bar), by clicking on the plus sign that replaced the minus sign the block is revealed again. Note also that since [color=#FF0000]//[/color] may be defined as a comment, the whole scheme *does not interfere with the final code!* -- <http://forum.pspad.com/read.php?2,50676,50676> PSPad freeware editor http://www.pspad.com
