diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 00:01:35 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 00:03:50 +0100 |
commit | ef82d22045f7e08eb6ebcd84893d23286be72ba5 (patch) | |
tree | ecc489b4ea4f381093d7fc1c039fba154fa12bb8 /README | |
parent | 482c0e7fbd5ea28bd32e968d7c027fdc9fbbbe23 (diff) | |
download | sciteco-ef82d22045f7e08eb6ebcd84893d23286be72ba5.tar.gz |
updated documentation: cover undo/redo, the new ^G editing command and removal of ^T
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,10 @@ Mac OS X maintainer. Since SciTECO primarily depends on [glib](https://developer.gnome.org/glib/) and Curses, it should be easy to port to even more exotic platforms. +__Warning: The SciTECO language is work in progress and has not yet fully stabilized. +It may change drastically and in backwards-incompatible ways in the repository's +master branch and between releases until version 1.0 is released.__ + Features ======== @@ -56,6 +60,7 @@ Features * Command rubout: SciTECO can even undo file writes (`EW` command). This makes it even harder to destroy work by accident than in most other editors. + Rubbed out commands can be re-inserted. * Munging: Macros may be munged, that is executed in batch mode. By default, a profile is munged. * Syntax highlighting, styles, line numbers, etc. thanks to Scintilla. |