Std DlgMacroExecute: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 98: Line 98:


===Duplicate===
===Duplicate===

# Select the macro you want to duplicate in the list.
# Press the {{Button|Duplicate}} button.
# Enter a new name in the dialog box that pops up. You do not have to include the {{FileName|.FCMacro}} extension.
# Press {{KEY|Enter}} or the {{Button|OK}} button.


===Toolbar===
===Toolbar===

Revision as of 13:41, 16 June 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std DlgMacroExecute

Menu location
Macro → Macros...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std DlgMacroRecord, Std MacroStopRecord, Std DlgMacroExecuteDirect

Description

The Std DlgMacroExecute command opens the Execute macro dialog box. From this dialog box macros can be executed, edited and managed.

The Execute macro dialog box

Usage

  1. There are several ways to invoke the command:
  2. The Execute macro dialog box opens. See Options.

Options

User macros

  1. The User macros tab lists the macros available in the User macros location.
  2. Click a macro to select it.
  3. The name of the selected macro will appear in the Macro name box.

System macros

The System macros tab is not used at this time.

User macros location

  1. Press the ... button to change the user macros location.
  2. Browse to a different folder and select it.

Execute

  1. To execute a macro do one of the following:
    • Select the macro in the list and press the Execute button.
    • Double-click the macro in the list.
  2. The dialog box closes.
  3. The macro is executed.

Close

  1. Press Esc or the Close button to close the dialog box.

Create

  1. To create a new macro file press the Create button.
  2. Enter a name the dialog box that pops up. You do not have to include the .FCMacro extension.
  3. Press Enter or the OK button.
  4. The Execute macro dialog box closes.
  5. The new file is opened in the Macro editor.

Delete

  1. Select the macro you want to delete in the list.
  2. Press the Delete button.
  3. Press the Yes button in the confirmation dialog box that pops up.

Edit

  1. Select the macro you want to edit in the list.
  2. Press the Edit button.
  3. The dialog box closes.
  4. The selected file is opened in the Macro editor.

Rename

  1. Select the macro you want to rename in the list.
  2. Press the Rename button.
  3. Enter a new name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  4. Press Enter or the OK button.

Duplicate

  1. Select the macro you want to duplicate in the list.
  2. Press the Duplicate button.
  3. Enter a new name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  4. Press Enter or the OK button.

Toolbar

Addons

Notes

  • Todo.

Preferences

  • Todo.

Properties

  • Todo.

Scripting

  • Todo.