diff options
| author | Laurent Fasani | 2018-01-30 16:05:52 +0000 |
|---|---|---|
| committer | Laurent Fasani | 2018-01-30 16:05:52 +0000 |
| commit | 39062752340c9fbc0f7941f1195bc904e285b0d4 (patch) | |
| tree | 3dfccddf3a508f38f34605dd2f3600485fde5625 | |
| parent | f8cbc4f953e43cee8c8f7351aa5823eb5e03ba86 (diff) | |
| download | org.eclipse.sirius-39062752340c9fbc0f7941f1195bc904e285b0d4.tar.gz org.eclipse.sirius-39062752340c9fbc0f7941f1195bc904e285b0d4.tar.xz org.eclipse.sirius-39062752340c9fbc0f7941f1195bc904e285b0d4.zip | |
* IToolTipProvider is no more used to get the diagram element decoration
tooltip because the tooltip is defined directly on the
DecorationDescription.
Bug: 516669
Change-Id: I6f4489b246cdddbd5fcd48f60a88a4fce6c12339
Signed-off-by: Laurent Fasani <laurent.fasani@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.html | 8 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile | 2 |
2 files changed, 10 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 73ab0c0327..8ab17e135b 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -135,6 +135,14 @@ </li> </ul> <h3 id="DeveloperVisibleChanges">Developer-Visible Changes</h3> + <ul> + <li><span class="label label-danger">Removed</span> Since Sirius 5.0.0, + <code>org.eclipse.sirius.ext.jface.viewers.IToolTipProvider</code> is not used anymore to provide a tooltip on diagram element decorations defined in the VSM. The tooltip is defined directly with an interpreted expression on + <code>GenericDecorationDescription</code>, + <code>MappingBasedDecoration</code> and + <code>SemanticBasedDecoration</code>. + </li> + </ul> <h4 id="Changesinorg.eclipse.sirius">Changes in <code>org.eclipse.sirius</code> </h4> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index d83edaa001..8b224f6670 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -15,6 +15,8 @@ h3. User-Visible Changes h3. Developer-Visible Changes +* <span class="label label-danger">Removed</span> Since Sirius 5.0.0, @org.eclipse.sirius.ext.jface.viewers.IToolTipProvider@ is not used anymore to provide a tooltip on diagram element decorations defined in the VSM. The tooltip is defined directly with an interpreted expression on @GenericDecorationDescription@, @MappingBasedDecoration@ and @SemanticBasedDecoration@. + h4. Changes in @org.eclipse.sirius@ * <span class="label label-success">Added</span> The method @org.eclipse.sirius.business.api.query.SiriusReferenceFinder.of(EObject)@ has been added to provide an easy way to get the @SiriusReferenceFinder@ from an @EObject@ in the Sirius @Session@. |
