Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Wazaabi/ChangeLog"

(Version 0.6.0)
(Version 0.8.0)
Line 2: Line 2:
 
'''New features:'''
 
'''New features:'''
  
*[EDP][Core][SWT] OSGI declarative service are better supported. Since 0.8.0, factories have immediate property = false. Factories are instanciated on demand for better integration with Eclipse startup process.
+
*[EDP][Core][SWT] OSGI declarative services are better supported. Since 0.8.0, factories have immediate property = false. Factories are instanciated on demand for better integration with Eclipse startup process.
 
+
  
 
== Version 0.7.0 ==
 
== Version 0.7.0 ==

Revision as of 10:36, 20 June 2013

Version 0.8.0

New features:

  • [EDP][Core][SWT] OSGI declarative services are better supported. Since 0.8.0, factories have immediate property = false. Factories are instanciated on demand for better integration with Eclipse startup process.

Version 0.7.0

New features:

  • [SWT] RAP is now supported using RapControlViewer (name subject to change in a future release)


Bug fixes:

  • some plugin names were too long, they have been refactored (org.eclipse.wazaabi.code.resolution.reflection.java, org.eclipse.wazaabi.code.resolution.reflection.java.plugins, org.eclipse.wazaabi.engine.locationpaths.emftransactions -> org.eclipse.wazaabi.locationpaths.emft, org.eclipse.wazaabi.engine.locationpaths)
  • When a feature was set using PropertySheetPage , the tree editor did not reflect the new value
  • SetFeatureCommand entered in an infinite loop on execute()


Version 0.6.0

New features:

  • [Core] checked trees & tables are now supported
  • [Core] List<Object>, List<EObject>, List<FeatureMap> are now supported as input of Tables, Trees & Combos with simple PathSelectors
  • [Core] Keyboard shortcut are fully supported
  • [Core] Tab order is now supported in container
  • [Core] New Separator widget
  • [Core] Filters and Sorters are now supported in Tables, Trees & Combos
  • [IDE] smart drag & drop behavior is now extendable or replaceable
  • [IDE] Drag & drop now supports "drop from TreeEdiror to Package Explorer" : provided one example with drop PushButton to Package
  • [IDE] "RunAs is" Action which launch a model in an OSGI configuration resolving the dependencies by scanning the model


Bug fixes:

  • Concurrent Modification Exception in sequence adapter
  • Error icon was not properly refreshed when a control was resized
  • Fixed coolbar layout issues
  • Trees and Tables did not properly displaying their "disabled/enabled" status
  • Tab & expand did not refresh dynamically when UI model changed
  • Transaction Errors in outline during use of Tree Editor

Back to the top