Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban Dugueperoux2015-09-01 14:05:00 +0000
committerEsteban DUGUEPEROUX2015-09-03 11:12:49 +0000
commite0845476b52a1e3f143678a4273e6256ab5cbae9 (patch)
tree31f76adc6e2c959640c1ecffa19a77e5792013f1 /plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
parent09891bf1b590bba8532e6c96ec716e8cf26bdc38 (diff)
downloadorg.eclipse.sirius-e0845476b52a1e3f143678a4273e6256ab5cbae9.tar.gz
org.eclipse.sirius-e0845476b52a1e3f143678a4273e6256ab5cbae9.tar.xz
org.eclipse.sirius-e0845476b52a1e3f143678a4273e6256ab5cbae9.zip
[476324] Add API method to not have decoration at diagram export/print
- Add AbstractSiriusDecorator.shouldBeVisibleAtPrint() method to leave extenders choose to include or not decoration at diagram export/print. Bug: 476324 Change-Id: Id5cc63fb518d094a1c0fd41ed342fb6c22d1d379 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.doc/doc/Release_Notes.html')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
index 1fd576a614..14319960e9 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
@@ -435,6 +435,10 @@
<li><span class="label label-success">Added</span>
<code>org.eclipse.sirius.diagram.ui.graphical.edit.policies.SetConnectionBendpointsAndLabelCommmand</code> is a new class that allows to update edge label when updating bendpoints. Several existing Sirius commands now extends this new class.
</li>
+ <li><span class="label label-success">Added</span>
+ <code>org.eclipse.sirius.diagram.ui.tools.api.decorators.AbstractSiriusDecorator.shouldBeVisibleAtPrint()</code> method added to leave
+ <code>AbstractSiriusDecorator</code> extenders indicate if decoration should be visible at diagram export/print.
+ </li>
<li><span class="label label-warning">Deprecated</span>
<code>org.eclipse.sirius.diagram.ui.tools.api.ui.actions.ActionIds.ARRANGE_BORDERED_NODES</code> deprecated in favor
<code>org.eclipse.sirius.diagram.ui.tools.api.ui.actions.ActionIds.ARRANGE_BORDER_NODES</code> as it is an action id about border nodes layout.

Back to the top