Short: Programmer's Text Editor, adv. features Author: Doug Bakewell / Daniel Westerberg Uploader: Daniel Westerberg (daniel onyxsoft se) Type: text/edit Version: 3.1 Requires: ReAction or MUI, Expat.library Architecture: ppc-amigaos ; m68k-amigaos ; ppc-morphos ; i386-aros Annotate ~~~~~~~~ A comprehensive text editor written for AmigaOS 2.0 and up, ported to AmigaOS 4.0, backported to AmigaOS 3 and sideported to MorphOS and AROS. :-) Features ~~~~~~~~ - Syntax Highlightning with links to autodocs, - Multi-unit clipboard support, - Multi-file search. - Unlimited Undo/Redo, - Macros, - Vertical block selection, - Can use screens. - Side-shifting of text and rectangular blocks, - Multi-functional scroll bar, - A lot of different ways to cut, copy and paste, - Printing, - Folding, - Text locking, - User editable menus and hotkey, - and a full-featured Arexx Port for exterrnal scripting support. Author: Doug Bakewell Maintainer and successor: Daniel Westerberg Annotate has been released under the GNU GPL by request of the original author Doug Bakewell. See separate GPL.txt. The source is in a separate archive. Installation ~~~~~~~~~~~~ Nothing special, except that you can copy the file "AnnotateSyntax.xml" to ENVARC: to make it global. News and Changes ~~~~~~~~~~~~~~~~ * NEW * Multi-file searching, Visual Studio cycle-through-style. When all text has been found in one window, it will continue to search the next windows and then hidden editors. This makes it much easier to find the definition of a function, or usages of a variable in your entire project. It is suggested to create a project and add all files as hidden editors for this to work the best. * NEW * Multi-highlight of selection. "Show all occurences". * NEW * Many stability improvements around closing and reopening editors. * NEW * Other stability around copy'n'paste, undo * NEW * Anti-alias text rendering on OS3 on hi/true-color screens. * NEW * Syntax: Major rework on the syntax definition system to make it much easier and faster to create syntax definitions, and they are read faster. * NEW * Syntax: Grouping of tokens using and . * NEW * Syntax: A can read audodocs to apply syntax for library calls in one line. A can be used by several syntax definitions by using in a languge. * NEW * Syntax: Set RGB colors for all platforms using rgb and bgrgb parameters with pen and bgpen as fallback for non hi/true-color screens. rgb and bgrgb can be a hex value like "$402050", or a name like "darkblue". * NEW * Syntax: CSS-like setting of color and style for syntax definitions in one place using