ShowExecutionPosition command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 13: Line 13:


<p class="syntax">[[mapButton command|mapButton]] button1 showExecutionPosition </p>
<p class="syntax">[[mapButton command|mapButton]] button1 showExecutionPosition </p>
<p class="syntaX">[[mapKey command|mapKey]] f3 showExecutionPosition</P>
<p class="syntax">[[mapKey command|mapKey]] f3 showExecutionPosition</p>


|-
|-

Latest revision as of 22:24, 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