Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2016-05-26 15:31:05 +0000
committerLaurent Redor2016-05-27 12:54:24 +0000
commit56c4346d342b5a5673ead39428ba4547fab55b0a (patch)
treec2dad63c48b863619bdb79670a47f004efb996bc
parentf4e81f977d6e35c10086eee0001d57841cf57cac (diff)
downloadorg.eclipse.sirius-56c4346d342b5a5673ead39428ba4547fab55b0a.tar.gz
org.eclipse.sirius-56c4346d342b5a5673ead39428ba4547fab55b0a.tar.xz
org.eclipse.sirius-56c4346d342b5a5673ead39428ba4547fab55b0a.zip
[490444] Rename the action in documentation and add its icon.
Bug: 490444 Change-Id: Ibab0ca5c2f51c1a33c342a77b02dd8765d666efa Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.html4
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile2
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/images/ApplyAppearanceProperties.pngbin0 -> 1166 bytes
3 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
index 7eecc30276..cbd4958552 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
@@ -91,7 +91,9 @@
</p>
<ul>
<li><span class="label label-info">Modified</span> The export of diagram as image handles the gradient color for container background for BMP, JPG, PNG and SVG formats. Before, it only works for JPG format.</li>
- <li><span class="label label-info">Modified</span> The &#8220;Copy Appearance Properties&#8221; action has been modified to use the last selected element as base style instead of the first one.</li>
+ <li><span class="label label-info">Modified</span> The <img src="images/ApplyAppearanceProperties.png" style="box-shadow:none;display:inline;margin:0px;padding:0px;"/>
+ <code>Apply Appearance Properties</code> action has been modified to use the last selected element as base style instead of the first one.
+ </li>
</ul>
<h3 id="SpecifierVisibleChanges">Specifier-Visible Changes</h3>
<ul>
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index d0a3f9c12c..3a82f5beab 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -16,7 +16,7 @@ h3. User-Visible Changes
* <span class="label label-info">Modified</span> The wizard to ask the new representation name has been changed. These concerns the title of the wizard and the input label. Example with a new Entities diagram for EcoreTools:
!images/representationNameWizardChange.png!
* <span class="label label-info">Modified</span> The export of diagram as image handles the gradient color for container background for BMP, JPG, PNG and SVG formats. Before, it only works for JPG format.
-* <span class="label label-info">Modified</span> The "Copy Appearance Properties" action has been modified to use the last selected element as base style instead of the first one.
+* <span class="label label-info">Modified</span> The <img src="images/ApplyAppearanceProperties.png" style="box-shadow:none;display:inline;margin:0px;padding:0px;"/> @Apply Appearance Properties@ action has been modified to use the last selected element as base style instead of the first one.
h3. Specifier-Visible Changes
diff --git a/plugins/org.eclipse.sirius.doc/doc/images/ApplyAppearanceProperties.png b/plugins/org.eclipse.sirius.doc/doc/images/ApplyAppearanceProperties.png
new file mode 100644
index 0000000000..2a40d123b1
--- /dev/null
+++ b/plugins/org.eclipse.sirius.doc/doc/images/ApplyAppearanceProperties.png
Binary files differ

Back to the top