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
2025-03-15
Curses: use special ellipsis symbol instead of "..." when truncating strings
Robin Haberkorn
1
-1
/
+1
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
1
-61
/
+57
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
1
-31
/
+23
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-37
/
+109
2025-01-19
support :EF for saving a file before closing it
Robin Haberkorn
1
-45
/
+0
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-28
avoid some compiler warnings
Robin Haberkorn
1
-1
/
+1
2024-12-13
SciTECO lexing: fixed styling of commands after dollar or escape (when used a...
Robin Haberkorn
1
-1
/
+2
2024-12-13
document the FK...$^SR idiom
Robin Haberkorn
1
-0
/
+2
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-5
/
+15
2024-12-08
implemented the ^Q command for converting between line and glyph positions
Robin Haberkorn
1
-0
/
+65
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-23
/
+31
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
1
-1
/
+3
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
1
-2
/
+118
2024-11-24
added special Q-Register ":" for accessing dot
Robin Haberkorn
1
-0
/
+2
2024-11-24
minor documentation changes: use typographic quotes instead of "
Robin Haberkorn
1
-1
/
+1
2024-11-23
disallow setting the radix to values lower than 2
Robin Haberkorn
1
-6
/
+1
2024-11-23
the search mode and current radix are mapped to __local__ Q-Registers ^X and ...
Robin Haberkorn
1
-12
/
+43
2024-11-23
implemented search mode flag (^X): allow case-sensitive searches (closes #17)
Robin Haberkorn
1
-1
/
+2
2024-10-30
fixed invalid memory access when executing the F< command (but only when jump...
Robin Haberkorn
1
-1
/
+1
2024-10-16
fixup: use teco_machine_t::must_undo instead of trying to identify the curren...
Robin Haberkorn
1
-5
/
+2
2024-10-15
fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...
Robin Haberkorn
1
-1
/
+5
2024-10-15
improved support for braces within loops: warn about unclosed braces and allo...
Robin Haberkorn
1
-2
/
+11
2024-09-23
allow OSC-52 clipboards on all terminal emulators
Robin Haberkorn
1
-4
/
+3
2024-09-20
^W^W and ^V^V can be typed completely with upcarets now and they case fold al...
Robin Haberkorn
1
-2
/
+2
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
1
-0
/
+5
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-4
/
+3
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-13
/
+12
2024-09-09
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
1
-15
/
+15
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-3
/
+5
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-3
/
+1
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
[next]