Age | Commit message (Expand) | Author | Files | Lines |
2025-08-08 | don't install the standalone scripts from lib/ as actual scripts: should fix ... | Robin Haberkorn | 3 | -17/+14 |
2025-08-07 | tecat.tes: optimized by using a binary mask instead of string | Robin Haberkorn | 1 | -0/+0 |
2025-08-07 | added tecat.tes to standard library: can be installed as the Git textconv filter | Robin Haberkorn | 3 | -2/+14 |
2025-08-06 | command-line arguments are no longer passed via the unnamed buffer, but via s... | Robin Haberkorn | 2 | -37/+45 |
2025-07-31 | repl.tes: added script that reproduces the classic TECO REPL command-line | Robin Haberkorn | 2 | -0/+57 |
2025-06-03 | added LaTeX lexer config | Robin Haberkorn | 2 | -1/+34 |
2025-05-24 | <EI> has been repurposed and is the macro file inclusion (indirect file) comm... | Robin Haberkorn | 3 | -2/+2 |
2025-05-16 | python lexer: fixed block comment styling | Robin Haberkorn | 1 | -1/+3 |
2025-05-01 | implemented email and git lexer folding | Robin Haberkorn | 2 | -5/+23 |
2025-05-01 | folding: enable markers for sub-folds as well | Robin Haberkorn | 1 | -3/+4 |
2025-04-27 | opener.tes: Fixed +line,column syntax | Robin Haberkorn | 1 | -3/+5 |
2025-04-27 | support folding via F1 and clicks in the folding margin | Robin Haberkorn | 2 | -0/+30 |
2025-04-23 | fixup: fixed monospace sections in womanpages when lexer.font is not customiz... | Robin Haberkorn | 1 | -2/+9 |
2025-04-22 | Gtk: monospaced sections in womanpages now respect lexer.font and variable-wi... | Robin Haberkorn | 1 | -1/+7 |
2025-04-18 | scite2co: look up file patterns from filter.<lang> properties instead of file... | Robin Haberkorn | 1 | -1/+1 |
2025-04-18 | added CSS lexer configuration | Robin Haberkorn | 2 | -1/+76 |
2025-04-18 | Gtk/win32: fixed fonts and therefore pango warnings on startup (closes #7) | Robin Haberkorn | 1 | -1/+1 |
2025-04-09 | fnkeys.tes: mouse scrolling scrolls 2 lines by default and left clicks update... | Robin Haberkorn | 1 | -3/+6 |
2025-04-09 | added SQL lexer configuration | Robin Haberkorn | 2 | -1/+72 |
2025-04-04 | scroll caret __almost__ always automatically after key presses | Robin Haberkorn | 1 | -2/+2 |
2025-04-03 | improved the "asm" (x86 assembly) lexer | Robin Haberkorn | 1 | -1/+9 |
2025-03-31 | the git, sciteco and email lexer configurations are now installed even --with... | Robin Haberkorn | 1 | -5/+5 |
2025-03-31 | added tutorial document, which is automatically loaded on the first invocation | Robin Haberkorn | 1 | -0/+0 |
2025-03-31 | opener.tes: fixed opening filename:line if filename has trailing digits | Robin Haberkorn | 1 | -3/+4 |
2025-03-23 | the ES command (send Scintilla message) now supports passing both wParam and ... | Robin Haberkorn | 4 | -0/+0 |
2025-03-22 | harmonized all word-movement and deletion commands: they move/delete until th... | Robin Haberkorn | 2 | -3/+3 |
2025-03-12 | sciteco lexer: enable 2-char soft tabs by default | Robin Haberkorn | 1 | -0/+4 |
2025-03-08 | Asciidoc, Markdown and Git lexers: enable word wrapping by default | Robin Haberkorn | 3 | -0/+6 |
2025-03-08 | added "email" lexer for writing mails | Robin Haberkorn | 2 | -1/+36 |
2025-03-01 | GTK: improved the RGB values of the 16 default colors | Robin Haberkorn | 1 | -18/+48 |
2025-02-16 | implemented mouse support via special ^KMOUSE and <EJ> with negative keys | Robin Haberkorn | 1 | -0/+68 |
2024-12-30 | support +line[,column] and filename:line:column syntaxes when opening files | Robin Haberkorn | 2 | -2/+39 |
2024-12-24 | added session.fossil for setting up buffer sessions per Fossil repository | Robin Haberkorn | 1 | -0/+0 |
2024-12-24 | simplified session.svn: no need to mess around with XML | Robin Haberkorn | 1 | -0/+0 |
2024-12-24 | introduced true block and EOL comments | Robin Haberkorn | 78 | -134/+146 |
2024-12-14 | update sciteco.tes: this again highlights commands, but not Q-Register names | Robin Haberkorn | 1 | -2/+2 |
2024-12-13 | fixed lexer.checkheader: restore dot in case of success | Robin Haberkorn | 1 | -1/+1 |
2024-12-13 | fixup 244a54a18b7db6af177c9d10f3224772f08d7484: abuse the Scintilla view's "i... | Robin Haberkorn | 1 | -1/+1 |
2024-12-13 | implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting | Robin Haberkorn | 2 | -1/+22 |
2024-12-08 | implemented the ^Q command for converting between line and glyph positions | Robin Haberkorn | 2 | -7/+7 |
2024-12-06 | support the ::S anchored search (string comparison) command (and ::FD, ::FR, ... | Robin Haberkorn | 5 | -4/+4 |
2024-12-04 | use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tes | Robin Haberkorn | 1 | -1/+1 |
2024-11-24 | lexer.auto: use case-sensitive searches | Robin Haberkorn | 1 | -0/+0 |
2024-11-24 | added special Q-Register ":" for accessing dot | Robin Haberkorn | 2 | -9/+5 |
2024-11-11 | session.tes: store the current tab style (width and hard-tabs); fixed for fil... | Robin Haberkorn | 1 | -0/+0 |
2024-10-16 | Solarized color scheme: fixed F5 function key macro | Robin Haberkorn | 1 | -2/+2 |
2024-09-26 | Git lexer: added support for TAG_EDITMSG and MERGE_MSG | Robin Haberkorn | 1 | -0/+2 |
2024-09-17 | improved HTML lexer (html.tes) | Robin Haberkorn | 1 | -3/+48 |
2024-09-12 | function key macros have been reworked into a more generic key macro feature | Robin Haberkorn | 1 | -31/+28 |
2024-09-09 | added an improvised lexer for styling Git commit messages | Robin Haberkorn | 2 | -1/+18 |