aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18added session.hg and session.vcs macrosRobin Haberkorn1-2/+3
2015-02-11implemented support for different indention stylesRobin Haberkorn1-1/+11
2014-12-09support filename auto completions with forward-slash directory separators on ...Robin Haberkorn1-0/+12
2014-12-09Curses: support cycling through long lists of possible auto-completions and o...Robin Haberkorn1-1/+9
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn1-1/+12
2014-11-24implemented pQq and :Qq commandsRobin Haberkorn1-1/+1
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn1-14/+34
2014-11-24mention .teco_session files in sciteco(1)Robin Haberkorn1-1/+8
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-2/+8
2014-11-23updated Doxygen configuration: doxygen -u Doxyfile.inRobin Haberkorn1-74/+153
2014-11-22allow setting the "*" register as an alternative to nEBRobin Haberkorn1-1/+18
2014-11-21updated documentation on ED (buffer editing) hooksRobin Haberkorn1-13/+56
2014-11-17updated sciteco(7): information on Scintilla views versus documentsRobin Haberkorn1-3/+30
2014-11-14added ^# (XOR) operatorRobin Haberkorn1-3/+6
2014-11-10support new "~" conditional: useful for implying default parameters in macrosRobin Haberkorn1-8/+27
2014-11-09documented EC and EG commandsRobin Haberkorn1-0/+3
2014-11-02changed syntax for long Q-Register names: use [] brackets instead of {}Robin Haberkorn3-53/+53
2014-02-15fixed formatting of "Text Editor and Corrector"Robin Haberkorn1-1/+1
2013-03-19fixed minor Troff error: ".." is not allowedRobin Haberkorn2-2/+2
2013-03-18always recreate doxygen/Robin Haberkorn1-0/+1
2013-03-17use new ^E\ string building character for arrays and to simplify number inser...Robin Haberkorn2-27/+27
2013-03-17^E\ string building character to format numberRobin Haberkorn1-0/+7