Links
Examples
Here are projects I've released with source code folded with Code Browser:
- A simple OpenDocument Viewer written in C++.
- An XML parser written in assembly. Code Browser is especially useful for assembly programming as it helps to add a structure to a very flat language.
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.
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.