|
Taking Advantage of FoldingThe Poor Man's OutlinerThe editor can be used as a plain text outliner. Simply create a new file with the '.txt' extension, and choose the tree view layout. To create a new section, use the Insert/Folder command.
Editing XML or TeX documentsPut chapters, sections and subsections in subfolders. You can browse quickly your document, you don't need to cut a document into small files anymore. You can choose arbitrarily which level are to be folded. There is an extra cost to maintain headings but it worth it, you can find quickly a section and you only see the content of one section. Here is an example with the docbook source of the documentation of Code Browser:
Understanding existing source codeCode Browser can help you to understand existing source code. There is a lot of tools dedicated to program understanding that will do the job better than Code Browser, but if the source code is written in a too obscure language or too old, this editor can be a cheap alternative. Here is some tips to make more sense of a flat text file by extracting a structure and reducing its apparent complexity:
|