Std Macro Menu: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<!-- ==The Macro Menu== -->
<!-- ==The Macro Menu== -->
<translate>
<translate>
<!--T:1-->
<span style="color:#000000; background:#d3d3d3">'''&nbsp; Macro &nbsp;'''</span>
<span style="color:#000000; background:#d3d3d3">'''&nbsp; Macro &nbsp;'''</span>




<!--T:2-->
[[Std_DlgMacroRecord|Macro recording]] opens a dialog for recording a new macro.
[[Std_DlgMacroRecord|Macro recording]] opens a dialog for recording a new macro.


<!--T:3-->
[[Std_DlgMacroStop|Stop macro recording]] ends the current macro recording session.
[[Std_DlgMacroStop|Stop macro recording]] ends the current macro recording session.


<!--T:4-->
[[Std_DlgMacroExecute|Macros...]] select and execute a stored macro.
[[Std_DlgMacroExecute|Macros...]] select and execute a stored macro.


<!--T:5-->
[[Std_DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor.
[[Std_DlgMacroExecuteDirect|Execute macro]] executes the macro currently in the macro editor.


<!--T:6-->
[[Std_DebugMacro|Debug macro]] starts debug session for the macro currently in the macro editor.
[[Std_DebugMacro|Debug macro]] starts debug session for the macro currently in the macro editor.


<!--T:7-->
[[Std_DebugStop|Stop debugging]] ends the debugging session.
[[Std_DebugStop|Stop debugging]] ends the debugging session.


<!--T:8-->
[[Std_DebugOver|Step over]]
[[Std_DebugOver|Step over]]


<!--T:9-->
[[Std_DebugInto|Step into]]
[[Std_DebugInto|Step into]]


<!--T:10-->
[[Std_DebugToggle|Toggle breakpoint]]
[[Std_DebugToggle|Toggle breakpoint]]



Revision as of 20:59, 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