aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn1-12/+33
2024-12-28avoid some compiler warningsRobin Haberkorn2-3/+3
2024-12-24introduced true block and EOL commentsRobin Haberkorn2-26/+85
2024-12-22Curses: fixed inserting null-byte (^@) by pressing Ctrl+@Robin Haberkorn1-3/+3
2024-12-22fixed lexing (syntax highlighting) of the null-character (^@) in SciTECO codeRobin Haberkorn3-4/+8
2024-12-22fixed indention in interface-curses/interface.cRobin Haberkorn1-9/+9
2024-12-22fixed crashes while setting special Q-Registers with EU (string-building char...Robin Haberkorn2-7/+8
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn2-8/+109
2024-12-17sped up opening very large UTF-8 files by temporarily disabling the line-char...Robin Haberkorn1-11/+33
2024-12-14fixed ^Y after FK...$: take the deleted text into accountRobin Haberkorn1-2/+8
2024-12-13SciTECO lexing: fixed styling of commands after dollar or escape (when used a...Robin Haberkorn1-1/+2
2024-12-13fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...Robin Haberkorn2-10/+12
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