aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-11-18updated .gitignoreRobin Haberkorn1-2/+7
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn17-242/+366
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn7-28/+93
2016-11-18improved command line option handlingRobin Haberkorn13-49/+149
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn20-64/+1319
2016-11-16fixed segfault when munging empty scriptsRobin Haberkorn1-3/+10
2016-11-01sciteco(7) man page: revised subsection naming in FLOW CONTROL sectionRobin Haberkorn1-3/+3
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn9-50/+302
2016-11-01simplify bootstrap.am and avoid warning about GNU make $(shell) functionRobin Haberkorn1-4/+8
2016-11-01updated TODORobin Haberkorn1-0/+42
2016-08-19added test group for SciTECO's EOL normalisation featureRobin Haberkorn5-0/+21
2016-08-19Integrated clipboard supportRobin Haberkorn20-441/+1460
2016-08-19updated README: mention some more design features of SciTECORobin Haberkorn1-2/+16
2016-06-04added ^E@ string building characterRobin Haberkorn3-11/+42
2016-04-06updated Scintilla to v3.6.4 and Scinterm to v1.7Robin Haberkorn2-2/+2
2016-04-05session.tes: save and restore the working directory as part of the sessionRobin Haberkorn1-3/+11
2016-03-25fixed rubout and reinsertion of the loop end command (>)Robin Haberkorn1-2/+11
2016-02-24EG and EC use $SHELL and $COMSPEC as the default command interpreters nowRobin Haberkorn3-17/+43
2016-02-19fixed Objective C++ lexing: it is now handled by cpp.tesRobin Haberkorn2-11/+14
2016-02-18replace custom Gob2 check with GOB2_CHECK() from gob2.m4Robin Haberkorn2-4/+60
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-16distribution helper script: let it be preprocessed/substituted by AutoconfRobin Haberkorn3-24/+28
2016-02-16minor ./distribute fixRobin Haberkorn1-2/+2
2016-02-16fixed function key macros and command reinsertion after ^[Robin Haberkorn2-2/+13
2016-02-16finally added Autotest suiteRobin Haberkorn7-9/+71
2016-02-16commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.amRobin Haberkorn1-0/+6
2016-02-16implemented ^C commandRobin Haberkorn5-14/+49
2016-02-15updated sciteco(7): command line termination, aggregating loops etc.Robin Haberkorn1-18/+69
2016-02-15updated TODORobin Haberkorn1-13/+16
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn8-150/+311
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn7-83/+163
2016-02-15lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGERobin Haberkorn69-69/+69
2016-02-15fixed segfaults due to missing undo restoration QReg argument variablesRobin Haberkorn1-4/+4
2016-02-11minor Doxygen comment fixesRobin Haberkorn2-3/+3
2016-02-11updated Doxyfile: added new source directories; exclude gtkflowbox.c and use ...Robin Haberkorn1-6/+6
2016-02-11updated Doxyfile.in: doxygen -u Doxyfile.inRobin Haberkorn1-913/+1424
2016-02-11pass user/maintainer provided CXXFLAGS to the Scintilla build processRobin Haberkorn5-7/+22
2016-02-11optimized command execution in batch mode, during macro calls, loops etc.Robin Haberkorn3-39/+78
2016-02-10added String::toupper(): minor optimizationRobin Haberkorn4-15/+27
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn15-40/+80
2016-02-07Gtk UI: use GtkCanonicalizedLabels and many styling improvementsRobin Haberkorn4-34/+127
2016-02-07added GtkCanonicalizedLabel: a label for displaying SciTECO stringsRobin Haberkorn2-3/+233
2016-02-06updated TODORobin Haberkorn1-2/+15
2016-02-04Gtk UI: refactored fallback.css - use one section per UI componentRobin Haberkorn1-13/+12
2016-02-04Gtk UI: --no-csd in the main option group now, so it shows up in --helpRobin Haberkorn1-1/+2
2016-02-04Gtk UI: fixed segfaults because of unsynchronized ViewGtk destructionRobin Haberkorn2-12/+26
2016-02-04updated Scintilla submodule: fixed threading/deadlocks in Gdk earlier than 3.6Robin Haberkorn1-0/+0
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn4-15/+35