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

(Minutes)
(Minutes)
Line 27: Line 27:
 
** Immediately release service
 
** Immediately release service
 
** Use annotations to indicate whether the object intends to keep using it or only use it once
 
** Use annotations to indicate whether the object intends to keep using it or only use it once
 +
* Brian has some bug fixes to put in for M3

Revision as of 10:44, 20 October 2011

Attendees

  • Brian
  • Eric
  • Bogdan
  • Remy
  • Oleg
  • Dean
  • John

Minutes

  • Fixing CTabFolder accessibility bugs
  • Getting the CSS editor feature into the build
  • Looking at trying to get Intro working
  • Recorded an Eclipse 4 webinar
  • Looking at last minute fixes to go into M3
  • Working on capabilities support
    • So far this is focused on enabling use of capabilities as it was used in 3.x
    • We can later expand this to using capabilities to filter the workbench model
  • If multiple things have set toBeRendered=false, and one of them wants to switch it, how can it know that it is appropriate to flip the bit?
  • Visible flag means: reparents to an invisible shell, but keep alive
  • To be rendered means: should the renderer convert this model element into widgets or not
  • Working on improving dynamic injection of OSGi services
  • How to resolve lifecycle of service instance - how do we decide when to unget a service that has been injected
    • Keep service until context is disposed
    • Immediately release service
    • Use annotations to indicate whether the object intends to keep using it or only use it once
  • Brian has some bug fixes to put in for M3

Back to the top