Std DlgMacroRecord/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "* При отображении диалогового окна записи макросов: нажмите {{KEY|Esc}} или кнопку {{Button|Отмена}}, чтоб...")
Line 44: Line 44:
==Options==
==Options==


* При отображении диалогового окна записи макросов: нажмите {{KEY|Esc}} или кнопку {{Button|Отмена}}, чтобы прервать выполнение команды.
* When the Macro recording dialog box is displayed: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.


==Notes==
==Notes==

Revision as of 00:39, 2 August 2021

Other languages:

Std DlgMacroRecord

Системное название
Std DlgMacroRecord
Расположение в меню
Макрос → Запись макроса ...
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Выполнить макрос

Description

The Std DlgMacroRecord command starts a macro recording session during which user actions are stored in a FreeCAD macro, a file with the .FCMacro extension. A macro can later be replayed, executed, to repeat the recorded actions.

The Macro recording dialog box

Usage

  1. There are several ways to invoke the command:
    • Press the Std DlgMacroRecord button.
    • Select the Macro → Macro recording... option from the menu.
  2. The Macro recording dialog box opens.
  3. Enter a name for the macro in the Macro name input box.
  4. Optionally change the Macro path by pressing the ... button.
  5. The Stop button does not work at this time.
  6. Press the Record button to close the dialog box and start the recording session.
  7. Perform the actions you want to record.
  8. To end the recording session do one of the following:
    • Press the Std MacroStopRecord button.
    • Select the Macro → Stop macro recording option from the menu.

Options

  • При отображении диалогового окна записи макросов: нажмите Esc или кнопку Отмена, чтобы прервать выполнение команды.

Notes

Preferences

  • The macro path can also be changed in the preferences: Edit → Preferences... → General → Macro → Macro path. See Preferences Editor.
  • In most cases it is undesirable to record actions that do not change the model: under Edit → Preferences... → General → Macro → GUI commands do one of the following:
    • To exclude these actions uncheck the Record GUI commands checkbox.
    • To include them as comments only check both the Record GUI commands and Record as comment checkboxes.