diff options
| author | pguilet | 2017-08-01 13:45:03 +0000 |
|---|---|---|
| committer | pguilet | 2017-08-22 09:26:25 +0000 |
| commit | 0e8f175fda771f12f05831e1067a038bce2dc845 (patch) | |
| tree | 8807b6e3f42d9d404c987862e1a8773424b78025 | |
| parent | 3ebd1629639fcbc867a3acd472b22fe825c49ebc (diff) | |
| download | org.eclipse.sirius-0e8f175fda771f12f05831e1067a038bce2dc845.tar.gz org.eclipse.sirius-0e8f175fda771f12f05831e1067a038bce2dc845.tar.xz org.eclipse.sirius-0e8f175fda771f12f05831e1067a038bce2dc845.zip | |
[518524] Update release note
Bug: 518524
Change-Id: I06a6d9025a535492484b525899a2f9a61059ad9f
Signed-off-by: pguilet <pierre.guilet@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.html | 20 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile | 7 |
2 files changed, 26 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index 0054a2e43c..c0e4f99481 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -139,9 +139,27 @@ <em>Automatic Refresh</em> Sirius preference disabled), when the <em>Force Refresh</em> option of a tool is enabled in your VSM, only the current representation is refreshed when the tool is applied. Before this version, all open representations were refreshed. </li> - <li><span class="label label-info">Modified</span> The filtering expression variables available in the properties view definition in the ‹Extends› tab were renamed to match the following pattern: featureName+‹Description›.</li> + <li><span class="label label-info">Modified</span> The filtering expression variables available in the properties view definition in the ‘Extends’ tab were renamed to match the following pattern: featureName+‘Description’.</li> </ul> <h3 id="DeveloperVisibleChanges">Developer-Visible Changes</h3> + <h4 id="Changesinorg.eclipse.sirius.ui.editor.api.pages">Changes in + <code>org.eclipse.sirius.ui.editor.api.pages</code> + </h4> + <ul> + <li><span class="label label-success">Added</span> New classes have been added in package + <code>org.eclipse.sirius.ui.editor.api.pages</code>. They are the following: + <code>AbstractSessionEditorPage</code>, + <code>PageProvider</code>, + <code>PageUpdateCOmmand</code>, + <code>PositioningKind</code>, + <code>PageUpdateCommandFactory</code>. These classes allow to provide custom pages to session editor instances. + </li> + </ul> + <ul> + <li><span class="label label-success">Added</span> An extension point + <code>org.eclipse.sirius.ui.editor.sessionEditorPageProvider</code> has been added to allow custom page providing for session editor instances. + </li> + </ul> <h4 id="Migrations">Migrations</h4> <ul> <li><span class="label label-success">Added</span> A migration has been added to fix diagram with edge labels corrupted (see diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index eec3fc3913..60fa27cb72 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -23,6 +23,13 @@ h3. Specifier-Visible Changes h3. Developer-Visible Changes +h4. Changes in @org.eclipse.sirius.ui.editor.api.pages@ + +* <span class="label label-success">Added</span> New classes have been added in package @org.eclipse.sirius.ui.editor.api.pages@. They are the following: @AbstractSessionEditorPage@, @PageProvider@, @PageUpdateCOmmand@, @PositioningKind@, @PageUpdateCommandFactory@. These classes allow to provide custom pages to session editor instances. + +* <span class="label label-success">Added</span> An extension point @org.eclipse.sirius.ui.editor.sessionEditorPageProvider@ has been added to allow custom page providing for session editor instances. + + h4. Migrations * <span class="label label-success">Added</span> A migration has been added to fix diagram with edge labels corrupted (see "bugzilla #518870":https://bugs.eclipse.org/bugs/show_bug.cgi?id=518870 for more details). The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is _12.1.0.201706291600_. |
