Code Folding

From Delphi for PHP Documentation Wiki

Jump to: navigation, search

Code folding lets you collapse (hide) and expand (show) your code to make it easier to navigate and read. Source code is structured in blocks according to open and closed braces {} and each block can be collapsed or explanded.

  • To collapse a code block, use the minus mark [-] at the left side of the editor window at the top of the code block. The collapsed area of code will be indicated by a rectangular box with dots [...]
  • To expand a collapsed code block, use the plus mark [+] in the left side of the editor window


Image:code_folding.png

Personal tools