Language:
Русский
English
Predefined editor commands
TEMC lets you use built-in editor commands and user-defined macros as commands within macros. They can be used interchangeably, as long as you do not create any loops by having two macros calling each other, even via intermediate macros.
Note that some commands (terminating commands) cause an escape from the editor to the surrounding IDE. There is no provision for returning control to the editor once that is done. If one of those commands is part of a macro, it must be the last command in the macro. You'll get an error message if a macro definition violates this restriction.
Related Topics
IDE hot key commands Non-terminating commands Terminating commands