Std DlgMacroExecuteDirect/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "==Opis==")
(Created page with "==Użycie==")
Line 22: Line 22:
==Opis==
==Opis==


Polecenie '''Wykonaj makrodefinicję w trakcie edycji''' powoduje wykonanie makra w bieżącym oknie edytora makrodefinicji.
The '''Std DlgMacroExecuteDirect''' command executes the macro in the current Macro editor window.


==Usage==
<span id="Usage"></span>
==Użycie==


# If required open the correct macro in the Macro editor. See the [[Std_DlgMacroExecute|Std DlgMacroExecute]] command.
# If required open the correct macro in the Macro editor. See the [[Std_DlgMacroExecute|Std DlgMacroExecute]] command.

Revision as of 17:49, 8 January 2023

Std: Wykonaj makrodefinicję w trakcie edycji

Lokalizacja w menu
Makrodefinicje → Wykonaj makro
Środowisko pracy
wszystkie
Domyślny skrót
Ctrl + F6
Wprowadzono w wersji
-
Zobacz także
Makrodefinicje

Opis

Polecenie Wykonaj makrodefinicję w trakcie edycji powoduje wykonanie makra w bieżącym oknie edytora makrodefinicji.

Użycie

  1. If required open the correct macro in the Macro editor. See the Std DlgMacroExecute command.
  2. Make sure the Macro editor window has the input focus.
  3. There are several ways to invoke the command:
    • Press the Std DlgMacroExecuteDirect button.
    • Select the Macro → Execute macro option from the menu.
    • Use the keyboard shortcut: Ctrl+F6.
  4. The macro is executed.

Notes

  • To learn more about macros see the Macros page.