PageRenderTime 35ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre4/doc/tips/tip29.html

#
HTML | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | 2d24c1e62158bbfdcd0007cd5b90931f MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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>