Foldup
Foldup is a source code folding tool for the Code Browser editor. It inserts markers in the source code to fold the different units: functions, structures and includes. This tool can be used to help understanding existing projects or to convert your own project code.
It is currently able to fold C files. C++ files should also be converted but I don't have tested it.
Foldup is just a toy for now and it should be used for understanding purpose only, not to migrate an existing project. I provide this tool in an alpha stage because it already gives some interesting results and may save some time to fold huge source code but use it carefully because it could corrupt source code.
Download
| Filename | Description |
|---|---|
| foldup-0.2-win32.zip | Windows binaries without installer |
| foldup-0.2-src.tar.gz | The source code for Linux (tar gz format) |
| foldup-0.2-src.zip | The source code (zip format) |