Std DlgMacroExecuteDirect/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/fr |Name=Std DlgMacroExecuteDirect |Name/fr=Std Exécuter la macro dans l'éditeur |MenuLocation=Macro → Execute macro |Workbenches=All |Shortcut={{KEY|Ctrl}}+{...")
(Created page with "La commande '''Std Exécuter la macro dans l'éditeur''' exécute la macro dans la fenêtre actuelle de l'éditeur de macro.")
Line 21: Line 21:
==Description==
==Description==


La commande '''Std Exécuter la macro dans l'éditeur''' exécute la macro dans la fenêtre actuelle de l'éditeur de macro.
The '''Std DlgMacroExecuteDirect''' command executes the macro in the current Macro editor window.


==Usage==
==Usage==

Revision as of 19:06, 26 June 2020

Std Exécuter la macro dans l'éditeur

Emplacement du menu
Macro → Execute macro
Ateliers
All
Raccourci par défaut
Ctrl+F6
Introduit dans la version
-
Voir aussi
Std DlgMacroExecute

Description

La commande Std Exécuter la macro dans l'éditeur exécute la macro dans la fenêtre actuelle de l'éditeur de macro.

Usage

  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.