Std Macro Menu: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "{{Docnav |Std Tools Menu |Std Windows Menu |Std Base |IconL= |IconR= |IconC=Labrps.svg }} thumb|128px|Std Base icon {{TOCright}} ==Introduction== The '''Std Macro Menu''' is one of the 7 sub-menus in the standard menu: <!--Please keep info below synchronized with Std_Base, Standard_Menu, Std_File_Menu etc.--> {{StdMenu | File     Std_Edit_M...")
 
No edit summary
Line 8: Line 8:
}}
}}


[[Image:Labrps.svg|thumb|128px|Std Base icon]]
[[Image:Freecad.svg|thumb|128px|Std Base icon]]


{{TOCright}}
{{TOCright}}
Line 42: Line 42:


* [[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.
* [[File:Std_MacroStopRecord.svg|32px]] [[Std_MacroStopRecord|Stop macro recording]]: Stops a macro recording session.


* [[File:Std_DlgMacroExecute.svg|32px]] [[Std_DlgMacroExecute|Macros...]]: Opens a dialog box to manage and execute macros.
* [[File:Std_DlgMacroExecute.svg|32px]] [[Std_DlgMacroExecute|Macros...]]: Opens a dialog box to manage and execute macros.


* [[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]].
* 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_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.
Line 60: Line 62:


* [[Std_ToggleBreakpoint|Toggle breakpoint]]: Toggles a breakpoint.
* [[Std_ToggleBreakpoint|Toggle breakpoint]]: Toggles a breakpoint.
==Obsolete tools==
* [[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}}.




Line 78: Line 76:
{{Userdocnavi}}
{{Userdocnavi}}
[[Category:Workbenches]]
[[Category:Workbenches]]
{{clear}}

Revision as of 13:45, 25 July 2024

File:Freecad.svg
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:

  • Std DlgMacroExecute.svg 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. introduced in version 0.19
  • Std DlgMacroExecuteDirect.svg Execute macro: Executes the macro currently in the Python editor.
  • Std MacroStartDebug.svg Debug macro: Starts a debugging session for the macro in the Python editor.