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
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
fixup: use teco_machine_t::must_undo instead of trying to identify the curren...
Robin Haberkorn
1
-16
/
+5
2024-10-15
fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...
Robin Haberkorn
1
-3
/
+16
2024-10-06
fixup b36ff2502ae3b0e18fa862a01fba9cc2c9067e31: fixes pattern match character...
Robin Haberkorn
1
-0
/
+1
2024-10-04
pattern match characters support ^Q/^R now as well
Robin Haberkorn
1
-11
/
+40
2024-09-17
fixed searches on completely new and empty documents
Robin Haberkorn
1
-1
/
+2
2024-09-16
fixed rubout of empty forward kill (FK)
Robin Haberkorn
1
-7
/
+12
2024-09-16
minor search optimization: use SCI_GETRANGEPOINTER
Robin Haberkorn
1
-4
/
+4
2024-09-11
fixed searches in single-byte encoded documents
Robin Haberkorn
1
-17
/
+40
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-8
/
+0
2024-09-09
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
1
-4
/
+4
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
-6
/
+11
2024-09-09
search patterns are now expected to be in UTF-8 and the document's encoding i...
Robin Haberkorn
1
-21
/
+31
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-1
/
+11
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
1
-11
/
+8
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
/
+9
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
fixed rubout of certain constructs like Ifoo$FRX$$
Robin Haberkorn
1
-2
/
+4
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-9
/
+13
2021-06-05
teco_memory_check() now checks for addition overflows and negative searches (...
Robin Haberkorn
1
-0
/
+9
2021-06-04
guard against too low arguments to <S> by checking whether the memory limit w...
Robin Haberkorn
1
-8
/
+10
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+1130