Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmallet2018-09-14 08:59:57 +0000
committerjmallet2018-09-14 08:59:57 +0000
commitce314a05de094bd73d714a3be11ec91636815647 (patch)
tree30197daab5882ec0d6e8c4b8cb244acc9b6b12ed
parent7276ce04499b3b795f85beb3013a93122d42cd7e (diff)
downloadorg.eclipse.sirius-ce314a05de094bd73d714a3be11ec91636815647.tar.gz
org.eclipse.sirius-ce314a05de094bd73d714a3be11ec91636815647.tar.xz
org.eclipse.sirius-ce314a05de094bd73d714a3be11ec91636815647.zip
[507887] Complete Release Note for hide header column modifications.
Complete release note to explain that "-1" value is now used to mean "hide the header column" for Edition table. Bug: 507887 Change-Id: I9658df93d52a3998de6d84bc0466fc355ea36883 Signed-off-by: jmallet <jessy.mallet@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.html6
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile1
2 files changed, 7 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 db40e56d79..f05a0b06fa 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
@@ -117,6 +117,12 @@
<br/>Refer to the
<a href="specifier/diagrams/Diagrams.html#group">specifier documentation</a> for details.
</p>
+ <ul>
+ <li><span class="label label-success">Modified</span> Specifier can now hide header column of Edition Table (the left-most column of the table). It is possible by specifying value -1 in the
+ <em>Initial Header Column Width</em> field of Edition table representation. See
+ <a href="specifier/tables/Tables.html#edition_tables">the documentation</a> for details.
+ </li>
+ </ul>
<h3 id="DeveloperVisibleChanges">Developer-Visible Changes</h3>
<ul>
<li><span class="label label-success">Added</span> Mechanism to ask user input on opening of a session with migrated resources if the session opening comes from a direct user action
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index 3e3d63c16c..eca8ea4430 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -28,6 +28,7 @@ Now, it is possible to:
* add new menus and actions in an existing group of an existing menu (action MyActionH1 and menu MySpecificPopupMenu3 for example):
!images/popupMenuAfter.png!
Refer to the "specifier documentation":specifier/diagrams/Diagrams.html#group for details.
+* <span class="label label-success">Modified</span> Specifier can now hide header column of Edition Table (the left-most column of the table). It is possible by specifying value -1 in the _Initial Header Column Width_ field of Edition table representation. See "the documentation":specifier/tables/Tables.html#edition_tables for details.
h3. Developer-Visible Changes

Back to the top