Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpguilet2017-03-07 16:26:49 +0000
committerPierre-Charles David2017-03-09 14:02:16 +0000
commitd03295ff386a53ef93964a0f1064612dff161b66 (patch)
tree86ae105a245587ad5e476891756413116e545594 /plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
parentb1d79cd38c1b793cb5963ffa5242a7ffe725c0f2 (diff)
downloadorg.eclipse.sirius-d03295ff386a53ef93964a0f1064612dff161b66.tar.gz
org.eclipse.sirius-d03295ff386a53ef93964a0f1064612dff161b66.tar.xz
org.eclipse.sirius-d03295ff386a53ef93964a0f1064612dff161b66.zip
[507065] Make the new syntax the default and update documentation
- Update default syntax used to define domain classes. - Update documentation and release note. Bug: 507065 Change-Id: Idbbc67a26d0936bc6bd9682c63593230ee1bc3b9 Signed-off-by: pguilet <pierre.guilet@obeo.fr> Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index 8e8734408b..1546c0f2c2 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -13,8 +13,9 @@ h3. User-Visible Changes
h3. Specifier-Visible Changes
-* <span class="label label-info">Modified</span> The tab used to configure the metamodels used by the Properties view description is now using the same interface as the metamodels tab used to configure the representations.
* <span class="label label-success">Added</span> It is now possible to create one or multiple pre-configured widget(s) in a group if its domain class and if the meta-models of the properties view containing it have been specified.
+* <span class="label label-info">Modified</span> The tab used to configure the metamodels used by the Properties view description is now using the same interface as the metamodels tab used to configure the representations.
+* <span class="label label-info">Modified</span> The @package::Class@ syntax for domain classes and type names in the VSM is now fully supported and the new default. It means this syntax is interpreted by Sirius and completion is provided for it when the first @:@ character is entered. The legacy syntax @package.Class@ is still supported for compatibility.
h3. Developer-Visible Changes

Back to the top