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
/
qreg-commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-7
/
+7
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
1
-3
/
+42
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
1
-0
/
+5
2024-11-23
the search mode and current radix are mapped to __local__ Q-Registers ^X and ...
Robin Haberkorn
1
-2
/
+3
2024-11-19
minor documentation fixes
Robin Haberkorn
1
-2
/
+4
2024-10-28
fixed rubbing out <:Xq>, <:^Uq> and other append-to-register operations
Robin Haberkorn
1
-6
/
+3
2024-10-18
fixed the "Editing local registers in macro calls" check
Robin Haberkorn
1
-2
/
+2
2024-10-16
fixup: use teco_machine_t::must_undo instead of trying to identify the curren...
Robin Haberkorn
1
-6
/
+5
2024-10-15
fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...
Robin Haberkorn
1
-1
/
+5
2024-09-19
"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commands
Robin Haberkorn
1
-2
/
+2
2024-09-18
check that local register is not edited at the end of macro calls
Robin Haberkorn
1
-0
/
+7
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-1
/
+8
2024-09-09
<f,tXq>: fixed for very large character ranges
Robin Haberkorn
1
-3
/
+7
2024-09-09
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
1
-2
/
+2
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-3
/
+3
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-7
/
+15
2024-09-09
n^Uq now checks the input codepoints for validity (refs #5)
Robin Haberkorn
1
-1
/
+5
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-0
/
+18
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
1
-2
/
+4
2024-09-09
reserve at most 4 bytes for UTF-8 encoded characters (refs #5)
Robin Haberkorn
1
-1
/
+2
2024-09-09
Unicode support for the Q-Register commands (refs #5)
Robin Haberkorn
1
-15
/
+32
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
1
-5
/
+4
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+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
-1
/
+2
2021-10-24
fixed <U> command: -Uq is equivalent to -1Uq again.
Robin Haberkorn
1
-1
/
+1
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-1
/
+0
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+760