ShowExecutionPosition command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{| |width="50%"| <span class="f_Label">'''Action:''' </span> |width="50%"| <span class="f_Para">Makes the execution position visible (if there is one).  The current source ta...")
(No difference)

Revision as of 22:23, 25 May 2023

Action:

Makes the execution position visible (if there is one).  The current source tab is brought to the top, and its execution position line is scrolled to.  

While probably not useful as a standalone command, showExecutionPosition can be mapped to a key and/or a client UI button.  This can be done in either of two ways:

  • In the ui.xml file, for example:

<mapping command="showExecutionPosition" button="button0" key="F2"/>

  mapButton button1 showExecutionPosition

  mapKey f3 showExecutionPosition

Client menu: --
Introduced: Build 69