Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2016-09-19 09:36:48 +0000
committerStéphane Bégaudeau2016-09-21 09:02:11 +0000
commitbbb5cb91d41894addf6c4befed20414a91373cb6 (patch)
treeb45ccb7466d7f157a61ed94675ef532f593955ad /doc/org.eclipse.eef.documentation/pages
parent637852123256a46e969ec989047ed3b6b169d2a3 (diff)
downloadorg.eclipse.eef-bbb5cb91d41894addf6c4befed20414a91373cb6.tar.gz
org.eclipse.eef-bbb5cb91d41894addf6c4befed20414a91373cb6.tar.xz
org.eclipse.eef-bbb5cb91d41894addf6c4befed20414a91373cb6.zip
[501680] Add support for style for the reference widget
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501680 Change-Id: Ifdffc1d5b260b0f6d6321bfd6ff47293d67aa256 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.html3
-rw-r--r--doc/org.eclipse.eef.documentation/pages/releasenotes.textile3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.html b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
index ec411986f..eb2bd4993 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.html
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
@@ -41,7 +41,8 @@
<code>org.eclipse.eef.core.api.EditingContextAdapter</code> has now a new method
<code>getEditingDomain()</code> which is used to return an EditingDomain for the EEF runtime.
</li>
- <li><span class="label label-info">Modified</span> The constructor of the EEFLabelController now requires an EditingContextAdapter to run the expression of the widget actions. </li>
+ <li><span class="label label-info">Modified</span> The constructor of the EEFLabelController now requires an EditingContextAdapter to run the expression of the widget actions.</li>
+ <li><span class="label label-success">Added</span> The class EEFStyleHelper is now API in order to help support style and conditional styles for custom widgets. Developers will need to override org.eclipse.eef.ide.ui.api.widgets.AbstractEEFWidgetLifecycleManager.getEEFStyleHelper() to provide their own implementation. The easiest way will need to extend the regular implementation and modify the three switchs to provide using the dedicated getters.</li>
</ul>
<h3 id="eef1.6.0">Changes in EEF 1.6.0</h3>
<h4 id="UserVisibleChanges2">User-Visible Changes</h4>
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
index a0004255e..5fef0fad9 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
@@ -21,7 +21,8 @@ h4. Specifier-Visible Changes
h4. Developer-Visible Changes
* <span class="label label-info">Modified</span> The interface @org.eclipse.eef.core.api.EditingContextAdapter@ has now a new method @getEditingDomain()@ which is used to return an EditingDomain for the EEF runtime.
-* <span class="label label-info">Modified</span> The constructor of the EEFLabelController now requires an EditingContextAdapter to run the expression of the widget actions.
+* <span class="label label-info">Modified</span> The constructor of the EEFLabelController now requires an EditingContextAdapter to run the expression of the widget actions.
+* <span class="label label-success">Added</span> The class EEFStyleHelper is now API in order to help support style and conditional styles for custom widgets. Developers will need to override org.eclipse.eef.ide.ui.api.widgets.AbstractEEFWidgetLifecycleManager.getEEFStyleHelper() to provide their own implementation. The easiest way will need to extend the regular implementation and modify the three switchs to provide using the dedicated getters.
h3(#eef1.6.0). Changes in EEF 1.6.0

Back to the top