Std Macro Menu: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
(5 intermediate revisions by 2 users not shown)
Line 54: Line 54:
<!--T:2-->
<!--T:2-->
* [[File:Std_DlgMacroRecord.svg|32px]] [[Std_DlgMacroRecord|Macro recording...]]: Opens a dialog box to start a macro recording session.
* [[File:Std_DlgMacroRecord.svg|32px]] [[Std_DlgMacroRecord|Macro recording...]]: Opens a dialog box to start a macro recording session.

<!--T:3-->
* [[File:Std_MacroStopRecord.svg|32px]] [[Std_MacroStopRecord|Stop macro recording]]: Stops a macro recording session.


<!--T:4-->
<!--T:4-->
Line 62: Line 59:


<!--T:22-->
<!--T:22-->
* Recent macros: shows a list of macros recently used, which can be called with a key combination, for example, {{KEY|Ctrl}}+{{KEY|Shift}}+{{KEY|1}}. This can be configured in the [[Preferences_Editor|Preferences]]. {{Version|0.19}}
* [[File:Std_RecentMacros.svg|32px]] Recent macros: shows a list of macros recently used, which can be called with a key combination, for example, {{KEY|Ctrl}}+{{KEY|Shift}}+{{KEY|1}}. This can be configured in the [[Preferences_Editor|Preferences]].


<!--T:5-->
<!--T:5-->
Line 84: Line 81:
<!--T:10-->
<!--T:10-->
* [[Std_ToggleBreakpoint|Toggle breakpoint]]: Toggles a breakpoint.
* [[Std_ToggleBreakpoint|Toggle breakpoint]]: Toggles a breakpoint.

==Obsolete tools== <!--T:23-->

<!--T:3-->
* [[File:Std_MacroStopRecord.svg|32px]] [[Std_MacroStopRecord|Stop macro recording]]: Stops a macro recording session. Integrated in [[Std_DlgMacroRecord|Std DlgMacroRecord]]. Not available in {{VersionPlus|0.22}}.



<!--T:21-->
<!--T:21-->
Line 99: Line 102:
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:Workbenches{{#translation:}}]]
[[Category:Workbenches{{#translation:}}]]
{{clear}}

Latest revision as of 08:19, 10 October 2023

Std Base icon

Introduction

The Std 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.
  • Recent macros: shows a list of macros recently used, which can be called with a key combination, for example, Ctrl+Shift+1. This can be configured in the Preferences.
  • Execute macro: Executes the macro currently in the Python editor.
  • Debug macro: Starts a debugging session for the macro in the Python editor.

Obsolete tools