Std DlgMacroExecute: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Docnav)
 
(62 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:7-->
{{Docnav
|[[Std_DlgMacroRecord|DlgMacroRecord]]
|[[Std_DlgMacroExecuteDirect|DlgMacroExecuteDirect]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_DlgMacroRecord.svg
|IconR=Std_DlgMacroExecuteDirect.svg
|IconC=Freecad.svg
}}

<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Std DlgMacroExecute
|Name=Std DlgMacroExecute
|MenuLocation=[[Macros|Macros]]Execute macro
|MenuLocation=MacroMacros...
|Shortcut=CTRL+F6
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std_DlgMacroExecuteDirect|Execute Direct]]
|SeeAlso=[[Std_DlgMacroExecuteDirect|Std DlgMacroExecuteDirect]]
}}
}}


== Description == <!--T:2-->
==Description== <!--T:2-->


<!--T:3-->
<!--T:3-->
The '''Std DlgMacroExecute''' command opens the Execute macro dialog box. From this dialog box macros can be executed, edited and managed.
This function executes the macro selected or active in the editor. It is accessible via {{MenuCommand|Macro → Execute macro}}, or via {{Button|[[File:Std_DlgMacroExecute.png|16px]] Execute macro}} button in the macro toolbar [[File:Macros_toolbar.jpg|x24px]].


</translate>
== Utilization == <!--T:4-->
[[Image:Std_DlgMacroExecute_dialog.png|300px]]
<translate>
<!--T:8-->
{{Caption|The Execute macro dialog box}}

==Usage== <!--T:4-->


<!--T:5-->
<!--T:5-->
# There are several ways to invoke the command:
When you enter in {{MenuCommand|[[File:Std DlgMacroExecuteDirect.png|16px]] [[Std DlgMacroExecuteDirect|Macros...]]}}, the button {{Button|[[File:Std DlgMacroExecute.png|16px]] Execute macro}} turn green [[Image:Menu_Std_DlgMacroExecute_fr_02.png|16px]]. Click this button to run the macro.
#* Press the {{Button|[[Image:Std_DlgMacroExecute.svg|16px]] [[Std_DlgMacroExecute|Std DlgMacroExecute]]}} button.
#* Select the {{MenuCommand|Macro → [[Image:Std_DlgMacroExecute.svg|16px]] Macros...}} option from the menu.
# The '''Execute macro''' dialog box opens. See [[#Options|Options]].

==Options== <!--T:9-->

===Find file / Find in files=== <!--T:40-->

<!--T:41-->
: {{Version|0.22}}

<!--T:42-->
: These two input boxes can be used to filter macros from the file list on the '''User macros''' tab or the '''System macros''' tab. You may use regular expressions or simply enter text. All matches are case-insensitive.

<!--T:43-->
: '''Find file''' filters the list by filename. Only filenames that match the entered text will appear in the list. '''Find in files''' filters the list by file content. Only files whose text content matches the entered text will appear in the list.

<!--T:44-->
: Remove all text from a filter's input box to disable it. If both input boxes contain text, both filters are applied. Filtering may result in an empty list.

===User macros=== <!--T:10-->

<!--T:45-->
: The '''User macros''' tab lists the macros available in the '''User macros location'''.

<!--T:11-->
# Click a macro in the list to select it.
# The name of the selected macro will appear in the '''Macro name''' box.

===System macros=== <!--T:12-->

<!--T:46-->
: To make use of the '''System macros''' tab you must create a folder named {{FileName|Macro}} as a sibling folder of the {{FileName|bin}} folder where FreeCAD is installed and put some macros there.

<!--T:47-->
: To find the {{FileName|bin}} folder enter this in the [[Python_console|Python console]]:

</translate>
: {{Code|code=
App.getHomePath()
}}
<translate>

<!--T:48-->
# Click a macro in the list to select it.
# The name of the selected macro will appear in the '''Macro name''' box.

===User macros location=== <!--T:14-->

<!--T:15-->
# Press the {{Button|...}} button to change the user macros location.
# Browse to a different folder and select it.

===Execute=== <!--T:16-->

<!--T:17-->
# To execute a macro do one of the following:
#* Select the macro in the list and press the {{Button|Execute}} button.
#* Double-click the macro in the list.
# The dialog box closes.
# The macro is executed.

===Close=== <!--T:18-->

<!--T:19-->
# Press {{KEY|Esc}} or the {{Button|Close}} button to close the dialog box.

===Create=== <!--T:20-->

<!--T:21-->
# Press the {{Button|Create}} button to create a new macro file.
# Enter a 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.
# Both dialog boxes close.
# The new file is opened in the Macro editor.

===Delete=== <!--T:22-->

<!--T:23-->
# Select the macro you want to delete in the list.
# Press the {{Button|Delete}} button.
# Press the {{Button|Yes}} button in the confirmation dialog box that pops up.

===Edit=== <!--T:24-->

<!--T:25-->
# Select the macro you want to edit in the list.
# Press the {{Button|Edit}} button.
# The dialog box closes.
# The selected file is opened in the Macro editor.

===Rename=== <!--T:26-->

<!--T:27-->
# Select the macro you want to rename in the list.
# Press the {{Button|Rename}} 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.

===Duplicate=== <!--T:28-->

<!--T:29-->
# 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=== <!--T:30-->

<!--T:31-->
# Select the macro you want to add to a custom toolbar in the list.
# Press the {{Button|Toolbar}} button.
# Two 'walkthrough' dialogs will guide you through the required steps. See [[Interface_Customization|Interface Customization]] for more information.

===Download=== <!--T:39-->

<!--T:33-->
# Press the {{Button|Download}} button to start the [[Std_AddonMgr|Addon manager]].

==Notes== <!--T:34-->

<!--T:35-->
* To learn more about macros see the [[Macros]] page.

==Preferences== <!--T:36-->

<!--T:37-->
* The user macros location can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → Python → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].


<!--T:38-->
{{Docnav
|[[Std_DlgMacroRecord|DlgMacroRecord]]
|[[Std_DlgMacroExecuteDirect|DlgMacroExecuteDirect]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_DlgMacroRecord.svg
|IconR=Std_DlgMacroExecuteDirect.svg
|IconC=Freecad.svg
}}


<!--T:6-->
{{Std Base}}
{{Userdocnavi}}
</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{clear}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 08:02, 10 October 2023

Std DlgMacroExecute

Menu location
Macro → Macros...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
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

Find file / Find in files

introduced in version 0.22
These two input boxes can be used to filter macros from the file list on the User macros tab or the System macros tab. You may use regular expressions or simply enter text. All matches are case-insensitive.
Find file filters the list by filename. Only filenames that match the entered text will appear in the list. Find in files filters the list by file content. Only files whose text content matches the entered text will appear in the list.
Remove all text from a filter's input box to disable it. If both input boxes contain text, both filters are applied. Filtering may result in an empty list.

User macros

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

System macros

To make use of the System macros tab you must create a folder named Macro as a sibling folder of the bin folder where FreeCAD is installed and put some macros there.
To find the bin folder enter this in the Python console:
App.getHomePath()
  1. Click a macro in the list to select it.
  2. The name of the selected macro will appear in the Macro name box.

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. Press the Create button to create a new macro file.
  2. Enter a name in the dialog box that pops up. You do not have to include the .FCMacro extension.
  3. Press Enter or the OK button.
  4. Both dialog boxes close.
  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

  1. Select the macro you want to add to a custom toolbar in the list.
  2. Press the Toolbar button.
  3. Two 'walkthrough' dialogs will guide you through the required steps. See Interface Customization for more information.

Download

  1. Press the Download button to start the Addon manager.

Notes

  • To learn more about macros see the Macros page.

Preferences

  • The user macros location can also be changed in the preferences: Edit → Preferences... → Python → Macro → Macro path. See Preferences Editor.