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"

Line 1: Line 1:
Version 0.6.0
+
 
 +
== Version 0.6.0 ==
 +
 
  
 
'''New features:'''
 
'''New features:'''

Revision as of 08:09, 11 April 2013

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 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