From 90baf34034af9363ee4cfa1654a8cc72dfc8c62e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 25 Mar 2017 06:47:10 +0100 Subject: 0,8ED: Automatic case-folding of commands * when enabled, it will automatically upper-case all one or two letter commands (which are case insensitive). * also affects the up-carret control commands, so they when inserted they look more like real control commands. * specifically does not affect case-insensitive Q-Register specifications * the result are command lines that are better readable and conform to the coding style used in SciTECO's standard library. This eases reusing command lines as well. * Consequently, string-building and pattern match characters should be case-folded as well, but they aren't currently since State::process_edit_cmd() does not have sufficient insight into the MicroStateMachines. Also, it could not be delegated to the MicroStateMachines. Perhaps they should be abandoned in favour of embeddedable regular state machines; or regular state machines with a stack of return states? --- doc/sciteco.7.template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 2fdcd43..47100e9 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -375,6 +375,23 @@ effectively switches between undo and redo modes. The modifier also influences the behaviour of the TAB key. T} T{ +Case insensitive command character +T};\(em;Any letter;T{ +Beginning of case-insensitive commands +.br +(automatic case folding enabled) +T};T{ +At the beginning of case-insensitive commands, +the case of letters is inverted. +One or two letter commands will thus typically +be inserted in upper case. +This only happens if bit 3 of the \fBED\fP flags +is set, e.g. by executing: +.EX +0,8ED +.EE +T} +T{ .SCITECO_TOPIC ^J enter LF CR Insert end of line sequence T};10;^J, Return, Enter;T{ -- cgit v1.2.3