summaryrefslogtreecommitdiff
path: root/editors/fte/files/patch-ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Large rework per maintainer-update (PR: ports/50914). AlthoughMark Linimon2003-11-171-69/+0
| | | | | | | | | | | | | | | | | the changes only span 6 months, they do include a complete rework of the release numbering system. See the Changes file for full details, but the highlights are: - Readonly files are not editable when loaded. - updated some modes (HTML) - new modes (sml, mod3, sl, sql, 4gl, sgml) - new commands: - RunProgramAsync - new macro expansion variables: - FileDirectory - FileBaseName - FileExtension - X11: support for I18N, XMB
* This is C++ code, so build and link with ${CXX}. This still blows upKris Kennaway2002-09-081-7/+13
| | | | later with a compiler error.
* Add FTE, a full-featured text editor for X11.Will Andrews2000-06-091-0/+63
PR: 18493 Submitted by: Alexander Gelfenbain <mail@gelf.com>