aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2016-08-19 01:28:57 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2016-08-19 03:12:14 +0200
commit94b041ec331427fd63cdae3e943efe825d1bbf14 (patch)
tree0283b9f2ea5b0684368dca29ac4bfb3e1ae7e756 /README
parent16e9b0dc459f3ac198495127498b2255eb94c1ce (diff)
downloadsciteco-94b041ec331427fd63cdae3e943efe825d1bbf14.tar.gz
updated README: mention some more design features of SciTECO
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 16 insertions, 2 deletions
diff --git a/README b/README
index e687f6a..c5d0eb8 100644
--- a/README
+++ b/README
@@ -64,8 +64,22 @@ Features
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.
+* Munging: Macros may be munged, that is executed in batch mode. In other words, SciTECO
+ can be used for scripting.
+ By default, a profile is munged.
+* Cross platform: Builds on a wide variety of platforms. While being focused on UNIX
+ and drawing some inspiration from it, other platforms (esp. Windows) are fully
+ supported. It is made sure that SciTECO integrates well into all supported
+ platforms even without an UNIX-like environment.
+* SciTECO is console and command-line friendly.
+ Besides running under Curses and being a scripting language, it is written
+ to be used interactively on system terminals, can be integrated into
+ UNIX pipelines and can be extended with external command-line tools
+ (see `EC` command).
+* Themeability and consistency: Color settings (or schemes) are applied consistenly
+ across all supported platforms. Gtk+ builds allow further customization using CSS.
+ The user interface is kept minimalistic and is consistent in spirit across the
+ different platforms.
* Syntax highlighting, styles, line numbers, etc. thanks to Scintilla.
Low-level Scintilla commands can also be accessed to extend SciTECO.
* A growing standard library of macros with frameworks for color schemes, syntax highlighting