Links
About Text Folding
Other Free Folding Editors
Folding editors are more and more populars and all recent editors
include folding capabilities. Here is a list of free editors
supporting explicit folding (i.e. not based on syntax or indentation).
- SciTE supports both implicit and
explicit folding (at least for C/C++ using //{ and //}).
- jEdit is a text editor for programmers
that support folding based on indentation or explicit folding.
- Leo, not
a folding editor but an outlining editor for programmers. It is also
a literate programming tool.
- Vim. Vim 6 introduces folding. It has
six methods to select folds, including one to select them by markers.
Contributions
- Squi is a very rudimentary tool written in Ruby to convert Code Browser files to HTML.
Zinc
Zinc is the programming language used to write Code Browser.
Related Topics
Literate Programming
Human Computer Interaction (HCI)
|