Std Macro Menu: Difference between revisions

From FreeCAD Documentation
(Created page with "__NOTOC__ <translate> <!-- ==The Macro Menu== --> <br> <br> <span style="color:#000000; background:#d3d3d3">'''  Macro  '''</span> <br> <br> [[Std_DlgMacroRecord|Mac...")
 
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
<translate>
<!-- ==The Macro Menu== -->
<!-- ==The Macro Menu== -->
<translate>
<br>
<br>
<span style="color:#000000; background:#d3d3d3">'''&nbsp; Macro &nbsp;'''</span>
<span style="color:#000000; background:#d3d3d3">'''&nbsp; Macro &nbsp;'''</span>

<br>

<br>
[[Std_DlgMacroRecord|Macro recording]] opens a dialog for recording a new macro. <br>
[[Std_DlgMacroRecord|Macro recording]] opens a dialog for recording a new macro.

[[Std_DlgMacroStop|Stop macro recording]] ends the current macro recording session. <br>
[[Std_DlgMacroStop|Stop macro recording]] ends the current macro recording session.
[[Std_DlgMacroExecute|Macros...]] select and execute a stored macro. <br>

----
[[Std_DlgMacroExecute|Macros...]] select and execute a stored macro.
[[Std_DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor. <br>

[[Std_DebugMacro|Debug macro]] starts debug session for the macro currently in the macro editor. <br>
[[Std_DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor.
[[Std_DebugStop|Stop debugging]] ends the debugging session. <br>

[[Std_DebugOver|Step over]] <br>
[[Std_DebugMacro|Debug macro]] starts debug session for the macro currently in the macro editor.
[[Std_DebugInto|Step into]] <br>

[[Std_DebugToggle|Toggle breakpoint]] <br>
[[Std_DebugStop|Stop debugging]] ends the debugging session.
<br>

[[Std_DebugOver|Step over]]

[[Std_DebugInto|Step into]]

[[Std_DebugToggle|Toggle breakpoint]]

</translate>
</translate>


<!-- {{docnav|Previous|Next}} -->
<!-- {{docnav|Previous|Next}} -->


<!-- {{languages | {{|}} {{|}} }} -->
<languages/>


[[Category:Documentation]]
[[Category:Documentation]]

Revision as of 20:58, 1 December 2013

  Macro  


Macro recording opens a dialog for recording a new macro.

Stop macro recording ends the current macro recording session.

Macros... select and execute a stored macro.

Execute macro executes the macro currently in the macro editor.

Debug macro starts debug session for the macro currently in the macro editor.

Stop debugging ends the debugging session.

Step over

Step into

Toggle breakpoint