aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
AgeCommit message (Expand)AuthorFilesLines
2024-10-04pattern match characters support ^Q/^R now as wellRobin Haberkorn1-0/+8
2024-09-25inhibit some immediate editing commands after ^Q/^R string building constructsRobin Haberkorn1-0/+3
2024-09-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn1-7/+18
2024-09-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn1-1/+5
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn1-1/+3
2024-09-17sciteco(7): mentioned "[a]b" idiomRobin Haberkorn1-1/+2
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn1-8/+6
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn1-0/+6
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-99/+133
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-6/+14
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-1/+4
2024-09-09updated README and sciteco(7) with information about Unicode support (refs #5)Robin Haberkorn1-8/+28
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-0/+6
2024-09-09conditionals now check for Unicode codepoints (refs #5)Robin Haberkorn1-6/+6
2024-02-06avoid Groff warnings due to `\` escapesRobin Haberkorn1-1/+1
2024-01-20removed nonsensical line from sciteco(7) man pageRobin Haberkorn1-1/+0
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn1-1/+1
2023-04-05Troff documents: fixed monospaced example blocksRobin Haberkorn1-13/+13
2022-12-10fixed pass-through loops: especially :> and :F<Robin Haberkorn1-5/+5
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-6/+15
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn1-0/+17
2017-02-26more fixes for groff v1.19Robin Haberkorn1-2/+2
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 Haberkorn1-1/+2
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn1-0/+169
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-16implemented ^C commandRobin Haberkorn1-8/+11
2016-02-15updated sciteco(7): command line termination, aggregating loops etc.Robin Haberkorn1-18/+69
2016-02-02Gtk UI: full color scheme supportRobin Haberkorn1-0/+48
2015-12-30ncurses: use a default escape delay of 25msRobin Haberkorn1-0/+2
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 Haberkorn1-0/+16
2015-06-22major Curses UI revision: initialize curses as late as possibleRobin Haberkorn1-3/+5
2015-06-14handle environment variables more consistentlyRobin Haberkorn1-10/+41
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 Haberkorn1-0/+27
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-16documented the automatic EOL translation featureRobin Haberkorn1-4/+55
2015-03-10added the <"I> conditional for checking a directory separatorRobin Haberkorn1-1/+12