Skip to content

Changes

Summary

  1. Support styles on group (details)
  2. Add support for quick fixes (details)
  3. Add support for textile documentation and export for the web (details)
  4. Add a missing log and remove a useless TODO (details)
  5. Fix an issue with single line text widgets which are multilines (details)
  6. Allow references to EPackages in dynamic models (details)
  7. Improve the settings of the projects (details)
  8. Add support for any object as the value of the text (details)
  9. Remove references to the var: interpreter from Eclipse Sirius (details)
  10. Improve the APIs (details)
Commit cf79810d5638fd03190008a05e79a1d4c1f5b81f by Melanie Bats
Support styles on group

Change-Id: Idd165c057499688c8db94922bf98d575da2af529
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
The file was addedplugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFGroupStyleItemProvider.java
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/api/EEFTabbedPropertySheetPage.java
The file was addedplugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFGroupConditionalStyleItemProvider.java
The file was modified plugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EefItemProviderAdapterFactory.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EefFactory.java
The file was modified plugins/org.eclipse.eef/model/eef.ecore
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/util/EefAdapterFactory.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java
The file was modified plugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFGroupDescriptionItemProvider.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EEFGroupStyleImpl.java
The file was addedplugins/org.eclipse.eef.edit/icons/full/obj16/EEFGroupConditionalStyle.gif
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFTextLifecycleManager.java
The file was addedplugins/org.eclipse.eef.edit/icons/full/obj16/EEFGroupStyle.gif
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/styles/EEFColor.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EEFGroupConditionalStyleImpl.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EefPackage.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EEFGroupDescriptionImpl.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEF_TOGGLE_STYLE.java
The file was modified plugins/org.eclipse.eef.edit/plugin.properties
The file was modified plugins/org.eclipse.eef.common.ui/src/org/eclipse/eef/common/ui/api/EEFWidgetFactory.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EefFactoryImpl.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupStyle.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupDescription.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/util/EefSwitch.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFGroupLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFReferenceLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/RadioGroup.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/styles/EEFFont.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEF_TITLE_BAR_STYLE.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EefPackageImpl.java
Commit 873a7b10107aeb16c1a3b5c56f0edcb188f62ee4 by Stephane Begaudeau
Add support for quick fixes

Change-Id: Ibaacf54c0b889e7314eb10d1a00e68ea62175204
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/Icons.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/Messages.java
The file was modified plugins/org.eclipse.eef.common.ui/src/org/eclipse/eef/common/ui/api/IEEFFormContainer.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFQuickFixTableComparator.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFQuickFixTableContentProvider.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFQuickFixWizard.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFQuickFixPage.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFValidationMessagesPage.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFMessageHyperlinkListener.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFValidationMessagesTableLabelProvider.java
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/fix.gif
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/wizban/quick_fix.png
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFValidationMessagesTableContentProvider.java
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/error.gif
The file was modified plugins/org.eclipse.eef.ide.ui/plugin.properties
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFValidationMessagesTableComparator.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/EEFIdeUiPlugin.java
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/warning.gif
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/quickfix/EEFQuickFixTableLabelProvider.java
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/info.gif
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/api/EEFTabbedPropertySheetPage.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/AbstractEEFController.java
The file was modified plugins/org.eclipse.eef.ide.ui/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFSectionLifecycleManager.java
Commit 5cc422ed397c3e651d9c49cbe16e034d16e8df1a by Stephane Begaudeau
Add support for textile documentation and export for the web

1) The documentation can now be contributed in textile and generated
thanks to a launch configuration for the embedded documentation.
2) A exporter has been contributed to prepare the documentation for the
website during the build without any human intervention.

Change-Id: I09337b7a8272f96e763c1b194b7f834cc51a7113
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-4.screen
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-7.screen
The file was addeddoc/org.eclipse.eef.documentation.export/.settings/org.eclipse.pde.prefs
The file was addeddoc/org.eclipse.eef.documentation/EEF - Generate HTML Documentation.launch
The file was modified releng/org.eclipse.eef.releng/pom.xml
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/AbstractValidationStatus.java
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-16.screen
The file was removeddoc/org.eclipse.eef.documentation.validator/.classpath
The file was addeddoc/org.eclipse.eef.documentation.export/.settings/org.eclipse.jdt.core.prefs
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-16.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-11.screen
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-11.xmi
The file was modified releng/org.eclipse.eef.releng/targetplatforms/luna/luna.tpd
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-15.screen
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/DocumentationValidator.java
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-8.xmi
The file was addeddoc/org.eclipse.eef.documentation/pages/metamodel/text.textile
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-14.screen
The file was addeddoc/org.eclipse.eef.documentation/pages/index.html
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/EStructuralFeatureValidationStatus.java
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-10.xmi
The file was addeddoc/org.eclipse.eef.documentation.export/src/org/eclipse/eef/documentation/export/internal/ExporterTests.java
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-9.screen
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-13.xmi
The file was addeddoc/org.eclipse.eef.documentation/pages/metamodel/text.html
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-3.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-13.screen
The file was modified releng/org.eclipse.eef.releng/targetplatforms/luna/luna.target
The file was modified doc/org.eclipse.eef.documentation/META-INF/MANIFEST.MF
The file was addeddoc/org.eclipse.eef.documentation.export/build.properties
The file was addeddoc/org.eclipse.eef.documentation/lib/org.eclipse.mylyn.wikitext.core_1.8.1.v20130917-0100.jar
The file was addeddoc/org.eclipse.eef.documentation.export/.settings/org.eclipse.jdt.ui.prefs
The file was removeddoc/org.eclipse.eef.documentation.validator/.settings/org.eclipse.jdt.core.prefs
The file was addeddoc/org.eclipse.eef.documentation/pages/toc.xml
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-14.xmi
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-6.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-12.screen
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-7.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-10.screen
The file was addeddoc/org.eclipse.eef.documentation.export/about.html
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/Validator.java
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-2.xmi
The file was addeddoc/org.eclipse.eef.documentation/plugin.xml
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-5.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-1.screen
The file was addeddoc/org.eclipse.eef.documentation.export/pom.xml
The file was addeddoc/org.eclipse.eef.documentation/pages/releasenotes.textile
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-5.screen
The file was addeddoc/org.eclipse.eef.documentation.export/.settings/org.eclipse.jdt.launching.prefs
The file was addeddoc/org.eclipse.eef.documentation.export/META-INF/MANIFEST.MF
The file was removeddoc/org.eclipse.eef.documentation.validator/META-INF/MANIFEST.MF
The file was modified doc/org.eclipse.eef.documentation/build.properties
The file was addeddoc/org.eclipse.eef.documentation.export/src/org/eclipse/eef/documentation/export/internal/Exporter.java
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-15.xmi
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-3.screen
The file was addeddoc/org.eclipse.eef.documentation.export/.classpath
The file was addeddoc/org.eclipse.eef.documentation.export/README.md
The file was modified releng/org.eclipse.eef.releng/targetplatforms/neon/neon.target
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-4.xmi
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/EClassifierValidationStatus.java
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-8.screen
The file was removeddoc/org.eclipse.eef.documentation.validator/src/org/eclipse/eef/documentation/validator/api/ValidationStatusKind.java
The file was addeddoc/org.eclipse.eef.documentation/pages/releasenotes.html
The file was addeddoc/org.eclipse.eef.documentation.export/src/org/eclipse/eef/documentation/export/internal/EEFDocumentationExport.java
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-2.screen
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-9.xmi
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-1.xmi
The file was removeddoc/org.eclipse.eef.documentation.validator/.project
The file was removeddoc/org.eclipse.eef.documentation/userstories/US-12.xmi
The file was addeddoc/org.eclipse.eef.documentation.export/plugin.properties
The file was modified releng/org.eclipse.eef.releng/targetplatforms/neon/neon.tpd
The file was removeddoc/org.eclipse.eef.documentation.validator/about.html
The file was addeddoc/org.eclipse.eef.documentation/build-doc.xml
The file was addeddoc/org.eclipse.eef.documentation/lib/org.eclipse.mylyn.wikitext.textile.core_1.8.1.v20130917-0100.jar
The file was addeddoc/org.eclipse.eef.documentation.export/.project
The file was removeddoc/org.eclipse.eef.documentation.validator/build.properties
The file was addeddoc/org.eclipse.eef.documentation.export/.settings/org.eclipse.pde.core.prefs
The file was removeddoc/org.eclipse.eef.documentation/sketches/US-6.screen
The file was addeddoc/org.eclipse.eef.documentation/pages/assets/css/stylesheet.css
Commit a51da2b6af0ef47a166ca6cb0e8b62d77e79952c by Stephane Begaudeau
Add a missing log and remove a useless TODO

Change-Id: I62d5894a18f2ac84304b88bf3a1be728ba191f13
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/Messages.java
The file was modified plugins/org.eclipse.eef.core/plugin.properties
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/AbstractEEFCustomWidgetController.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/EEFTab.java
Commit 82b76e8e0d0637ac330bb7fea9f873bad5a77bdc by Stephane Begaudeau
Fix an issue with single line text widgets which are multilines

Change-Id: I2ae22e9472a55fd3a0bfaf2498cb03b854416a83
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFTextLifecycleManager.java
Commit 9c4204828eccbe3a027f369f0c6705ea4467c779 by Stephane Begaudeau
Allow references to EPackages in dynamic models

Change-Id: I7246ba589dafb3b5bc2c8dc4f476bdad62174253
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef/model/eef.ecore
Commit cfa8ad8119848e323c57c0af33339960bd957267 by Stephane Begaudeau
Improve the settings of the projects

1) Update the default copyright for new files to use the date 2016
instead of 2015
2) Autoboxing is now marked with a warning to detect potential errors

Change-Id: I026833414207a5a3436dc540ec1999d1b07af339
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.common.ui/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.ide.ui.properties/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.ide.ui/.settings/org.eclipse.jdt.ui.prefs
The file was addedsamples/org.eclipse.eef.sample.custom.widget.colorpicker/.settings/org.eclipse.jdt.launching.prefs
The file was addedsamples/org.eclipse.eef.sample.custom.widget.colorpicker/.settings/org.eclipse.pde.core.prefs
The file was modified plugins/org.eclipse.eef.common.ui/.settings/org.eclipse.jdt.core.prefs
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/.settings/org.eclipse.jdt.core.prefs
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.properties.ui/.settings/org.eclipse.jdt.core.prefs
The file was addedsamples/org.eclipse.eef.sample.custom.widget.colorpicker/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.ide/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.common/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.edit/.settings/org.eclipse.jdt.core.prefs
The file was addedsamples/org.eclipse.eef.sample.custom.widget.colorpicker/.settings/org.eclipse.pde.prefs
The file was modified plugins/org.eclipse.eef.ide.ui/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.ide/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.edit/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.ide.ui.properties/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.core/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.core/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/.settings/org.eclipse.jdt.core.prefs
The file was modified plugins/org.eclipse.eef.common/.settings/org.eclipse.jdt.ui.prefs
The file was modified plugins/org.eclipse.eef.properties.ui/.settings/org.eclipse.jdt.ui.prefs
Commit 911636d149de4092e7e7427a0ea212c35d442209 by Stephane Begaudeau
Add support for any object as the value of the text

Previously users of a Text widget had to call explicitely toString on
their result otherwise nothing would happen and an error would be
logged. This new algorithm will call toString() automatically

Change-Id: I1dde6dc12544b35721cca3bf72c1283b9c041162
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/IEEFTextController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFTextController.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFTextLifecycleManager.java
Commit d405a1d16c71226d7ad47663f93d1f1e37351977 by Stephane Begaudeau
Remove references to the var: interpreter from Eclipse Sirius

Change-Id: Id669f9abdf93d34943476810bd3efe2095fdc5a7
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/EEFExpressionUtils.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/EEFPageImpl.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/EEFViewImpl.java
Commit 73797362ca3ca073156f6de1113a8113abf39129 by Stephane Begaudeau
Improve the APIs

1) Improve the documentation of two extension points (Lifecycle Manager
Provider and Tab Descriptor Provider)
2) Remove two useless extension points along with their code (View
Description Provider and Interpreter Provider)
3) Move some interfaces related to Lifecycle Managers in order to
have all APIs for the Lifecycle Managers (2 abstract classes and 2
interfaces) in the same package.
4) Move the two classes of o.e.eef.properties.ui.legacy in an internal
package since they are only used in this bundle (I18N & Messages)
5) Update the behavior of the Lifecycle Manager Provider extension point
to let contibutors replace existing Lifecycle Managers

Change-Id: I76aa69e0650cbc6d34e56baaadbc33bdacbcb957
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFGroupLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFContainerLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide/plugin.properties
The file was removedplugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/I18N.java
The file was removedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/ILifecycleManager.java
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/eef2legacy/LegacyTabbedPropertySheetPage.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFLabelLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide/src/org/eclipse/eef/ide/internal/EEFIdePlugin.java
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/src/org/eclipse/eef/sample/custom/widget/colorpicker/ColorPickerProvider.java
The file was addedplugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/Messages.java
The file was modified plugins/org.eclipse.eef.ide.ui/schema/eefLifecycleManagerProvider.exsd
The file was modified plugins/org.eclipse.eef/build.properties
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFCheckboxLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.ide/build.properties
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.ide.ui/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/styles/EEFColor.java
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertySectionsRegistryEventListener.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFSelectLifecycleManager.java
The file was removedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/IEEFLifecycleManagerProvider.java
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabsRegistryEventListener.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/RadioGroup.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFSectionLifecycleManager.java
The file was modified plugins/org.eclipse.eef/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef/.classpath
The file was removedplugins/org.eclipse.eef.ide/schema/eefViewDescriptionProvider.exsd
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/widgets/AbstractEEFWidgetLifecycleManager.java
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/src/org/eclipse/eef/sample/custom/widget/colorpicker/ColorPickerLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFReferenceLifecycleManager.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/InputDescriptor.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/widgets/IEEFLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/EEFIdeUiPlugin.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFRadioLifecycleManager.java
The file was modified tests/org.eclipse.eef.tests/META-INF/MANIFEST.MF
The file was removedplugins/org.eclipse.eef.ide/plugin.xml
The file was addedplugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/I18N.java
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/src/org/eclipse/eef/sample/custom/widget/colorpicker/ColorPickerController.java
The file was removedplugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/Messages.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFTextLifecycleManager.java
The file was removedplugins/org.eclipse.eef/src/org/eclipse/eef/api/IEEFViewDescriptionProvider.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFControlSwitch.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/widgets/AbstractEEFLifecycleManager.java
The file was modified plugins/org.eclipse.eef.properties.ui/schema/eefTabDescriptorProvider.exsd
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFHyperlinkLifecycleManager.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFCheckboxController.java
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyContributorRegistryEventListener.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/widgets/IEEFLifecycleManagerProvider.java
The file was removedplugins/org.eclipse.eef.ide/schema/interpreterProvider.exsd