aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2017-02-26more fixes for groff v1.19Robin Haberkorn2-5/+5
2017-02-26fixup to 733e0126: fixed if-then-else in sciteco.tmacRobin Haberkorn1-1/+1
2017-02-23print all warnings when invoking GroffRobin Haberkorn1-2/+2
2017-02-22grosciteco: added support for the `F` commandRobin Haberkorn1-0/+3
2017-02-22fixed womanpage-generation for Groff < v1.20Robin Haberkorn1-0/+14
2016-12-06htbl.tes: clean up and added support for boxed tables with separator linesRobin Haberkorn1-48/+82
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn3-0/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn1-0/+42
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn7-167/+297
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn3-10/+17
2016-11-18improved command line option handlingRobin Haberkorn3-9/+37
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn8-17/+813
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 Haberkorn1-4/+54
2016-08-19Integrated clipboard supportRobin Haberkorn1-0/+47
2016-06-04added ^E@ string building characterRobin Haberkorn1-9/+19
2016-02-24EG and EC use $SHELL and $COMSPEC as the default command interpreters nowRobin Haberkorn1-0/+9
2016-02-16commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.amRobin Haberkorn1-0/+6
2016-02-16implemented ^C commandRobin Haberkorn2-10/+13
2016-02-15updated sciteco(7): command line termination, aggregating loops etc.Robin Haberkorn1-18/+69
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-02Gtk UI: full color scheme supportRobin Haberkorn2-0/+61
2015-12-30ncurses: use a default escape delay of 25msRobin Haberkorn2-2/+4
2015-09-23different operators can have the same precedence nowRobin Haberkorn1-28/+34
2015-07-22fixed operator precedence listRobin Haberkorn1-10/+24
2015-07-15Curses UI: revised popup area, with borders and a scroll bar; reduce flickeringRobin Haberkorn1-3/+2
2015-07-14mention ED register in the manual's Q-REGISTERS sectionRobin Haberkorn1-0/+7
2015-07-14programmable terminal color redefinition and theming SciTECO curses UI based ...Robin Haberkorn1-0/+85
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn2-2/+28
2015-06-22major Curses UI revision: initialize curses as late as possibleRobin Haberkorn2-36/+105
2015-06-14handle environment variables more consistentlyRobin Haberkorn2-16/+59
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn1-9/+73
2015-06-02throw error when trying to set or append the string part of "*" and appending...Robin Haberkorn1-0/+2
2015-06-02added <FG> command and special Q-Register "$" to set and get the current work...Robin Haberkorn2-8/+44
2015-05-29Modified ^W in string (and file name) arguments: ensure that we always rub ou...Robin Haberkorn1-2/+2
2015-05-29support specialized ^W immediate editing command in file name argumentsRobin Haberkorn1-0/+17
2015-05-25extended <EN> command and used it to optimize "lexer.test..." macrosRobin Haberkorn1-1/+3
2015-03-16implemented function key masking (context-sensitive function key macros)Robin Haberkorn1-0/+33
2015-03-16removed claim of no bugs in sciteco(1) ;-)Robin Haberkorn1-6/+0
2015-03-16documented the automatic EOL translation featureRobin Haberkorn1-4/+55
2015-03-10added --no-profile command line optionRobin Haberkorn1-0/+12
2015-03-10added the <"I> conditional for checking a directory separatorRobin Haberkorn1-1/+12
2015-03-10always normalize directory separators to "/" in the "*" Q-RegisterRobin Haberkorn1-1/+9
2015-03-07canonicalize $SCITECOCONFIG and $SCITECOPATH variablesRobin Haberkorn1-0/+7
2015-03-07improved --help output and introduced PACKAGE_URL_DEV (for development home)Robin Haberkorn1-1/+6
2015-03-07changed save point file format to .teco-<n>-<filename>~Robin Haberkorn1-2/+4
2015-03-07sciteco(7): Use em-dash (\[em]) characters instead of "-" in sentencesRobin Haberkorn1-6/+6
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn1-1/+5
2015-03-02updated documentation: cover undo/redo, the new ^G editing command and remova...Robin Haberkorn1-13/+118