index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core-commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-2
/
+7
2024-09-09
<I> command evaluates input codepoints (refs #5)
Robin Haberkorn
1
-10
/
+18
2024-09-09
conditionals now check for Unicode codepoints (refs #5)
Robin Haberkorn
1
-7
/
+7
2024-09-09
:EL can be used to perform codepage conversions now (refs #5)
Robin Haberkorn
1
-27
/
+217
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
1
-26
/
+1
2024-09-09
reserve at most 4 bytes for UTF-8 encoded characters (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
implemented <EE> and <^E> commands for configuring encodings and translating ...
Robin Haberkorn
1
-1
/
+128
2024-09-09
Unicode support for the Q-Register commands (refs #5)
Robin Haberkorn
1
-0
/
+3
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
1
-38
/
+15
2024-09-09
implemented Unicode support for rubin/rubout and a number of commands (WIP) (...
Robin Haberkorn
1
-31
/
+111
2024-08-28
fixed retrieval of characters with codes larger than 127 - always return unsi...
Robin Haberkorn
1
-2
/
+3
2024-02-06
avoid Groff warnings due to `\` escapes
Robin Haberkorn
1
-2
/
+2
2024-01-28
cursor movement via fnkeys.tes now preserves the column as in most text editors
Robin Haberkorn
1
-1
/
+18
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
1
-13
/
+11
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
1
-15
/
+46
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
1
-0
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2022-06-21
avoid unnecessary creation of undo tokens
Robin Haberkorn
1
-4
/
+6
2022-06-21
fixed rubout of certain constructs like Ifoo$FRX$$
Robin Haberkorn
1
-1
/
+12
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-16
/
+13
2021-06-02
renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+2510