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 edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
* <span class="f_Para">In a macro via the [[mapButton command|mapButton]] and [[mapKey command|mapKey]] commands, for example</span>
* <span class="f_Para">In a macro via the [[mapButton command|mapButton]] and [[mapKey command|mapKey]] commands, for example</span>


<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