aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-12-09prepared v2.2.0 releasev2.2.0Robin Haberkorn3-31/+107
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 Haberkorn4-7/+76
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn15-72/+130
2024-12-05nightly builds: use Mac OS 13 instead of the deprecated version 12Robin Haberkorn1-1/+1
2024-12-05updated NEWS: mention the chatroom pollRobin Haberkorn1-2/+2
2024-12-04use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tesRobin Haberkorn2-7/+7
2024-12-04the <Xq> command now supports the @ modifier for cutting into the registerRobin Haberkorn6-12/+79
2024-12-04implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...Robin Haberkorn8-25/+224
2024-11-30sciteco(7): fixed outdated information about the STYLE_CALLTIP default colorsRobin Haberkorn1-3/+3
2024-11-30updated Scinterm to the official v5.2 releaseRobin Haberkorn1-0/+0
2024-11-25fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d...Robin Haberkorn2-7/+12
2024-11-25avoid dynamic stack allocation in teco_expressions_brace_return()Robin Haberkorn1-4/+1
2024-11-25fixed subtle operator precedence bugRobin Haberkorn2-1/+7
2024-11-24sciteco(7): minor documentation fixRobin Haberkorn1-1/+1
2024-11-24lexer.auto: use case-sensitive searchesRobin Haberkorn1-0/+0
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn9-15/+76
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 Haberkorn3-8/+34
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn12-56/+185
2024-11-23implemented search mode flag (^X): allow case-sensitive searches (closes #17)Robin Haberkorn5-6/+41
2024-11-19minor documentation fixesRobin Haberkorn2-3/+5
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn14-36/+36
2024-11-18Debian/Ubuntu, FreeBSD and website updates for v2.1.1 releaseRobin Haberkorn4-5/+11
2024-11-17updated TODO and ChangeLog for v2.1.1 releasev2.1.1Robin Haberkorn2-1/+62
2024-11-11session.tes: store the current tab style (width and hard-tabs); fixed for fil...Robin Haberkorn2-0/+5
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn3-5/+18
2024-11-10fixed installation with absolute "scitecodatadir" (ie. if building non-reloca...Robin Haberkorn1-2/+2
2024-11-10changed target release to v2.1.1Robin Haberkorn1-1/+1
2024-11-10updated grosciteco.tes(1): mention new macros, changed command lines and rest...Robin Haberkorn2-1/+19
2024-11-10updated TODORobin Haberkorn2-4/+24
2024-11-10grosciteco: basic support for GNU pic graphicsRobin Haberkorn1-26/+52
2024-11-10grosciteco: support .SCITECO_STARTSTYLING and .SCITECO_SETSTYLING macrosRobin Haberkorn2-1/+21
2024-11-10grosciteco: added some more quote glyphsRobin Haberkorn1-0/+2
2024-11-07if a macro ends without finding a goto label, always throw a 'Label "..." not...Robin Haberkorn1-7/+7
2024-11-07grosciteco: fixed the CuXXXX postprocessor command, ie. insertion of characte...Robin Haberkorn1-1/+1
2024-11-07grosciteco: fixed styling of multi-byte text (ie. non-latin characters)Robin Haberkorn1-1/+1
2024-11-07test suite: fixed failure detection in the commandline-editing test casesRobin Haberkorn3-3/+17
2024-11-06fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara...Robin Haberkorn4-21/+33
2024-11-06fixed possible crashes during --fake-cmdlineRobin Haberkorn2-4/+6
2024-11-05fixup: fixed Windows buildsRobin Haberkorn1-1/+1
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn11-64/+153
2024-11-04monkey-test.apl: avoid some bogus failures due to insufficient handling of th...Robin Haberkorn2-6/+6
2024-11-03fixed assertions in ^EGq search construct for Q-Registers with uninitialized ...Robin Haberkorn2-1/+6
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn6-0/+129
2024-10-30CI: disabled Valgrind altogetherRobin Haberkorn1-2/+2
2024-10-30CI: Valgrind does not work in the Ubuntu runners, so let's try it under Mac OSRobin Haberkorn1-4/+4
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