aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-03-23the ES command (send Scintilla message) now supports passing both wParam and ...Robin Haberkorn4-0/+0
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn2-3/+3
2025-03-12sciteco lexer: enable 2-char soft tabs by defaultRobin Haberkorn1-0/+4
2025-03-08Asciidoc, Markdown and Git lexers: enable word wrapping by defaultRobin Haberkorn3-0/+6
2025-03-08added "email" lexer for writing mailsRobin Haberkorn2-1/+36
2025-03-01GTK: improved the RGB values of the 16 default colorsRobin Haberkorn1-18/+48
2025-02-16implemented mouse support via special ^KMOUSE and <EJ> with negative keysRobin Haberkorn1-0/+68
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn2-2/+39
2024-12-24added session.fossil for setting up buffer sessions per Fossil repositoryRobin Haberkorn1-0/+0
2024-12-24simplified session.svn: no need to mess around with XMLRobin Haberkorn1-0/+0
2024-12-24introduced true block and EOL commentsRobin Haberkorn78-134/+146
2024-12-14update sciteco.tes: this again highlights commands, but not Q-Register namesRobin Haberkorn1-2/+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 Haberkorn1-1/+1
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn2-1/+22
2024-12-08implemented the ^Q command for converting between line and glyph positionsRobin Haberkorn2-7/+7
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn5-4/+4
2024-12-04use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tesRobin Haberkorn1-1/+1
2024-11-24lexer.auto: use case-sensitive searchesRobin Haberkorn1-0/+0
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn2-9/+5
2024-11-11session.tes: store the current tab style (width and hard-tabs); fixed for fil...Robin Haberkorn1-0/+0
2024-10-16Solarized color scheme: fixed F5 function key macroRobin Haberkorn1-2/+2
2024-09-26Git lexer: added support for TAG_EDITMSG and MERGE_MSGRobin Haberkorn1-0/+2
2024-09-17improved HTML lexer (html.tes)Robin Haberkorn1-3/+48
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-31/+28
2024-09-09added an improvised lexer for styling Git commit messagesRobin Haberkorn2-1/+18
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn1-0/+0
2024-09-09lexer.checkheader is Unicode-aware now (refs #5)Robin Haberkorn1-1/+1
2024-09-09implemented <EE> and <^E> commands for configuring encodings and translating ...Robin Haberkorn1-16/+16
2024-08-18added troff/nroff lexerRobin Haberkorn3-2/+88
2024-01-28cursor movement via fnkeys.tes now preserves the column as in most text editorsRobin Haberkorn1-27/+48
2024-01-20fnkeys.tes: support zooming via F9/F10Robin Haberkorn1-0/+9
2023-04-16added Asciidoc lexer configRobin Haberkorn2-1/+30
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn1-79/+83
2022-11-27added Markdown and YAML lexer configsRobin Haberkorn3-1/+53
2022-11-22scite2co.lua: avoid unnecessary string concatenations with io.write()Robin Haberkorn1-9/+9
2022-11-22scite2co.lua: support generating substylesRobin Haberkorn1-19/+48
2022-11-21improved the C/C++ and Gob lexersRobin Haberkorn4-4/+13
2022-11-21added lexers for Python and Linux Device TreesRobin Haberkorn3-1/+96
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn3-2/+10
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn72-73/+73
2017-11-16CPP lexer: support *.ino files (Arduino IDE sketches)Robin Haberkorn1-1/+2
2016-11-22womanpage lexer: fixed popup stylingRobin Haberkorn1-1/+1
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn2-1/+53
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn2-1/+29
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn1-1/+1
2016-04-05session.tes: save and restore the working directory as part of the sessionRobin Haberkorn1-3/+11
2016-02-19fixed Objective C++ lexing: it is now handled by cpp.tesRobin Haberkorn2-11/+14
2016-02-17added lexing support for Gob2 (GObject Builder)Robin Haberkorn2-0/+37
2016-02-17The "cpp" lexer configuration has been split into "c.tes" and "cpp.tes"Robin Haberkorn3-23/+64