Std TreeCollapseDocument: Difference between revisions

From FreeCAD Documentation
(Removed 'In Progress'.)
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
{{Docnav
{{Docnav
|[[Std_TreeMultiDocument|Std TreeMultiDocument]]
|[[Std_TreeMultiDocument|Std TreeMultiDocument]]
Line 11: Line 12:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Std TreeCollapseDocument
|Name=Std TreeCollapseDocument
Line 18: Line 20:
}}
}}


==Description==
==Description== <!--T:3-->


<!--T:4-->
The '''Std TreeCollapseDocument''' command switches the [[Tree_view|Tree view]] DocumentMode to CollapseDocument. In this mode activating a document’s [[3D_view|3D view]] will automatically expand that document in the Tree view and collapse all other documents. The other modes are [[Std_TreeSingleDocument|SingleDocument]] and [[Std_TreeMultiDocument|MultiDocument]].
The '''Std TreeCollapseDocument''' command switches the [[Tree_view|Tree view]] DocumentMode to CollapseDocument. In this mode activating a document’s [[3D_view|3D view]] will automatically expand that document in the Tree view and collapse all other documents. The other modes are [[Std_TreeSingleDocument|SingleDocument]] and [[Std_TreeMultiDocument|MultiDocument]].


==Usage==
==Usage== <!--T:5-->


<!--T:6-->
# Select the {{MenuCommand|View → TreeView actions → [[Image:Std_TreeCollapseDocument.svg|16px]] Collapse/Expand}} option from the menu.
# Select the {{MenuCommand|View → TreeView actions → [[Image:Std_TreeCollapseDocument.svg|16px]] Collapse/Expand}} option from the menu.


==Preferences==
==Preferences== <!--T:7-->


<!--T:8-->
The Tree view DocumentMode mode is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → TreeView → DocumentMode}}. It is an integer value. Possible values are {{incode|0}} (SingleDocument), {{incode|1}} (MultiDocument) or {{incode|2}} (CollapseDocument). The default is {{incode|2}}.
The Tree view DocumentMode mode is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → TreeView → DocumentMode}}. It is an integer value. Possible values are {{incode|0}} (SingleDocument), {{incode|1}} (MultiDocument) or {{incode|2}} (CollapseDocument). The default is {{incode|2}}.


<!--T:9-->
{{Docnav
{{Docnav
|[[Std_TreeMultiDocument|Std TreeMultiDocument]]
|[[Std_TreeMultiDocument|Std TreeMultiDocument]]

Revision as of 11:42, 14 April 2020

Std TreeCollapseDocument

Menu location
View → TreeView actions → Collapse/Expand
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std TreeSingleDocument, Std TreeMultiDocument

Description

The Std TreeCollapseDocument command switches the Tree view DocumentMode to CollapseDocument. In this mode activating a document’s 3D view will automatically expand that document in the Tree view and collapse all other documents. The other modes are SingleDocument and MultiDocument.

Usage

  1. Select the View → TreeView actions → Collapse/Expand option from the menu.

Preferences

The Tree view DocumentMode mode is stored: Tools → Edit parameters... → BaseApp → Preferences → TreeView → DocumentMode. It is an integer value. Possible values are 0 (SingleDocument), 1 (MultiDocument) or 2 (CollapseDocument). The default is 2.