Features
Folding Specific Features
Folders
In Code Browser, folded sections in a text file are called 'folders'
because of similiarities with filesystem folders.
See the Introduction for more information.
Links
Links help navigation between files, they are a natural extension to
folders: a link is an headline that references another folder in the same
or another text file.
Special comment lines
These comment lines are displayed with a different font and color in the
text but without the comment makers. It gives the source code a
literate programming look.
Multiple files, windows and panes
Several files can be loaded simultaneously, but in addition, several
windows can be opened on the same file. This feature is very important
with the folding system: It allows viewing or editing another part of your
current working file; you just have to reopen a new window on it.
Smalltalk style browser
The hierarchy of folded sections is displayed in lists above the text.
Tree browser
The hierarchy of folded sections is displayed in a tree view.
Classic Features
Unicode
Can load UTF-8 and UTF-16 files having a signature (BOM).
Syntax highlighting
| Assembler | ASP | Batches | C/C++ |
| C# | CSS | HTML | Java |
| JSP | Makefile | Pascal | Perl |
| PHP | Python | Ruby | Sh |
| SQL | TeX | VB.Net | XML |
User definable syntax highlighting
Unlimited undo/redo
There is an unusual behavior here: when a text file is reloaded because
it has been modified by an external application, the reload is incremental.
It means that changes made by the other application can be undone from
the editor.
Word wrapping
User defined tools
User defined shortcuts
Bookmarks
Search and replace
The search and replace commands apply to a file, a directory, a folded section
or the current selection. It can also follows links.
Regular expressions
Just the basic ones.
|