|
||||||||||||||||||||
FeaturesFolding Specific FeaturesFoldersIn Code Browser, folded sections in a text file are called 'folders' because of similiarities with filesystem folders. See the Introduction for more information. LinksLinks 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 linesThese 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 panesSeveral 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 browserThe hierarchy of folded sections is displayed in lists above the text. Tree browserThe hierarchy of folded sections is displayed in a tree view. Other FeaturesElastic TabstopsCode Browser implements elastic tabstops as proposed by Nick Gravgaard. UnicodeCan load UTF-8 and UTF-16 files with or without signature (BOM). Syntax highlighting
User definable syntax highlightingUnlimited undo/redoThere 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 wrappingUser defined toolsUser defined shortcutsBookmarksSearch and replaceThe search and replace commands apply to a file, a directory, a folded section or the current selection. It can also follows links. Regular expressionsJust the basic ones. |