Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2018-09-26 08:04:14 +0000
committerStéphane Bégaudeau2018-09-26 08:04:14 +0000
commit33dd035579b602a4ee7ebbf01a9b664adc1f6747 (patch)
tree53aaaa3b4638f90e6e23c52f05e439d3f117f572
parent1b6d7a3b25b8ee459d4f92754d35808882012ab5 (diff)
downloadorg.eclipse.eef-v2.0.x.tar.gz
org.eclipse.eef-v2.0.x.tar.xz
org.eclipse.eef-v2.0.x.zip
[doc] Update the release notes of the release 2.0.2v2.0.x
Change-Id: Ic7dcdf2162bb67af3e1aea4efbbdfe74d689e39a Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
-rw-r--r--doc/org.eclipse.eef.documentation/pages/releasenotes.html23
-rw-r--r--doc/org.eclipse.eef.documentation/pages/releasenotes.textile7
2 files changed, 23 insertions, 7 deletions
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.html b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
index 587753016..e006287eb 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.html
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.html
@@ -12,6 +12,9 @@
<a href="#ReleaseNotesforEclipseEEF">Release Notes for Eclipse EEF</a>
<ol style="list-style: disc;">
<li>
+ <a href="#eef2.0.2">Changes in EEF 2.0.2</a>
+ </li>
+ <li>
<a href="#eef2.0.1">Changes in EEF 2.0.1</a>
</li>
<li>
@@ -51,9 +54,15 @@
</li>
</ol>
<p>This document contains the release notes for recent major releases of EEF.</p>
- <h3 id="eef2.0.1">Changes in EEF 2.0.1</h3>
+ <h3 id="eef2.0.2">Changes in EEF 2.0.2</h3>
<h4 id="UserVisibleChanges">User-Visible Changes</h4>
<ul>
+ <li><span class="label label-info">Modified</span> Fix an issue with the order of the legacy tabs which did not use the afterSection part of the extension declaration</li>
+ <li><span class="label label-info">Modified</span> Fix an issue with the legacy tabs used by taking into account the contributor id</li>
+ </ul>
+ <h3 id="eef2.0.1">Changes in EEF 2.0.1</h3>
+ <h4 id="UserVisibleChanges2">User-Visible Changes</h4>
+ <ul>
<li><span class="label label-success">Added</span> A conflict resolution policy has been added to the Text widget. The implementation of the text widget now uses a new preference TEXT_CONFLICT_RESOLUTION_MODE, which is not exposed in the UI but can be configured programmatically using EEFPreferences.setTextConflictResolutionMode(). The default preference value can also be overridden by configuration, using the -pluginCustomization startup flag to point to a plugin_customization.ini file with, for example: org.eclipse.eef.ide.ui/TEXT_CONFLICT_RESOLUTION_MODE=USE_LOCAL_VERSION. EEFTextLifecycleManager supports three modes. First, USE_MODEL_VERSION which will overwrite the widget&#8217;s content with the value computed from the new version of the model (no user feedback). This is the default behavior. Second, USE_LOCAL_VERSION which will keep the current value begin edited by the end-user in the widget (no user feedback). Third, ASK_USER which will open a simple dialog box to ask the user which version to keep. Note that the simple dialog provided is only suitable for short (single-line) text fields.</li>
<li><span class="label label-info">Modified</span> Fix an issue with the refresh of list widgets</li>
<li><span class="label label-info">Modified</span> Fix an issue with the conditional style of the text widgets</li>
@@ -93,7 +102,7 @@
</li>
</ul>
<h3 id="eef1.9.2">Changes in EEF 1.9.2</h3>
- <h4 id="UserVisibleChanges2">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges3">User-Visible Changes</h4>
<ul>
<li><span class="label label-success">Added</span> A conflict resolution policy has been added to the Text widget. The implementation of the text widget now uses a new preference TEXT_CONFLICT_RESOLUTION_MODE, which is not exposed in the UI but can be configured programmatically using EEFPreferences.setTextConflictResolutionMode(). The default preference value can also be overridden by configuration, using the -pluginCustomization startup flag to point to a plugin_customization.ini file with, for example: org.eclipse.eef.ide.ui/TEXT_CONFLICT_RESOLUTION_MODE=USE_LOCAL_VERSION. EEFTextLifecycleManager supports three modes. First, USE_MODEL_VERSION which will overwrite the widget&#8217;s content with the value computed from the new version of the model (no user feedback). This is the default behavior. Second, USE_LOCAL_VERSION which will keep the current value begin edited by the end-user in the widget (no user feedback). Third, ASK_USER which will open a simple dialog box to ask the user which version to keep. Note that the simple dialog provided is only suitable for short (single-line) text fields.</li>
</ul>
@@ -102,7 +111,7 @@
<li><span class="label label-success">Added</span> The text widget has been modified to add support for the customization of the conflict resolution policy. Conflict resolution can be customized by providing a custom LifecycleManager which extends the default EEFTextLifecycleManager and overrides either askUserToResolveConflict() to take the preference in consideration, but implement ASK_USER differently, for example with a more sophisticated dialog or resolveEditionConflict() to provide a completely different strategy (possibly ignoring the preference).</li>
</ul>
<h3 id="eef1.9.1">Changes in EEF 1.9.1</h3>
- <h4 id="UserVisibleChanges3">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges4">User-Visible Changes</h4>
<ul>
<li><span class="label label-info">Modified</span> Improved support for permissions.</li>
<li><span class="label label-info">Modified</span> Fixed an issue with the label used by the dialogs of the reference widget to improve the support of meta-models with column label providers.</li>
@@ -117,7 +126,7 @@
</li>
</ul>
<h3 id="eef1.9.0">Changes in EEF 1.9.0</h3>
- <h4 id="UserVisibleChanges4">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges5">User-Visible Changes</h4>
<ul>
<li><span class="label label-success">Added</span> Add support for permissions with locks</li>
</ul>
@@ -150,7 +159,7 @@
<li><span class="label label-info">Modified</span> Revert the lazy evaluation of the candidates of the select widget.</li>
</ul>
<h3 id="eef1.7.0">Changes in EEF 1.7.0</h3>
- <h4 id="UserVisibleChanges5">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges6">User-Visible Changes</h4>
<ul>
<li><span class="label label-success">Added</span> Labels and hyperlinks can now have buttons on their right side.</li>
<li><span class="label label-info">Modified</span> Trigger the
@@ -180,7 +189,7 @@
<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.2">Changes in EEF 1.6.2</h3>
- <h4 id="UserVisibleChanges6">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges7">User-Visible Changes</h4>
<ul>
<li><span class="label label-info">Modified</span> Trigger the
<code>editExpression</code> of a text widget on focus lost.
@@ -193,7 +202,7 @@
<li><span class="label label-info">Modified</span> Fixed an issue the refresh of the Properties view with an EMF proxy</li>
</ul>
<h3 id="eef1.6.0">Changes in EEF 1.6.0</h3>
- <h4 id="UserVisibleChanges7">User-Visible Changes</h4>
+ <h4 id="UserVisibleChanges8">User-Visible Changes</h4>
<ul>
<li><span class="label label-success">Added</span> The user interface has been recreated from scratch with a new runtime. As a result multiple changes can be visible in the user interface.</li>
</ul>
diff --git a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
index 314e6a0db..5456c4810 100644
--- a/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
+++ b/doc/org.eclipse.eef.documentation/pages/releasenotes.textile
@@ -4,6 +4,13 @@ h2. Release Notes for Eclipse EEF
This document contains the release notes for recent major releases of EEF.
+h3(#eef2.0.2). Changes in EEF 2.0.2
+
+h4. User-Visible Changes
+
+* <span class="label label-info">Modified</span> Fix an issue with the order of the legacy tabs which did not use the afterSection part of the extension declaration
+* <span class="label label-info">Modified</span> Fix an issue with the legacy tabs used by taking into account the contributor id
+
h3(#eef2.0.1). Changes in EEF 2.0.1
h4. User-Visible Changes

Back to the top