aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Curses: don't install PNG iconsRobin Haberkorn4-10/+7
2024-12-23uploaded target release to v2.3.0Robin Haberkorn2-2/+2
2024-12-22freebsd port: enabled LTORobin Haberkorn1-0/+2
2024-12-22updated TODORobin Haberkorn1-17/+26
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 Haberkorn3-7/+17
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn5-12/+124
2024-12-21slightly improved the hash bang replacement on SciTECO scripts after installa...Robin Haberkorn1-1/+1
2024-12-17freebsd port: synced with the version in FreeBSD portsRobin Haberkorn2-2/+3
2024-12-17updated Scintilla to v5.5.4: contains a few optimizationsRobin Haberkorn1-0/+0
2024-12-17sped up opening very large UTF-8 files by temporarily disabling the line-char...Robin Haberkorn1-11/+33
2024-12-16README: mention FreeBSD port and added link to the newsgrouper.org.uk web fro...Robin Haberkorn2-5/+11
2024-12-14README/NEWS: better use links to the Libera webchat - Github does not render ...Robin Haberkorn2-2/+2
2024-12-14README: mention the new IRC chatroomRobin Haberkorn2-4/+2
2024-12-14update sciteco.tes: this again highlights commands, but not Q-Register namesRobin Haberkorn1-2/+2
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-13fixed lexer.checkheader: restore dot in case of successRobin Haberkorn1-1/+1
2024-12-13fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i...Robin Haberkorn3-11/+13
2024-12-13document the FK...$^SR idiomRobin Haberkorn3-2/+3
2024-12-13updated README: mention community resourcesRobin Haberkorn1-0/+10
2024-12-13updated INSTALL: how to install dependencies on Fedora and FreeBSDRobin Haberkorn1-0/+10
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn19-27/+362
2024-12-10updated NEWS: mentioned new releaseRobin Haberkorn1-0/+3
2024-12-10fixed compiler warnings when building release buildsRobin Haberkorn1-2/+2
2024-12-09updated Debian package for v2.2.0 releaseRobin Haberkorn1-0/+6
2024-12-09updated FreeBSD package to v2.2.0Robin Haberkorn3-34/+36
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