aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-12-13document the FK...$^SR idiomRobin Haberkorn2-1/+3
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn14-21/+329
2024-12-10fixed compiler warnings when building release buildsRobin Haberkorn1-2/+2
2024-12-08fixed rubbing out file open with glob patternsRobin Haberkorn1-5/+4
2024-12-08implemented the ^Q command for converting between line and glyph positionsRobin Haberkorn1-0/+65
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn8-68/+120
2024-12-04the <Xq> command now supports the @ modifier for cutting into the registerRobin Haberkorn4-9/+61
2024-12-04implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...Robin Haberkorn7-25/+219
2024-11-25fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d...Robin Haberkorn1-6/+10
2024-11-25avoid dynamic stack allocation in teco_expressions_brace_return()Robin Haberkorn1-4/+1
2024-11-25fixed subtle operator precedence bugRobin Haberkorn1-1/+1
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn4-0/+55
2024-11-24minor documentation changes: use typographic quotes instead of "Robin Haberkorn2-3/+3
2024-11-23string building: ^c (caret+c) does no longer expand to data garbage for non-c...Robin Haberkorn1-0/+9
2024-11-23disallow setting the radix to values lower than 2Robin Haberkorn2-8/+28
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn9-44/+144
2024-11-23implemented search mode flag (^X): allow case-sensitive searches (closes #17)Robin Haberkorn3-2/+38
2024-11-19minor documentation fixesRobin Haberkorn1-2/+4
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn8-14/+14
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn2-1/+18
2024-11-07if a macro ends without finding a goto label, always throw a 'Label "..." not...Robin Haberkorn1-7/+7
2024-11-07test suite: fixed failure detection in the commandline-editing test casesRobin Haberkorn1-0/+4
2024-11-06fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara...Robin Haberkorn3-21/+29
2024-11-06fixed possible crashes during --fake-cmdlineRobin Haberkorn1-4/+2
2024-11-05fixup: fixed Windows buildsRobin Haberkorn1-1/+1
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn4-34/+118
2024-11-03fixed assertions in ^EGq search construct for Q-Registers with uninitialized ...Robin Haberkorn1-1/+1
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn2-0/+36
2024-10-30fixup: make sure the correct PCs, pointing directly at the command that faile...Robin Haberkorn1-2/+7
2024-10-30fixed invalid memory access when executing the F< command (but only when jump...Robin Haberkorn3-6/+6
2024-10-29fixed <N> (search all) crashes before invocations of <S> (closes #26)Robin Haberkorn1-0/+7
2024-10-29PDCurses: filter out bogus double keypresses in combination with CTRL (refs #20)Robin Haberkorn1-0/+12
2024-10-29teco_interface_cmdline_update() now protects against batch mode (--fake-cmdline)Robin Haberkorn1-0/+7
2024-10-28added hidden --fake-cmdline parameter for testing command-line editingRobin Haberkorn1-0/+13
2024-10-28fixed rubbing out <:Xq>, <:^Uq> and other append-to-register operationsRobin Haberkorn4-31/+29
2024-10-24<EC>: fixed hangs on UNIXRobin Haberkorn1-3/+13
2024-10-21fixed some interruptions of <EC> on Win32Robin Haberkorn1-1/+28
2024-10-21GTK/Win32: include trailing null byte in gtk_selection_data_set_text()Robin Haberkorn1-1/+6
2024-10-21<EC>: fixed insertion of data garbage (invalid reads) and omissionsRobin Haberkorn2-8/+18
2024-10-21GTK/Win32: fixed clipboard retrieval (trailing nulls)Robin Haberkorn1-0/+5
2024-10-21fixed EOL conversion on UTF-8 textsRobin Haberkorn1-1/+1
2024-10-19<EC>: perhaps fixed race conditions and problems when creating and terminatin...Robin Haberkorn2-4/+34
2024-10-18fixed the "Editing local registers in macro calls" checkRobin Haberkorn4-6/+12
2024-10-16Revert "replaced bool completely with gboolean"Robin Haberkorn2-7/+10
2024-10-16fixup: use teco_machine_t::must_undo instead of trying to identify the curren...Robin Haberkorn6-43/+30
2024-10-15fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...Robin Haberkorn5-8/+42
2024-10-15fixed memory leak when replacing command linesRobin Haberkorn1-3/+2
2024-10-15netbsd-curses: fixed the default escape delayRobin Haberkorn1-22/+22
2024-10-15improved support for braces within loops: warn about unclosed braces and allo...Robin Haberkorn2-3/+14
2024-10-06fixup b36ff2502ae3b0e18fa862a01fba9cc2c9067e31: fixes pattern match character...Robin Haberkorn1-0/+1