Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2016-10-12 09:53:45 +0000
committerStéphane Bégaudeau2016-10-14 14:29:08 +0000
commit16f0326138fb99bc6f46ba440cf62ba1b244751a (patch)
tree925319233d38e2f171136f2128fae5aed1753b0e /doc/org.eclipse.eef.documentation/pages
parent31c139c4e0933943f16ae5fb0b9d0dab5f125397 (diff)
downloadorg.eclipse.eef-16f0326138fb99bc6f46ba440cf62ba1b244751a.tar.gz
org.eclipse.eef-16f0326138fb99bc6f46ba440cf62ba1b244751a.tar.xz
org.eclipse.eef-16f0326138fb99bc6f46ba440cf62ba1b244751a.zip
[505772] Dynamic mappings can only use one if
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505772 Change-Id: I13eb7311032ad462ed31ea8c5854e50a4af10709 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'doc/org.eclipse.eef.documentation/pages')
-rw-r--r--doc/org.eclipse.eef.documentation/pages/releasenotes.html1
-rw-r--r--doc/org.eclipse.eef.documentation/pages/releasenotes.textile1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.html b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
index 53a1a190e..941ee2f46 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.html
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
@@ -37,6 +37,7 @@
<li><span class="label label-info">Modified</span> The edit operation of a text field can now be triggered by the loss of focus on the text field.</li>
<li><span class="label label-info">Modified</span> The edit operation of a mono-line text field can now be triggered by pressing enter.</li>
<li><span class="label label-info">Modified</span> A selection variable is available in the hyperlink widget, it is equals to the value of the hyperlink instead of self.</li>
+ <li><span class="label label-info">Modified</span> The dynamic mappings will take into account all the &#171;if&#187; blocks with a valid predicate expression and not only the first one.</li>
</ul>
<h4 id="DeveloperVisibleChanges">Developer-Visible Changes</h4>
<ul>
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
index 3296cbde8..bb6e3ca82 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
@@ -20,6 +20,7 @@ h4. Specifier-Visible Changes
* <span class="label label-info">Modified</span> The edit operation of a text field can now be triggered by the loss of focus on the text field.
* <span class="label label-info">Modified</span> The edit operation of a mono-line text field can now be triggered by pressing enter.
* <span class="label label-info">Modified</span> A selection variable is available in the hyperlink widget, it is equals to the value of the hyperlink instead of self.
+* <span class="label label-info">Modified</span> The dynamic mappings will take into account all the "if" blocks with a valid predicate expression and not only the first one.
h4. Developer-Visible Changes

Back to the top