Introduction

Code Browser is a text editor with most common features found in programming editors: syntax highlighting, launch external tools, advanced search and replace, brace matching, ...

But Code Browser also implements a unique marker-based folding and navigation system. It allows you to structure your source code like an hyper-text document: the source code can be cut into pages independently of the file structure. A page can be referenced using links or can be nested into another page. It gives a better visibilty on large projects and makes navigation easier.

For a quick start, open examples/tutorial.txt with the editor.