/jEdit/tags/jedit-4-0-pre5/doc/tips/tip29.html

# · HTML · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 2d24c1e62158bbfdcd0007cd5b90931f MD5 · raw file

  1. <html><body>jEdit supports "folding"; a "fold" is a section of a
  2. buffer that can be hidden and shown by clicking in the gutter or
  3. using the commands in the <b>Folding</b> menu.
  4. Folds can be nested.<p>
  5. Two folding modes are supported; "indent" and "explicit". In the
  6. former, folds are created based on the leading indent of a line;
  7. in the latter, the buffer is parsed for the strings
  8. <code>{{{</code> and <code>}}}</code>.<p>
  9. Folding can be enabled in the <b>Buffer Options</b> and
  10. <b>Global Options</b> dialog boxes.
  11. </body></html>