/jEdit/tags/jedit-4-1-pre8/doc/tips/tip30.html
# · HTML · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 36093c6e79a66c5e7a8056072ce71fae MD5 · raw file
- <html><body>The
- <b>Folding</b>><b>Narrow to Fold</b> command hides
- all lines except those in the fold containing the caret.
- When editing a file with folding, this can be used to "focus" in on a block
- of code and create a less cluttered display. To
- display the entire buffer again, invoke the
- <b>Folding</b>><b>Expand All Folds</b> command.<p>
- <b>Folding</b>><b>Narrow to Selection</b> works in a similar manner,
- except it hides all lines except those in the selection, rather than
- those in the current fold.
- </body></html>