Std DlgMacroExecute/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Einstellungen==")
No edit summary
Line 28: Line 28:


# Es gibt mehrere Möglichkeiten den Befehl aufzurufen:
# Es gibt mehrere Möglichkeiten den Befehl aufzurufen:
#* Die Schaltfläche {{Button|[[Image:Std_DlgMacroExecute.svg|16px]] [[Std_DlgMacroExecute/de|Std DlgMakroAusführen]]}} drücken.
#* Die Schaltfläche {{Button|[[Image:Std_DlgMacroExecute.svg|16px]] [[Std_DlgMacroExecute/de|Makros...]]}} drücken.
#* Den Menüeintrag {{MenuCommand|Makro → [[Image:Std_DlgMacroExecute.svg|16px]] Makros...}} auswählen.
#* Den Menüeintrag {{MenuCommand|Makro → [[Image:Std_DlgMacroExecute.svg|16px]] Makros...}} auswählen.
# Das Dialogfenster Makro ausführen wird geöffnet. Siehe [[#Optionen|Optionen]].
# Das Dialogfenster Makro ausführen wird geöffnet. Siehe [[#Optionen|Optionen]].

Revision as of 23:08, 4 December 2022

Std DlgMakroAusführen

Menüeintrag
Makro → Makros...
Arbeitsbereich
Alle
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Std MakroDirektAusführen

Beschreibung

Der Befehl Std DlgMakroAusführen öffnet das Dialogfenster Makro ausführen. Von diesem Dialogfenster aus können Makros ausgeführt, bearbeited und verwaltet werden.

Das Dialogfenster Makro ausführen

Anwendung

  1. Es gibt mehrere Möglichkeiten den Befehl aufzurufen:
    • Die Schaltfläche Makros... drücken.
    • Den Menüeintrag Makro → Makros... auswählen.
  2. Das Dialogfenster Makro ausführen wird geöffnet. Siehe Optionen.

Optionen

Benutzermakros

  1. Der Reiter Benutzermakros listet die im Speicherort der Benutzermakros verfügbaren Makros.
  2. Auf ein Makro klicken, um es auszuwählen.
  3. Der Name des ausgewählten Makros erscheint im Feld Makroname.

Systemmakros

Der Reiter Systemmakros wird derzeit nicht verwendet.

Speicherort der Benutzermakros

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

Ausführen

  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.

Schließen

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

Erstellen

  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.

Löschen

  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.

Bearbeiten

  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.

Umbenennen

  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.

Duplizieren

  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.

Werkzeugleiste

  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. Die Schaltfläche Herunterladen drücken, um den Addon-Manager zu starten.

Hinweise

  • Mehr über Makros erfährt man auf der Seite Makros.

Einstellungen

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