Std WhatsThis/ru: Difference between revisions

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


{{Docnav
{{Docnav/ru
|[[Std_About|About]]
|[[Std_About/ru|Команда "О FreeCAD"]]
|
|
|[[Std_Help_Menu|Std Help Menu]]
|[[Std_Help_Menu/ru|Меню "Справка"]]
|IconL=Std_About.svg
|IconL=Std_About.svg
|IconR=
|IconR=
Line 21: Line 21:
</div>
</div>


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


The '''Std WhatsThis''' command opens the help documentation for a specified command.
The '''Std WhatsThis''' command opens the help documentation for a specific command.


Since FreeCAD version 0.20 this command and the Help system are managed by a separate Help Module. For versions 0.20 and 0.21 this module is an [https://github.com/FreeCAD/FreeCAD-Help addon] that must be [[Std_AddonMgr|installed]] separately. In later versions the Help Module is integrated in FreeCAD.
==Usage==

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


# There are several ways to invoke the command:
# There are several ways to invoke the command:
Line 31: Line 35:
#* Select the {{MenuCommand|Help → [[Image:Std_WhatsThis.svg|16px]] What's This?}} option from the menu.
#* Select the {{MenuCommand|Help → [[Image:Std_WhatsThis.svg|16px]] What's This?}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Shift}}+{{KEY|F1}}.
#* Use the keyboard shortcut: {{KEY|Shift}}+{{KEY|F1}}.
# Click on a toolbar button or on a menu option.
# Click a toolbar button or a menu option.
# The help documentation for the selected command opens in a new window.
# The help documentation for the selected command opens.


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


* The Help system has a number of preferences. See [[Preferences_Editor#Help|Preferences Editor]].
* Some commands are not documented, in that case the offline help will open on a blank page and report that the page could not be found.
* The documentation is based on Qt compiled HTML pages. For it to launch Qt Assistant must be installed.
* On Debian/Ubuntu and possibly other Linux systems, the offline documentation may need to be installed separately. The package is named {{FileName|freecad-doc}}, or {{FileName|freecad-daily-doc}} (for the freecad-daily PPA). See [[Installing_Helpfile|Installing Helpfile]].


Read this post to understand how the commands must be named in the code to match the help pages in the wiki.
* [https://forum.freecadweb.org/viewtopic.php?t=27265 Bunch of TechDraw pages don't have the correct name]


{{Docnav
{{Docnav/ru
|[[Std_About|About]]
|[[Std_About/ru|Команда "О FreeCAD"]]
|
|
|[[Std_Help_Menu|Std Help Menu]]
|[[Std_Help_Menu/ru|Меню "Справка"]]
|IconL=Std_About.svg
|IconL=Std_About.svg
|IconR=
|IconR=
Line 54: Line 55:
{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 23:43, 27 October 2023

Std WhatsThis

Системное название
Std WhatsThis
Расположение в меню
Справка → Что это?
Верстаки
All
Быстрые клавиши
Shift + F1
Представлено в версии
-
См. также
Online help, User hub, Help menu

Описание

The Std WhatsThis command opens the help documentation for a specific command.

Since FreeCAD version 0.20 this command and the Help system are managed by a separate Help Module. For versions 0.20 and 0.21 this module is an addon that must be installed separately. In later versions the Help Module is integrated in FreeCAD.

Применение

  1. There are several ways to invoke the command:
    • Press the Std WhatsThis button.
    • Select the Help → What's This? option from the menu.
    • Use the keyboard shortcut: Shift+F1.
  2. Click a toolbar button or a menu option.
  3. The help documentation for the selected command opens.

Примечания