SciTE is short for SCIntillla based Text Editor. It is a very
flexible but still small and fast editor providing block folding,
syntax highlighting, regular expression search & replace etc.
WWW: http://www.scintilla.org/SciTE.html
from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleish
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips. The selection margin can contain markers like those used in debuggers
to indicate breakpoints and the current line. Styling choices are more open
than with many editors, allowing the use of proportional fonts, bold and
italics, multiple foreground and background colours and multiple fonts.
WWW: http://www.scintilla.org/
from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleisch
Submitted by Han Boetes <han@linux-mandrake.com>.
Zile is another Emacs-clone. Zile is a customizable, self-documenting
real-time open-source display editor.
(from the announcement, this is now BETA, not ALPHA)
This is a test version of Vim. Since Vim 6.1 many reported problems
have been fixed. Also included are new and updated syntax files,
translated menus and messages.
Main new features:
- Support for GTK 2. (Daniel Elstner)
- Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi)
- ":try" command and friends. (Servatius Brandt)
- Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff)
- Cscope support for Win32. (Sergey Khorev)
- Support for PostScript printing in various 8-bit encodings. (Mike Williams)
The coming week beta testing will continue. Please report any problem
that you discover!
Once you have installed 6.2f you can find details about the changes
since Vim 6.1 with ":help version-6.2". There is a very long list of
fixed bugs.
--
HT is a file editor/viewer/analyzer for executables.
The goal is to combine the low-level functionality of a debugger
and the usability of IDEs.
Support includes the following file formats:
* Win32 portable executables (PE) (good support)
* Unix executable and linkable format (ELF) (good support)
* DOS standard executables (MZ) (supported)
* Win32 linear executables (LE) (supported)
* Windows/OS2 "new" executables (NE) (supported)
* Unix common object file format (COFF) + DJGPP COFF (supported)
* OS2 linear executables (LX)
* M$ object files (.obj)
WWW: http://hte.sourceforge.net/
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...