Std TreeSingleDocument: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 23: Line 23:
==Description==
==Description==


The '''Std TreeSingleDocument''' command switches the [[Tree_view|Tree view]] document mode to 'TreeSingleDocument'. In this mode only a single document is visible in the Tree view. The other document modes are '[[Std_TreeMultiDocument|TreeMultiDocument]]' and '[[Std_TreeCollapseDocument|TreeCollapseDocument]]'.
The '''Std TreeSingleDocument''' command switches the [[Tree_view|Tree view]] DocumentMode to SingleDocument. In this mode only a single document is visible in the Tree view. The other modes are [[Std_TreeMultiDocument|MultiDocument]] and [[Std_TreeCollapseDocument|CollapseDocument]].


In 'TreeSingleDocument' mode you can switch to a different document by activating a 3D view belonging to that document. You can do this in the [[Main_view_area|Main view area]] or in the {{MenuCommand|Windows}} menu.
In SingleDocument mode you can switch to a different document by activating a 3D view belonging to that document. You can do this in the [[Main_view_area|Main view area]] or in the {{MenuCommand|Windows}} menu.


==Usage==
==Usage==


# Select the {{MenuCommand|View → TreeView actions → [[Image:Std_TreeSingleDocument.svg|16px]] Single document}} option from the menu.
# Select the {{MenuCommand|View → TreeView actions → [[Image:Std_TreeSingleDocument.svg|16px]] Single document}} option from the menu.

==Preferences==

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}}.


{{Docnav
{{Docnav

Revision as of 10:01, 13 April 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std TreeSingleDocument

Menu location
View → TreeView actions → Single document
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std TreeMultiDocument, Std TreeCollapseDocument

Description

The Std TreeSingleDocument command switches the Tree view DocumentMode to SingleDocument. In this mode only a single document is visible in the Tree view. The other modes are MultiDocument and CollapseDocument.

In SingleDocument mode you can switch to a different document by activating a 3D view belonging to that document. You can do this in the Main view area or in the Windows menu.

Usage

  1. Select the View → TreeView actions → Single document 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.