X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Frepresentation.rst;h=2fa6b257d62ffdfb428080791b6b154aca49d7a2;hb=2967c6bab119215c635eb87184be1a69ed82d9f5;hp=c7a2226ec2714f0541384b50fbb862a4ae50a149;hpb=b797825313f7af9fd691d137c7c6df4950e7de2c;p=modules%2Fyacs.git diff --git a/doc/representation.rst b/doc/representation.rst old mode 100755 new mode 100644 index c7a2226ec..2fa6b257d --- a/doc/representation.rst +++ b/doc/representation.rst @@ -68,3 +68,18 @@ in the toolbar :ref:`edition_toolbar`. To force links computation, use the **com The user can change the links representation with the options **simplify links** which tries to make the links as direct as possible with a slight CPU cost and **separate links** which tries to avoid links superposition with again a CPU cost. +.. _shrink_expand_nodes: + +Shrink/Expand nodes +------------------- +This functionality allows folding/unfolding any node(s) in order to decrease the schema size. +It can be useful if user deals with a large schema that contains a lot of number of nodes. + +There are 3 possible ways to make the schema more compact: + ++ call **shrink/expand** context menu or **double mouse click** on any node to fold/unfold this node; + ++ call **shrink/expand children** context menu or **Ctrl + double mouse click** on any composed node to fold/unfold all direct children nodes of selected node; + ++ call **shrink/expand elementary** context menu or **Ctrl + Shift + double mouse click** on any composed node to fold/unfold all elementary nodes of selected node recursively. +