diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -44,19 +44,22 @@ master branch and between releases until version 3.0 is released.__ Features ======== -* Supports most of the [Video TECO](http://www.copters.com/teco.html) commands +* Supports most of the [Video TECO](http://www.copters.com/teco.html) commands. * Improved parser compared to classic TECOs, making SciTECO more similar to other imperative languages. * Operator precedence in arithmetic expressions and an argument stack that may be modified by the user (commands may have more than two arguments) * Extended Q-Register namespace (arbitrary strings): Can be used to build libraries and can be abused as a data structure. +* Quick access to the system clipboard via special `~` registers, even on ncurses! * Make use of your keyboard's function keys by assigning them to strings inserted into the command stream. This also enables navigating with function keys (e.g. cursor keys) as demonstrated by the standard library `fnkeys.tes`. In fact, all keys with printable representation and control keys can be remapped using key macros - and they can be context-sensitive as well! +* There is scriptable mouse support via the key macro mechanism (see also `fnkeys.tes`). + Autocompletion popups can also be scrolled and clicked. * Many TECO-11 features, like that most commands have a colon-modified form, string-building characters, exotic match characters... * Interactivity: Immediate searching (similar to search-as-you-type) and @@ -118,6 +121,7 @@ There are prebuilt binary packages and source bundles for your convenience: * [FreeBSD port](https://www.freshports.org/editors/sciteco/) * [Ubuntu PPA](https://launchpad.net/~robin-haberkorn/+archive/sciteco) * [Arch User Repository](https://aur.archlinux.org/packages/sciteco-git) +* [Alpine Linux package](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/sciteco) * [Chocolatey package](https://community.chocolatey.org/packages/SciTECO) for Windows users. * Yocto/OpenEmbedded users should try the |