Std DlgMacroRecord/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav/ru
|
|
|[[Std_MacroStopRecord|MacroStopRecord]]
|[[Std_MacroStopRecord/ru|Команда "Остановить запись макроса"]]
|[[Std_Macro_Menu|Std Macro Menu]]
|[[Std_Macro_Menu/ru|Меню "Макросы"]]
|
|
|IconR=Std_MacroStopRecord.svg
|IconR=Std_MacroStopRecord.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Std DlgMacroRecord
|Name=Std_MacroStopRecord
|Name/ru=Std DlgMacroRecord
|Name/ru=Запись макроса...
|MenuLocation=[[Macros/ru|Макрос]] → Запись макроса ...
|MenuLocation=Макросы → Запись макроса...
|Workbenches=All
|Workbenches=Все
|SeeAlso=[[Std_MacroStopRecord/ru|Остановить запись макроса]]
|SeeAlso=[[Std_DlgMacroExecuteDirect/ru|Выполнить макрос]]
}}
}}
</div>


==Description==
<span id="Description"></span>
==Описание==


The '''Std DlgMacroRecord''' command starts a [[Macros|macro]] recording session during which user actions are stored in a FreeCAD macro, a file with the {{FileName|.FCMacro}} extension. A macro can later be replayed, executed, to repeat the recorded actions.
The '''Std DlgMacroRecord''' command starts a [[Macros|macro]] recording session during which user actions are stored in a FreeCAD macro, a file with the {{FileName|.FCMacro}} extension. A macro can later be replayed, executed, to repeat the recorded actions.
Line 27: Line 28:
{{Caption|The Macro recording dialog box}}
{{Caption|The Macro recording dialog box}}


==Usage==
<span id="Usage"></span>
==Применение==


# There are several ways to invoke the command:
# There are several ways to invoke the command:
Line 37: Line 39:
# The {{Button|Stop}} button does not work at this time.
# The {{Button|Stop}} button does not work at this time.
# Press the {{Button|Record}} button to close the dialog box and start the recording session.
# Press the {{Button|Record}} button to close the dialog box and start the recording session.
# The button image of the command changes to {{Button|[[Image:Std_MacroStopRecord.svg|16px]]}} and the menu text changes to {{MenuCommand|Stop macro recording}}.
# Perform the actions you want to record.
# Perform the actions you want to record.
# To end the recording session do one of the following:
# To end the recording session do one of the following:
#* Press the {{Button|[[Image:Std_MacroStopRecord.svg|16px]] [[Std_MacroStopRecord|Std MacroStopRecord]]}} button.
#* Press the {{Button|[[Image:Std_MacroStopRecord.svg|16px]] [[Std_DlgMacroRecord|Std DlgMacroRecord]]}} button.
#* Select the {{MenuCommand|Macro → [[Image:Std_MacroStopRecord.svg|16px]] Stop macro recording}} option from the menu.
#* Select the {{MenuCommand|Macro → [[Image:Std_MacroStopRecord.svg|16px]] Stop macro recording}} option from the menu.


==Options==
<span id="Options"></span>
==Опции==


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


==Notes==
<span id="Notes"></span>
==Примечания==


* To execute the recorded macro use the [[Std_DlgMacroExecute|Std DlgMacroExecute]] command.
* To execute the recorded macro use the [[Std_DlgMacroExecute|Std DlgMacroExecute]] command.
* To learn more about macros see the [[Macros]] page.
* To learn more about macros see the [[Macros]] page.


==Preferences==
<span id="Preferences"></span>
==Настройки==


* The macro path can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → General → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].
* The macro path can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → Python → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].
* In most cases it is undesirable to record actions that do not change the model: under {{MenuCommand|Edit → Preferences... → General → Macro → GUI commands}} do one of the following:
* In most cases it is undesirable to record actions that do not change the model: under {{MenuCommand|Edit → Preferences... → Python → Macro → GUI commands}} do one of the following:
** To exclude these actions uncheck the {{CheckBox|FALSE|Record GUI commands}} checkbox.
** To exclude these actions uncheck the {{CheckBox|FALSE|Record GUI commands}} checkbox.
** To include them as comments only check both the {{CheckBox|TRUE|Record GUI commands}} and {{CheckBox|TRUE|Record as comment}} checkboxes.
** To include them as comments only check both the {{CheckBox|TRUE|Record GUI commands}} and {{CheckBox|TRUE|Record as comment}} checkboxes.



{{Docnav
<div class="mw-translate-fuzzy">
{{Docnav/ru
|
|
|[[Std_MacroStopRecord|MacroStopRecord]]
|[[Std_MacroStopRecord/ru|Команда "Остановить запись макроса"]]
|[[Std_Macro_Menu|Std Macro Menu]]
|[[Std_Macro_Menu/ru|Меню "Макросы"]]
|
|
|IconR=Std_MacroStopRecord.svg
|IconR=Std_MacroStopRecord.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 08:18, 10 October 2023

Other languages:

Запись макроса...

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

Описание

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

Применение

  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. The button image of the command changes to and the menu text changes to Stop macro recording.
  8. Perform the actions you want to record.
  9. To end the recording session do one of the following:
    • Press the Std DlgMacroRecord button.
    • Select the Macro → Stop macro recording option from the menu.

Опции

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

Примечания

Настройки

  • The macro path can also be changed in the preferences: Edit → Preferences... → Python → Macro → Macro path. See Preferences Editor.
  • In most cases it is undesirable to record actions that do not change the model: under Edit → Preferences... → Python → 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.