aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-17simplified "lexer.test..." macros using the $$ return commandRobin Haberkorn43-194/+194
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn2-6/+5
2016-02-15lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGERobin Haberkorn69-69/+69
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn1-0/+4
2015-07-21fixed scite2co.lua: use SCI_SETLEXERLANGUAGE instead of SCI_SETLEXERRobin Haberkorn70-70/+74
2015-07-15changed default popup background color and color schemesRobin Haberkorn2-3/+3
2015-07-14added port of the Solarized color schemeRobin Haberkorn2-1/+140
2015-07-14fixed default colors in color.tes and style Q-Register viewRobin Haberkorn3-32/+68
2015-06-29<:Q> returns -1 for non-existent registers nowRobin Haberkorn1-2/+2
2015-06-27enable function key macros automatically when sourcing fnkeys.tesRobin Haberkorn1-0/+3
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn1-0/+3
2015-06-11fixed lexer configuration for the unnamed bufferRobin Haberkorn1-0/+1
2015-05-25extended <EN> command and used it to optimize "lexer.test..." macrosRobin Haberkorn72-246/+333
2015-03-24added new lexer configs auto-generated by scite2co.luaRobin Haberkorn63-5/+3190
2015-03-24reformatted existing lexer definitionsRobin Haberkorn8-147/+113
2015-03-24added scite2co.lua: a script for generating SciTECO lexer definitions from Sc...Robin Haberkorn2-0/+173
2015-03-16implemented function key masking (context-sensitive function key macros)Robin Haberkorn1-2/+18
2015-03-02used file lists instead of wildcards in lib/Makefile.amRobin Haberkorn1-4/+13
2015-03-02added function key macro for Shift+DEL: Acts as a "reverse" ruboutRobin Haberkorn1-0/+4
2015-02-18added session.hg and session.vcs macrosRobin Haberkorn1-0/+19
2015-02-17added session.svn macro to set up a session profile in the current Subversion...Robin Haberkorn1-2/+16
2014-11-24allow disabling of buffer sessions. in sample.teco_ini, disable sessions auto...Robin Haberkorn1-3/+6
2014-11-24fixed standard library installationRobin Haberkorn1-1/+4
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn1-1/+1
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn1-2/+1
2014-11-22updated lexer and session libraries using new EU, [* and ]* commandsRobin Haberkorn2-23/+21
2014-11-22allow setting the "*" register as an alternative to nEBRobin Haberkorn1-4/+3
2014-11-22added a buffer session module (session.tes)Robin Haberkorn2-1/+43
2014-11-22added globbing command ENRobin Haberkorn8-36/+13
2014-11-20lexer library: added M[lexer.checkheader] and M[lexer.checkname] for matching...Robin Haberkorn8-20/+32
2014-11-19added first draft of new modular lexer systemRobin Haberkorn11-233/+337
2014-11-10revised default function key macrosRobin Haberkorn1-18/+63
2014-11-09revised U command: fail if no argument is providedRobin Haberkorn1-2/+2
2014-11-09Clarify `symcasecmp` macro in string.tesRobin Haberkorn1-1/+2