diff options
| author | Laurent Fasani | 2016-04-25 15:59:40 +0000 |
|---|---|---|
| committer | Pierre-Charles David | 2016-05-04 08:14:15 +0000 |
| commit | d11a548d11389c78586349f5071b0229b33725f1 (patch) | |
| tree | 898d268df8bde900b38262e2ed0fdd87d036b82a | |
| parent | b66f2dabc0c2744941bb46f8e9eaa2a67370f166 (diff) | |
| download | org.eclipse.sirius-d11a548d11389c78586349f5071b0229b33725f1.tar.gz org.eclipse.sirius-d11a548d11389c78586349f5071b0229b33725f1.tar.xz org.eclipse.sirius-d11a548d11389c78586349f5071b0229b33725f1.zip | |
[491208] Add documentation
Bug: 491208
Change-Id: Iaf065269c7ed264e5b714b95d386591d4571ff99
Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
6 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.doc/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.sirius.doc/.settings/org.eclipse.core.resources.prefs index a9699cba84..9b3f1b271e 100644 --- a/plugins/org.eclipse.sirius.doc/.settings/org.eclipse.core.resources.prefs +++ b/plugins/org.eclipse.sirius.doc/.settings/org.eclipse.core.resources.prefs @@ -8,6 +8,7 @@ encoding//doc/specifier/general/Colors.html=utf-8 encoding//doc/specifier/general/Introduction.html=utf-8 encoding//doc/specifier/general/Model_Operations.html=utf-8 encoding//doc/specifier/general/Writing_Queries.html=utf-8 +encoding//doc/user/diagrams/Diagrams.html=UTF-8 encoding//specs/archived/435507_SnapToGridForCreation/435507.html=utf-8 encoding//specs/archived/437097-moveEdgeClosestSegmentWhenMovingNode/437097-moveEdgeClosestSegmentWhenMovingNode.html=utf-8 encoding//specs/archived/441090_ResizeNodeWithoutModifyingContainedElementsLocation/441090.html=utf-8 diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index 92292898dc..accbb52640 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -89,6 +89,7 @@ <h3 id="UserVisibleChanges">User-Visible Changes</h3> <ul> <li><span class="label label-success">Added</span> The user can now filter elements according to a Typed variable (String, Integer, EEnum or any EDataType). If a user applies a filter containing Typed Variables, a dialog is displayed to allow user entering the Typed Variable values. That values can be used as variables in the Condition Expression of the Variable Filter.</li> + <li><span class="label label-success">Added</span> When the diagram is larger than the editor, you can move it in all directions pressing the middle-button and dragging the mouse (keeping the button pressed).</li> <li><span class="label label-info">Modified</span> Now if an object is locked and cannot be modified according to <code>IPermissionAuthority</code>, the properties view will not be editable if this locked object is selected from the Model Explorer view. </li> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index 8fdaaa5fe4..76ac1bf627 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -9,6 +9,7 @@ h2(#sirius4.0.0). Changes in Sirius 4.0.0 h3. User-Visible Changes * <span class="label label-success">Added</span> The user can now filter elements according to a Typed variable (String, Integer, EEnum or any EDataType). If a user applies a filter containing Typed Variables, a dialog is displayed to allow user entering the Typed Variable values. That values can be used as variables in the Condition Expression of the Variable Filter. +* <span class="label label-success">Added</span> When the diagram is larger than the editor, you can move it in all directions pressing the middle-button and dragging the mouse (keeping the button pressed). * <span class="label label-info">Modified</span> Now if an object is locked and cannot be modified according to @IPermissionAuthority@, the properties view will not be editable if this locked object is selected from the Model Explorer view. * <span class="label label-info">Modified</span> When trying to reconnect an edge end on another edge, the edge is now highlighted only if a reconnect tool is found (the precondition of the tool is not tested here). * <span class="label label-info">Modified</span> List items now have the same margin whichever their parent is a simple list or a compartmentalized list. The margin in compartmentalized list was incorrectly set to 0 pixel. diff --git a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html index 9193856939..0c728fcf4c 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html @@ -26,6 +26,9 @@ <a href="#ManagingDiagrams">Managing Diagrams</a> </li> <li> + <a href="#Movingthediagram">Moving the diagram</a> + </li> + <li> <a href="#Resizingelements">Resizing elements</a> </li> <li> @@ -221,6 +224,9 @@ <br/> <img border="0" src="images/snap_to_all_shapes_2.png"/> </p> + <h3 id="Movingthediagram">Moving the diagram</h3> + <p>When the diagram is larger than the editor area, you can move it in all directions by pressing the middle-button and dragging the mouse (keeping the button pressed).</p> + <p><video height="240" src="videos/moveInAllDirections.mp4" target="_self" autoplay="autoplay" loop="loop"></video></p> <h3 id="Resizingelements">Resizing elements</h3> <p>If the specifier has authorized it, it is possible to resize a shape by dragging them until they are the size that you want.</p> <p>There are specific shortcuts to change the resize behavior:</p> diff --git a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile index 202d15c555..1c8b2cf72b 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile @@ -68,6 +68,12 @@ By pressing the <kdb>F4</kdb> shortcut key, it is possible to temporarily enable !images/snap_to_all_shapes.png! !images/snap_to_all_shapes_2.png! +h3. Moving the diagram + +When the diagram is larger than the editor area, you can move it in all directions by pressing the middle-button and dragging the mouse (keeping the button pressed). + +<video height="240" src="videos/moveInAllDirections.mp4" target="_self" autoplay="autoplay" loop="loop"></video> + h3. Resizing elements If the specifier has authorized it, it is possible to resize a shape by dragging them until they are the size that you want. diff --git a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/videos/moveInAllDirections.mp4 b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/videos/moveInAllDirections.mp4 Binary files differnew file mode 100644 index 0000000000..b6fb8a368e --- /dev/null +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/videos/moveInAllDirections.mp4 |
