PageRenderTime 57ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/doc/tips/tip30.html

#
HTML | 13 lines | 11 code | 2 blank | 0 comment | 0 complexity | 36093c6e79a66c5e7a8056072ce71fae 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>The
  2. <b>Folding</b>&gt;<b>Narrow to Fold</b> command hides
  3. all lines except those in the fold containing the caret.
  4. When editing a file with folding, this can be used to "focus" in on a block
  5. of code and create a less cluttered display. To
  6. display the entire buffer again, invoke the
  7. <b>Folding</b>&gt;<b>Expand All Folds</b> command.<p>
  8. <b>Folding</b>&gt;<b>Narrow to Selection</b> works in a similar manner,
  9. except it hides all lines except those in the selection, rather than
  10. those in the current fold.
  11. </body></html>