diff options
| author | Laurent Redor | 2016-08-10 08:57:45 +0000 |
|---|---|---|
| committer | Laurent Redor | 2016-08-12 14:22:22 +0000 |
| commit | 5b4fd441eaa84d564a3bb011cde0abf149abec1b (patch) | |
| tree | 0c43a42deb8f3b1217f76ce0a197cae18db20457 | |
| parent | 0d848bb89b763095158f437b982d4f462af084a1 (diff) | |
| download | org.eclipse.sirius-5b4fd441eaa84d564a3bb011cde0abf149abec1b.tar.gz org.eclipse.sirius-5b4fd441eaa84d564a3bb011cde0abf149abec1b.tar.xz org.eclipse.sirius-5b4fd441eaa84d564a3bb011cde0abf149abec1b.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, 33 insertions, 16 deletions
diff --git a/plugins/org.eclipse.sirius.diagram.ui/plugin.xml b/plugins/org.eclipse.sirius.diagram.ui/plugin.xml index eba7d29f27..cbcf009734 100644 --- a/plugins/org.eclipse.sirius.diagram.ui/plugin.xml +++ b/plugins/org.eclipse.sirius.diagram.ui/plugin.xml @@ -980,7 +980,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 3bf7989e5c..67bc9035c9 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -16,6 +16,9 @@ <a href="#sirius3.1.6">Changes in Sirius 3.1.6</a> <ol style="list-style: disc;"> <li> + <a href="#UserVisibleChanges">User-Visible Changes</a> + </li> + <li> <a href="#SpecifierVisibleChanges">Specifier-Visible Changes</a> </li> </ol> @@ -24,7 +27,7 @@ <a href="#sirius3.1.5">Changes in Sirius 3.1.5</a> <ol style="list-style: disc;"> <li> - <a href="#UserVisibleChanges">User-Visible Changes</a> + <a href="#UserVisibleChanges2">User-Visible Changes</a> </li> </ol> </li> @@ -32,7 +35,7 @@ <a href="#sirius3.1.3">Changes in Sirius 3.1.3</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> @@ -57,7 +60,7 @@ <a href="#sirius3.1.0">Changes in Sirius 3.1.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="#SpecifierVisibleChanges4">Specifier-Visible Changes</a> @@ -71,7 +74,7 @@ <a href="#sirius3.0.0">Changes in Sirius 3.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="#SpecifierVisibleChanges5">Specifier-Visible Changes</a> @@ -85,7 +88,7 @@ <a href="#sirius2.0.0">Changes in Sirius 2.0.0</a> <ol style="list-style: disc;"> <li> - <a href="#UserVisibleChanges5">User-Visible Changes</a> + <a href="#UserVisibleChanges6">User-Visible Changes</a> </li> <li> <a href="#SpecifierVisibleChanges6">Specifier-Visible Changes</a> @@ -102,6 +105,16 @@ <a href="Release_Notes_Previous.html">the release notes from previous versions</a> for details about older releases. </p> <h2 id="sirius3.1.6">Changes in Sirius 3.1.6</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> <h3 id="SpecifierVisibleChanges">Specifier-Visible Changes</h3> <ul> <li>The rules concerning the layout of compartments have been changed/completed. You can have a look at the @@ -109,12 +122,12 @@ </li> </ul> <h2 id="sirius3.1.5">Changes in Sirius 3.1.5</h2> - <h3 id="UserVisibleChanges">User-Visible Changes</h3> + <h3 id="UserVisibleChanges2">User-Visible Changes</h3> <ul> <li><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.</li> </ul> <h2 id="sirius3.1.3">Changes in Sirius 3.1.3</h2> - <h3 id="UserVisibleChanges2">User-Visible Changes</h3> + <h3 id="UserVisibleChanges3">User-Visible Changes</h3> <ul> <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, as it is the case for selection from dialect editors. @@ -173,7 +186,7 @@ </li> </ul> <h2 id="sirius3.1.0">Changes in Sirius 3.1.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> 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. @@ -708,7 +721,7 @@ </li> </ul> <h2 id="sirius3.0.0">Changes in Sirius 3.0.0</h2> - <h3 id="UserVisibleChanges4">User-Visible Changes</h3> + <h3 id="UserVisibleChanges5">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> @@ -1658,7 +1671,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="UserVisibleChanges5">User-Visible Changes</h3> + <h3 id="UserVisibleChanges6">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 84fa56d942..d30fc831cd 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -6,6 +6,10 @@ This document contains the release notes for recent major releases of Sirius. Se h2(#sirius3.1.6). Changes in Sirius 3.1.6 +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_. + h3. Specifier-Visible Changes * The rules concerning the layout of compartments have been changed/completed. You can have a look at the "dedicated chapter":specifier/diagrams/Diagrams.html#compartments_layout in the specifier documentation for more details. 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 ea11a3caeb..6f57fa2a00 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.html @@ -38,7 +38,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> @@ -351,8 +351,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 de37662225..4f60c7e5a1 100644 --- a/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile +++ b/plugins/org.eclipse.sirius.doc/doc/user/diagrams/Diagrams.textile @@ -182,9 +182,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. |
