Std DlgMacroExecute/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Uwagi==")
(Created page with "* Aby dowiedzieć się więcej o makropoleceniach, zobacz stronę Makrodefinicje.")
Line 108: Line 108:
==Uwagi==
==Uwagi==


* Aby dowiedzieć się więcej o makropoleceniach, zobacz stronę [[Macros/pl|Makrodefinicje]].
* To learn more about macros see the [[Macros]] page.


==Preferences==
==Preferences==

Revision as of 05:07, 21 May 2022

Std: Okno dialogowe Makrodefinicje

Lokalizacja w menu
Makrodefinicje → Makrodefinicje ...
Środowisko pracy
wszystkie
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Wykonaj makrodefinicję w trakcie edycji

Opis

Polecenie Makrodefinicje ... otwiera okno dialogowe Wykonaj makro. W tym oknie dialogowym można wykonywać makra, edytować je i zarządzać nimi.

The Execute macro dialog box

Użycie

  1. Istnieje kilka sposobów na wywołanie polecenia:
    • Naciśnij przycisk Makrodefinicje ....
    • Wybierz opcję z menu Makrodefinicje → Makrodefinicje ....
  2. Zostanie otwarte okno dialogowe Wykonaj makro. Zobacz dostępne Opcje.

Opcje

Makrodefinicje użytkownika

  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.

Makrodefinicje systemowe

The System macros tab is not used at this time.

Lokalizacja makrodefinicji użytkownika

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

Wykonaj

  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.

Zamknij

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

Utwórz

  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.

Usuń

  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.

Edycja

  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.

Zmień nazwę

  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.

Duplikuj

  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.

Pasek narzędzi

  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.

Pobierz

  1. Naciśnij przycisk Pobierz, aby uruchomić Menadżer dodatków.

Uwagi

  • Aby dowiedzieć się więcej o makropoleceniach, zobacz stronę Makrodefinicje.

Preferences

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