Std TreeCollapseDocument/pl: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "{{GuiCommand/pl |Name=Std TreeCollapseDocument |Name/pl=Std: Przeciąganie w widoku drzewa |MenuLocation=Widok → Akcje widoku drzewa → Rozpocznij przeciąganie |Workbenche...")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/pl
|Name=Std TreeCollapseDocument
|Name=Std TreeCollapseDocument
|Name/pl=Std: Przeciąganie w widoku drzewa
|MenuLocation=View → TreeView actions → Collapse/Expand
|MenuLocation=Widok → Akcje widoku drzewa → Rozpocznij przeciąganie
|Workbenches=All
|Workbenches=wszystkie
|Version=0.19
|Version=0.19
|SeeAlso=[[Std_TreeSingleDocument|Std TreeSingleDocument]], [[Std_TreeMultiDocument|Std TreeMultiDocument]]
|SeeAlso=[[Std_TreeSingleDocument/pl|Jeden dokument]], [[Std_TreeMultiDocument/pl|Wiele dokumentów]]
}}
}}



Revision as of 12:45, 13 September 2022

Std: Przeciąganie w widoku drzewa

Lokalizacja w menu
Widok → Akcje widoku drzewa → Rozpocznij przeciąganie
Środowisko pracy
wszystkie
Domyślny skrót
brak
Wprowadzono w wersji
0.19
Zobacz także
Jeden dokument, Wiele dokumentów

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.