diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-30 16:15:16 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 18:22:21 +0200 |
commit | e384e4fde604564a3bc140b89bb8c1556a726464 (patch) | |
tree | 35c9a29f8a6d8362213652c863dd1bf77da60486 /sample.teco_ini | |
parent | 7507ad3e1816f3bc9004dceb39bb303804287438 (diff) | |
download | sciteco-e384e4fde604564a3bc140b89bb8c1556a726464.tar.gz |
implemented <EE> and <^E> commands for configuring encodings and translating between glyph and byte offsets (refs #5)
* ^E is heavily overloaded and can also be used to check whether a given index is valid
(as it is the same that most movement commands to internally).
Besides that, it is mainly useful for interfacing with Scintilla messages.
* EE takes a code page or 0 for ANSI/ASCII.
Currently all documents and new registers are UTF-8.
There will have to be some kind of codepage inheritance and a single-byte-only mode.
Diffstat (limited to 'sample.teco_ini')
-rw-r--r-- | sample.teco_ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample.teco_ini b/sample.teco_ini index d25b176..1c7e521 100644 --- a/sample.teco_ini +++ b/sample.teco_ini @@ -30,7 +30,7 @@ EMQ[$SCITECOPATH]/session.tes !edit! ! Add code here to execute when a document is edited ! - .ESGETCOLUMN,4EJ + ESGETCOLUMN,4EJ !close! |