Std DlgMacroExecute/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[Std_MacroStopRecord|Std MacroStopRecord]]
|[[Std_DlgMacroExecuteDirect|Std DlgMacroExecuteDirect]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_MacroStopRecord.svg
|IconR=Std_DlgMacroExecuteDirect.svg
|IconC=Freecad.svg
}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Std_DlgMacroExecute|Name/it=Esegui macro|MenuLocation=[[Macros/it|Macro]] → Esegui la macro|Shortcut=CTRL+F6|Workbenches=Tutti|SeeAlso=[[Std_DlgMacroExecuteDirect/it|Esegui la macro nell'editor]]}}
{{GuiCommand/it|Name=Std_DlgMacroExecute|Name/it=Esegui macro|MenuLocation=[[Macros/it|Macro]] → Esegui la macro|Shortcut=CTRL+F6|Workbenches=Tutti|SeeAlso=[[Std_DlgMacroExecuteDirect/it|Esegui la macro nell'editor]]}}
</div>
</div>


<div class="mw-translate-fuzzy">
==Descrizione==
==Descrizione==
</div>


<div class="mw-translate-fuzzy">
Questa funzione esegue la macro selezionata o attiva nell'editor. E' accessibili tramite {{MenuCommand|Macro → Esegui la macro}}, oppure tramite il pulsante {{Button|[[File:Std_DlgMacroExecute.png|16px]] Esegui la macro}} della barra degli strumenti delle macro [[File:Macros_toolbar.jpg|x24px]].
Questa funzione esegue la macro selezionata o attiva nell'editor. E' accessibili tramite {{MenuCommand|Macro → Esegui la macro}}, oppure tramite il pulsante {{Button|[[File:Std_DlgMacroExecute.png|16px]] Esegui la macro}} della barra degli strumenti delle macro [[File:Macros_toolbar.jpg|x24px]].
</div>

[[Image:Std_DlgMacroExecute_dialog.png]]
{{Caption|The Execute macro dialog box}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 16: Line 33:
</div>
</div>


==Options==
{{Std Base{{#translation:}}}}

===User macros===

# The '''User macros''' tab lists the macros available in the '''User macros location'''.
# Click a macro to select it.
# 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===

# Press the {{Button|...}} button to change the user macros location.
# Browse to a different folder and select it.

===Execute===

# 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===

# Press {{KEY|Esc}} or the {{Button|Close}} button to close the dialog box.

===Create===

# 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===

# 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===

# 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===

# 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===

# 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===

# 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.

===Addons===

# Press the {{Button|Addons...}} button to start the [[Addon_manager|Addon manager]].

==Notes==

* To learn more about macros see the [[Macros]] page.

==Preferences==

* The user macros location can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → General → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].

{{Docnav
|[[Std_MacroStopRecord|Std MacroStopRecord]]
|[[Std_DlgMacroExecuteDirect|Std DlgMacroExecuteDirect]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_MacroStopRecord.svg
|IconR=Std_DlgMacroExecuteDirect.svg
|IconC=Freecad.svg
}}

{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 21:11, 21 June 2020

Esegui macro

Posizione nel menu
Macro → Esegui la macro
Ambiente
Tutti
Avvio veloce
CTRL+F6
Introdotto nella versione
-
Vedere anche
Esegui la macro nell'editor

Descrizione

Questa funzione esegue la macro selezionata o attiva nell'editor. E' accessibili tramite Macro → Esegui la macro, oppure tramite il pulsante Esegui la macro della barra degli strumenti delle macro .

The Execute macro dialog box

Utilizzo

Quando si entra in Editor della macro, il pulsante Esegui la macro assume il colore verde . Fare clic su questo pulsante per eseguire la macro.

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. 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.

Addons

  1. Press the Addons... 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... → General → Macro → Macro path. See Preferences Editor.