Language:
Русский
English
TEML non-terminating commands Q-Z
The non-terminating commands do not cause an exit to the IDE. They can be used in any sequence.
Command │ Action
════════════════════════════╪═══════════════════════════════════════════════
ReDo │ Performs Redo operation. Redo action
│ depends on option settings.
RightOfLine │ Moves cursor to end of current line.
RightOfWord │ Moves cursor to the next column that follows
│ the end of a word.
ScrollScreenDown │ Scrolls screen down one line, leaving cursor
│ position unchanged.
ScrollScreenUp │ Scrolls screen up one line, leaving cursor
│ position unchanged.
SetAutoIndent │ Sets Auto Indent option On.
SetAutoOutdent │ Sets Backspace Unindents option On.
SetBlockBeg │ Sets beginning of the selected text to be
│ the character at the current cursor location.
SetBlockEnd │ Sets end of the selected text to be
│ the character at the current cursor location.
SetCursorThroughTabMode │ Sets cursor through tabs option On.
SetInsertMode │ Sets Insert/Overwrite option to Insert.
SetMark │ Sets a marker to point to the character at the
│ current cursor location, so a later
│ MoveToMark(n) comand can restore the cursor.
SetOptimalFillMode │ Sets Optimal Fill option On.
SetPrevPos │ Sets a marker (the previous position marker)
│ to point to the character at the current
│ cursor location. This marker location changes
│ by a call to SetPrevPos or SwapPrevPos.
SetTabbingMode │ Sets Use Tab Char option On.
SetTempPos │ Saves the cursor location in a temporary
│ marker that can be used by some internal
│ editor commands. Use SetMark instead.
SmartRefreshScreen │ Redraws the window, skipping portions that
│ the editor is sure are unmodified since the
│ last redraw.
SmartTab │ Inserts space or tab characters in accordance
│ with current settings of the Use Tab Char
│ option, Tab Width.
SwapPrevPos │ Exchanges values of the cursor and the
│ "previous position marker."
ToggleAutoIndent │ Toggles state of the Auto Indent option.
ToggleAutoOutdent │ Toggles state of Backspace Unindents option.
ToggleCursorThroughTabMode │ Toggles state of Cursor Through Tabs option.
ToggleHideBlock │ Toggles state of the selected text flag.
ToggleInsert │ Toggles state of Insert/Overwrite option.
ToggleOptimalFillMode │ Toggles state of Optimal Fill option.
ToggleTabbingMode │ Toggles state of Use Tab Char option.
TopOfScreen │ Moves cursor to the top line currently
│ displayed in window, leaving column unchanged.
UnDo │ Performs an Undo operation, action
│ depends on option settings.
WordLeft │ Moves cursor to beginning of previous word, or
│ to end of previous line, whichever is first.
WordRight │ Moves cursor to beginning of next word, or to
│ end of a line, whichever is first.