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 "E4/Meeting Minutes/Status 20090924"

(Status)
 
Line 14: Line 14:
  
 
* I-builds will be starting tonight
 
* I-builds will be starting tonight
* Builds every Thursday 9pm (link schedule)
+
* Builds every Thursday 9pm (see [[E4/Builds]])
 
* Eric and Tom have come up with a refactored workbench model and are starting implementation work
 
* Eric and Tom have come up with a refactored workbench model and are starting implementation work
 
** Model has more use of mixins for flexibility
 
** Model has more use of mixins for flexibility

Latest revision as of 10:41, 24 September 2009

Attendees

  • Bogdan
  • Boris
  • Eric
  • John
  • McQ
  • Oleg
  • Paul
  • Silenio
  • Simon

Status

  • I-builds will be starting tonight
  • Builds every Thursday 9pm (see E4/Builds)
  • Eric and Tom have come up with a refactored workbench model and are starting implementation work
    • Model has more use of mixins for flexibility
    • Model structure will continue to evolve as we continue development
  • Tom working on ability to swap out rendering engine
  • Oleg working on pub-sub event bus for e4 - wrapper around event admin
    • Discussion of async/sync send/receive and deadlock risks
    • Need to move toward async send/receive as much as possible
    • Hard to quell event storms with synchronous events
  • Resource merge with 3.6 ongoing
  • Looking at SWT integration with CSS
    • Trying to find right point in widget lifecycle to insert CSS decoration
    • Event at start of event loop to allow CSS to be processed or special asyncExec that runs first
  • JavaScript
    • Some JSDT bundles now in e4 build
    • JS debugging in e4 build
    • JS support can install into 3.6 builds
  • Web views and debugging
    • Need to be able to support debugging of e4 views written in JavaScript
    • Very hard to support debugging in all browsers so we need one browser to focus on initially

Back to the top