From d24bc4a3670c253fad5bee380c35e8a45dd283a2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 11 Feb 2015 06:01:25 +0100 Subject: implemented support for different indention styles * the ^I command was altered to insert indention characters rather than plain tabs always. * The immediate editing command was added for all insertion arguments (I, ^I but also FR and FS) * documentation was extended for a discussion of indention --- doc/sciteco.7.template | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/sciteco.7.template') diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index aa65c8b..53b5578 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -314,6 +314,16 @@ commands), complete beginning with the symbol, terminating fully completed symbols with a comma. T} T{ +Indent to next tab stop +T};9;^I, Tab;T{ +Text insertion arguments +T};T{ +Expands to spaces so that following text is inserted +at the next tab stop into the buffer. +This takes Scintilla's indention policy into account +and results in the same indention as the \fB^I\fP command. +T} +T{ Terminate command line T};27;^[, Escape;T{ Immediately after regular command ^[ @@ -1156,7 +1166,7 @@ For instance the following macro inserts \fIn\fP tab characters (one by default): .EX @^Ut{ - "~1'<@^I//> + "~1'<9@I//> } .EE .TP -- cgit v1.2.3