Std TreeCollapseDocument: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:1-->
{{Docnav
{{Docnav
|[[Std_TreeMultiDocument|Std TreeMultiDocument]]
|[[Std_TreeMultiDocument|TreeMultiDocument]]
|[[Std_TreeDrag|Std TreeDrag]]
|[[Std_TreeDrag|TreeDrag]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_TreeMultiDocument.svg
|IconL=Std_TreeMultiDocument.svg
Line 14: Line 12:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Std TreeCollapseDocument
|Name=Std TreeCollapseDocument
|MenuLocation=View → TreeView actions → Collapse/Expand
|MenuLocation=View → TreeView actions → Collapse/Expand
|Workbenches=All
|Workbenches=All
|Version=0.19
|SeeAlso=[[Std_TreeSingleDocument|Std TreeSingleDocument]], [[Std_TreeMultiDocument|Std TreeMultiDocument]]
|SeeAlso=[[Std_TreeSingleDocument|Std TreeSingleDocument]], [[Std_TreeMultiDocument|Std TreeMultiDocument]]
}}
}}


==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.
# There are several ways to invoke the command:
#* Click on the black down arrow to the right of the {{Button|[[Image:Std_TreeSyncView.svg|16px]]}} button and select the {{MenuCommand|Collapse/Expand}} option from the flyout. Note: the button image will change depending on the selected option.
#* 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|TreeMultiDocument]]
|[[Std_TreeDrag|Std TreeDrag]]
|[[Std_TreeDrag|TreeDrag]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=Std_TreeMultiDocument.svg
|IconL=Std_TreeMultiDocument.svg

Latest revision as of 20:49, 22 December 2020

Std TreeCollapseDocument

Menu location
View → TreeView actions → Collapse/Expand
Workbenches
All
Default shortcut
None
Introduced in version
0.19
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. There are several ways to invoke the command:
    • Click on the black down arrow to the right of the button and select the Collapse/Expand option from the flyout. Note: the button image will change depending on the selected option.
    • 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.