ShowExecutionPosition command: Difference between revisions
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 |
||
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"> | <p class="syntax">[[mapButton command|mapButton]] button1 showExecutionPosition </p> | ||
<p class="syntaX"> | <p class="syntaX">[[mapKey command|mapKey]] f3 showExecutionPosition</P> | ||
|- | |- |
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:
<mapping command="showExecutionPosition" button="button0" key="F2"/> mapButton button1 showExecutionPosition mapKey f3 showExecutionPosition |
Client menu: | -- |
Introduced: | Build 69 |