diff options
| author | Laurent Redor | 2016-08-10 08:57:45 +0000 |
|---|---|---|
| committer | Laurent Redor | 2016-08-12 16:04:53 +0000 |
| commit | 2af84586f4ffb8a7ab8c9a6a319378a2d14cc005 (patch) | |
| tree | 2c28b563a6c9faa44986070e5bb6c47546ecd943 | |
| parent | 6cf0af74062f03be118eeadebe47308acea8eab6 (diff) | |
| download | org.eclipse.sirius-2af84586f4ffb8a7ab8c9a6a319378a2d14cc005.tar.gz org.eclipse.sirius-2af84586f4ffb8a7ab8c9a6a319378a2d14cc005.tar.xz org.eclipse.sirius-2af84586f4ffb8a7ab8c9a6a319378a2d14cc005.zip | |
[444569] Change shortcut for "Reset Origin" action
The shortcut "Ctrl+&" is not displayed on Windows menu (only "Ctrl+" is
displayed). So the shortcut has been replaced by "Ctrl+HOME".
Bug: 444569
Change-Id: I161a69ad0f9422dc263f76ebdfaf6925c1420ed1
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
5 files changed, 39 insertions, 14 deletions
diff --git a/plugins/org.eclipse.sirius.diagram.ui/plugin.xml b/plugins/org.eclipse.sirius.diagram.ui/plugin.xml index 36e05e527d..25972b5930 100644 --- a/plugins/org.eclipse.sirius.diagram.ui/plugin.xml +++ b/plugins/org.eclipse.sirius.diagram.ui/plugin.xml @@ -1007,7 +1007,7 @@ commandId="org.eclipse.sirius.diagram.ui.resetOrigin" contextId="org.eclipse.sirius.diagram.ui.diagramContext" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" - sequence="M1+&"> + sequence="M1+HOME"> </key> </extension> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index 5d9a48fa6e..1b1008d4b4 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -13,11 +13,19 @@ <a href="#ReleaseNotesforSirius">Release Notes for Sirius</a> <ol style="list-style: disc;"> <li> - <a href="#sirius4.0.0">Changes in Sirius 4.0.0</a> + <a href="#sirius4.0.1">Changes in Sirius 4.0.1</a> <ol style="list-style: disc;"> <li> <a href="#UserVisibleChanges">User-Visible Changes</a> </li> + </ol> + </li> + <li> + <a href="#sirius4.0.0">Changes in Sirius 4.0.0</a> + <ol style="list-style: disc;"> + <li> + <a href="#UserVisibleChanges2">User-Visible Changes</a> + </li> <li> <a href="#SpecifierVisibleChanges">Specifier-Visible Changes</a> </li> @@ -30,7 +38,7 @@ <a href="#sirius3.1.0">Changes in Sirius 3.1.0</a> <ol style="list-style: disc;"> <li> - <a href="#UserVisibleChanges2">User-Visible Changes</a> + <a href="#UserVisibleChanges3">User-Visible Changes</a> </li> <li> <a href="#SpecifierVisibleChanges2">Specifier-Visible Changes</a> @@ -44,7 +52,7 @@ <a href="#sirius3.0.0">Changes in Sirius 3.0.0</a> <ol style="list-style: disc;"> <li> - <a href="#UserVisibleChanges3">User-Visible Changes</a> + <a href="#UserVisibleChanges4">User-Visible Changes</a> </li> <li> <a href="#SpecifierVisibleChanges3">Specifier-Visible Changes</a> @@ -58,7 +66,7 @@ <a href="#sirius2.0.0">Changes in Sirius 2.0.0</a> <ol style="list-style: disc;"> <li> - <a href="#UserVisibleChanges4">User-Visible Changes</a> + <a href="#UserVisibleChanges5">User-Visible Changes</a> </li> <li> <a href="#SpecifierVisibleChanges4">Specifier-Visible Changes</a> @@ -74,9 +82,20 @@ <p>This document contains the release notes for recent major releases of Sirius. See also <a href="Release_Notes_Previous.html">the release notes from previous versions</a> for details about older releases. </p> - <h2 id="sirius4.0.0">Changes in Sirius 4.0.0</h2> + <h2 id="sirius4.0.1">Changes in Sirius 4.0.1</h2> <h3 id="UserVisibleChanges">User-Visible Changes</h3> <ul> + <li><span class="label label-info">Modified</span> The shortcut + <em>Ctrl+&</em>, for + <a href="./user/diagrams/Diagrams.html#reset_origin"> + <em>Reset Origin</em> + </a> action, has been replaced by + <em>Ctrl+HOME</em>. + </li> + </ul> + <h2 id="sirius4.0.0">Changes in Sirius 4.0.0</h2> + <h3 id="UserVisibleChanges2">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 @@ -557,7 +576,7 @@ </li> </ul> <h2 id="sirius3.1.0">Changes in Sirius 3.1.0</h2> - <h3 id="UserVisibleChanges2">User-Visible Changes</h3> + <h3 id="UserVisibleChanges3">User-Visible Changes</h3> <ul> <li><span class="label label-success">Added</span> A new feature allows to snap to all shapes (instead of just to snap to sibling shapes). The <kdb>F4</kdb> shortcut key activates this mode when you resize a node, move a node or move a bendpoint of an edge, see <a href="./user/diagrams/Diagrams.html#snap_to_shapes">the documentation</a> for details. @@ -1101,7 +1120,7 @@ </li> </ul> <h2 id="sirius3.0.0">Changes in Sirius 3.0.0</h2> - <h3 id="UserVisibleChanges3">User-Visible Changes</h3> + <h3 id="UserVisibleChanges4">User-Visible Changes</h3> <ul> <li><span class="label label-success">Added</span> The ability to print table representations has been re-introduced.</li> <li><span class="label label-success">Added</span> The quick outline feature has been added for tree and table editors, see documentation for details.</li> @@ -2051,7 +2070,7 @@ <code>org.eclipse.sirius.xxx.ui.ext</code>, allowing them not have all that functionalities they may not want. </p> <h2 id="sirius2.0.0">Changes in Sirius 2.0.0</h2> - <h3 id="UserVisibleChanges4">User-Visible Changes</h3> + <h3 id="UserVisibleChanges5">User-Visible Changes</h3> <ul> <li>It is now possible to select element that intersects the selection rectangle and not that is completely contained by the selection rectangle. This new behavior is enabled when user selects elements from right to left. The normal mode (previous mode) remains when the user selects elements from left to right.</li> <li>The edges appearance is now kept, as much as possible, when one of its extremity is moved. A move of an extremity should move only the closest segment of the edge.</li> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index cd109af5f6..c56503535e 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -4,6 +4,12 @@ h1. Release Notes for Sirius This document contains the release notes for recent major releases of Sirius. See also "the release notes from previous versions":Release_Notes_Previous.html for details about older releases. +h2(#sirius4.0.1). Changes in Sirius 4.0.1 + +h3. User-Visible Changes + +* <span class="label label-info">Modified</span> The shortcut _Ctrl+&_, for "_Reset Origin_":./user/diagrams/Diagrams.html#reset_origin action, has been replaced by _Ctrl+HOME_. + h2(#sirius4.0.0). Changes in Sirius 4.0.0 h3. User-Visible Changes 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 0c728fcf4c..df3c33667f 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html @@ -41,7 +41,7 @@ <a href="#distribute">Distribute elements</a> </li> <li> - <a href="#ResetDiagramorContainerOrigin">Reset Diagram or Container Origin</a> + <a href="#reset_origin">Reset Diagram or Container Origin</a> </li> <li> <a href="#Hidingelements">Hiding elements</a> @@ -357,8 +357,8 @@ <li>the first shape is the highest one (with its center at the minimum y coordinate). If several shapes are aligned on middle, the leftmost one is the first.</li> <li>the last shape is the lowest one (with the bottom side with the maximum y coordinate). If several shapes are aligned by middle, the rightmost one is the last.</li> </ul> - <h3 id="ResetDiagramorContainerOrigin">Reset Diagram or Container Origin</h3> - <p>This action is available within the diagram or containers contextual menu (“Reset Origin”) or via “M1” + “&” shortcut. + <h3 id="reset_origin">Reset Diagram or Container Origin</h3> + <p>This action is available within the diagram or containers contextual menu (“Reset Origin”) or via “M1” + “HOME” shortcut. <br/>The diagram (or container) bounds (the rectangle formed by the highest, the leftmost, the lowest and the rightmost elements) can have a negative origin or can be shifted toward the bottom-right with a blank zone at the top-left. <br/>This action aims to move all diagram (or container) elements so that the diagram (or container) retrieves its origin while keeping the element layout. </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 1c8b2cf72b..b9a1d10287 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile @@ -188,9 +188,9 @@ For vertical centered distribution: * the first shape is the highest one (with its center at the minimum y coordinate). If several shapes are aligned on middle, the leftmost one is the first. * the last shape is the lowest one (with the bottom side with the maximum y coordinate). If several shapes are aligned by middle, the rightmost one is the last. -h3. Reset Diagram or Container Origin +h3(#reset_origin). Reset Diagram or Container Origin -This action is available within the diagram or containers contextual menu ("Reset Origin") or via "M1" + "&" shortcut. +This action is available within the diagram or containers contextual menu ("Reset Origin") or via "M1" + "HOME" shortcut. The diagram (or container) bounds (the rectangle formed by the highest, the leftmost, the lowest and the rightmost elements) can have a negative origin or can be shifted toward the bottom-right with a blank zone at the top-left. This action aims to move all diagram (or container) elements so that the diagram (or container) retrieves its origin while keeping the element layout. |
