commandSequencerobjectoutput.t[1227]

Command Sequencer Filter. This is an output filter that handles the special <.commandsep> tag for visual command separation. This tag has the form of a style tag, but must be processed specially.

<.commandsep> shows an appropriate separator between commands. Before the first command output or after the last command output, this has no effect. A run of multiple consecutive <.commandsep> tags is treated as a single tag.

Between commands, we show gLibMessages.commandResultsSeparator. After an input line and before the first command result text, we show gLibMessages.commandResultsPrefix. After the last command result text before a new input line, we show gLibMessages.commandResultsSuffix. If we read two input lines, and there is no intervening text output at all, we show gLibMessages.commandResultsEmpty.

The input manager should write a <.commandbefore> tag whenever it starts reading a command line, and a <.commandafter> tag whenever it finishes reading a command line.

transient commandSequencer :   OutputFilter

Superclass Tree   (in declaration order)

commandSequencer
        OutputFilter
                object

Summary of Properties  

patNextTag  state_ 

Summary of Methods  

filterText  setCommandMode  writeThrough 

Properties  

patNextTagoutput.t[1264]

pre-compile our tag sequence pattern

state_output.t[1543]
our current state - start out in before-command mode

Methods  

filterText (ostr, txt)OVERRIDDENoutput.t[1272]

Apply our filter

setCommandMode ( )output.t[1234]
Force the sequencer into mid-command mode. This can be used to defeat the resequencing into before-results mode that occurs if any interactive command-line input must be read in the course of a command's execution.

writeThrough (txt)output.t[1240]
Internal routine: write the given text directly through us, skipping any filtering we'd otherwise apply.

Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2