Short: Text Editor with advanced features (source) UpLoader: Daniel Westerberg (daniel / onyxsoft se) Author: Doug Bakewell / Daniel 'Deniil' Westerberg Version: 2.7 Type: text/edit Requires: ReAction or MUI, expat.library Architecture: generic Annotate ~~~~~~~~ A text editor written for AmigaOS 2.0 and up, ported to AmigaOS4.0. Backported to AmigaOS 3.x and MorphOS. Takes advantage of Public screens and the system default font. Features include syntax highlighting, folding, shifting, multi-unit clipboard support, macros, scroll bar, editor buffering, printing, text locking, tools menu, and a full Arexx Port. Author: Doug Bakewell Maintainer: Daniel Westerberg Annotate has been released under the GNU GPL by request of the original author Doug Bakewell. See separate GPL.txt. How to build ~~~~~~~~~~~~ Type 'make' during development. The executable 'ted' is created. Type 'make final' to make an optimized and stripped release version. The executable 'ann' (or 'ann.68k' or 'Ann_MorphOS') is created. Annotate requires an EString lib, a reaction lib or a mui lib, a softtimer lib and a httpget lib that are included as link libs. They exist as precompiled versions for OS4/PPC, MOS/PPC, OS3/68k and AROS/x86. The source is also included. How to build the linklibs in lib_src is described at the top of each C-file. It is very straight-forward. This is how my OS4 SDK is set up to compile Annotate: 1. Put the link libs here: SDK:Local/common/lib/ 2. Put the onyxsoft files here: SDK:Local/common/include/onyxsoft/ 3. make -f Makefile.os4 This is how my OS3 GeekGadgets with gcc3.4.0 is set up to compile Annotate: 1. Put the link libs here: GG:lib/ 2. Put the onyxsoft files here: GG:os-include/onyxsoft/ 3. make -f Makefile.os3 This is how Stefan's MOS SDK is setup to compile Annotate: 1. Put the link libs here: GG:usr/lib/ 2. Put the onyxsoft files here: GG:usr/include/onyxsoft/ 3. make -f Makefile.mos I've included the changelog I have written during my work on updating Annotate. It's quite raw and a snapshot of current development when I made this release. It's much more detailed than the News & Changes section in the main archive. -- Other programs by Deniil 715! can be found on OnyxSoft homepage at: http://www.onyxsoft.se/ Feel free to mail me if you found bugs or have suggestions! daniel / onyxsoft se NOTE: Please, NEVER publish my e-mail on a web page or similar unless spam-encrypted like above!