Std Macro Menu: Difference between revisions

From FreeCAD Documentation
(Removed 'In progress'.)
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:16-->
{{Docnav
{{Docnav
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]
Line 11: Line 12:
}}
}}


<!--T:17-->
[[Image:Freecad.svg|thumb|128px|Std Base icon]]
[[Image:Freecad.svg|thumb|128px|Std Base icon]]


Line 19: Line 21:
==Introduction== <!--T:12-->
==Introduction== <!--T:12-->


<!--T:18-->
The {{StdMenu|[[Std_Macro_Menu|Macro]]}} menu is one of the 7 sub-menus in the [[Standard_Menu|standard menu]]:
The {{StdMenu|[[Std_Macro_Menu|Macro]]}} menu is one of the 7 sub-menus in the [[Standard_Menu|standard menu]]:


Line 46: Line 49:
==Tools== <!--T:15-->
==Tools== <!--T:15-->


<!--T:19-->
The following tools are available in this menu:
The following tools are available in this menu:


Line 60: Line 64:
* [[File:Std_DlgMacroExecuteDirect.svg|32px]] [[Std_DlgMacroExecuteDirect|Execute macro]]: Executes the macro currently in the Python editor.
* [[File:Std_DlgMacroExecuteDirect.svg|32px]] [[Std_DlgMacroExecuteDirect|Execute macro]]: Executes the macro currently in the Python editor.


<!--T:20-->
* [[Std_MacroAttachDebugger|Attach to remote debugger...]]: Attaches FreeCAD to a remote debugger.
* [[Std_MacroAttachDebugger|Attach to remote debugger...]]: Attaches FreeCAD to a remote debugger.


Line 77: Line 82:
* [[Std_DebugToggle|Toggle breakpoint]]: Toggles a breakpoint.
* [[Std_DebugToggle|Toggle breakpoint]]: Toggles a breakpoint.


<!--T:21-->
{{Docnav
{{Docnav
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]

Revision as of 20:30, 22 June 2020

Std Base icon

Introduction

The Macro menu is one of the 7 sub-menus in the standard menu:

File     Edit     View     Tools     Macro     Windows     Help

The Macro menu provides tools related to the recording and execution of macros.

Tools

The following tools are available in this menu:

  • Macros...: Opens a dialog box to manage and execute macros.
  • Execute macro: Executes the macro currently in the Python editor.
  • Debug macro: Starts a debugging session for the macro in the Python editor.