Std DlgMacroExecute/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 18: Line 18:
}}
}}


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


Line 25: Line 26:
{{Caption|The Execute macro dialog box}}
{{Caption|The Execute macro dialog box}}


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


Line 32: Line 34:
# The Execute macro dialog box opens. See [[#Options|Options]].
# The Execute macro dialog box opens. See [[#Options|Options]].


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


<span id="User_macros"></span>
===Пользовательские макросы===
===Пользовательские макросы===


Line 40: Line 44:
# The name of the selected macro will appear in the '''Macro name''' box.
# The name of the selected macro will appear in the '''Macro name''' box.


<span id="System_macros"></span>
===Системные макросы===
===Системные макросы===


: The '''System macros''' tab is not used at this time.
: The '''System macros''' tab is not used at this time.


<span id="User_macros_location"></span>
===Расположение пользовательских макросов===
===Расположение пользовательских макросов===


Line 49: Line 55:
# Browse to a different folder and select it.
# Browse to a different folder and select it.


<span id="Execute"></span>
===Выполнить===
===Выполнить===


Line 57: Line 64:
# The macro is executed.
# The macro is executed.


<span id="Close"></span>
===Закрыть===
===Закрыть===


# Нажмите {{KEY|Esc}} или кнопку {{Button|Закрыть}}, чтобы закрыть диалоговое окно.
# Нажмите {{KEY|Esc}} или кнопку {{Button|Закрыть}}, чтобы закрыть диалоговое окно.


<span id="Create"></span>
===Создать===
===Создать===


Line 69: Line 78:
# The new file is opened in the Macro editor.
# The new file is opened in the Macro editor.


<span id="Delete"></span>
===Удалить===
===Удалить===


Line 75: Line 85:
# Press the {{Button|Yes}} button in the confirmation dialog box that pops up.
# Press the {{Button|Yes}} button in the confirmation dialog box that pops up.


<span id="Edit"></span>
===Редактировать===
===Редактировать===


Line 82: Line 93:
# The selected file is opened in the Macro editor.
# The selected file is opened in the Macro editor.


<span id="Rename"></span>
===Переименовать===
===Переименовать===


Line 89: Line 101:
# Press {{KEY|Enter}} or the {{Button|OK}} button.
# Press {{KEY|Enter}} or the {{Button|OK}} button.


<span id="Duplicate"></span>
===Дублировать===
===Дублировать===


Line 96: Line 109:
# Press {{KEY|Enter}} or the {{Button|OK}} button.
# Press {{KEY|Enter}} or the {{Button|OK}} button.


<span id="Toolbar"></span>
===Панель инструментов===
===Панель инструментов===


Line 102: Line 116:
# Two 'walkthrough' dialogs will guide you through the required steps. See [[Interface_Customization|Interface Customization]] for more information.
# Two 'walkthrough' dialogs will guide you through the required steps. See [[Interface_Customization|Interface Customization]] for more information.


<span id="Addons"></span>
===Дополнения===
===Дополнения===


# Press the {{Button|Addons...}} button to start the [[Std_AddonMgr|Addon manager]].
# Press the {{Button|Addons...}} button to start the [[Std_AddonMgr|Addon manager]].


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


* To learn more about macros see the [[Macros]] page.
* To learn more about macros see the [[Macros]] page.


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


* The user macros location can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → General → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].
* The user macros location can also be changed in the preferences: {{MenuCommand|Edit → Preferences... → Python → Macro → Macro path}}. See [[Preferences_Editor#Macro|Preferences Editor]].



{{Docnav/ru
{{Docnav/ru
Line 125: Line 143:
{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 19:31, 21 April 2023

Other languages:

Макрос

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

Описание

The Std DlgMacroExecute command opens the Execute macro dialog box. From this dialog box macros can be executed, edited and managed.

The Execute macro dialog box

Применение

  1. There are several ways to invoke the command:
  2. The Execute macro dialog box opens. See Options.

Опции

Пользовательские макросы

  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.

Системные макросы

The System macros tab is not used at this time.

Расположение пользовательских макросов

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

Выполнить

  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.

Закрыть

  1. Нажмите Esc или кнопку Закрыть, чтобы закрыть диалоговое окно.

Создать

  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.

Удалить

  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.

Редактировать

  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.

Переименовать

  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.

Дублировать

  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.

Панель инструментов

  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.

Дополнения

  1. Press the Addons... button to start the Addon manager.

Примечания

  • To learn more about macros see the Macros page.

Настройки

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