Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Feb 6, 2008

--------
 Status
--------

JDT APT:
- 3.3.2 testing
- Testing compatibility with javac
- Working on improved test framework for Java 6 annotation processingtests
- Bugzilla, newsgroups, inbox

JDT Core:
- investigating returning Java elements on completion context
- split 'insert new line after annotation' in three:
  - after annotation on member
  - after annotation on parameter
  - after annotation on local variable
- performance degradation commented in 3.3.x, and fixed in HEAD
- bug fixing
- 3.4M5 bug verifying

Platform UI:
- decorators:
  - support for LocalResourceManagers in DecoratingLabelProviders. The
DecorationContext
    used by default in a DecoratingLabelProvider now passes a
LocalResourceManager to the
    decoration support.  This manager is disposed when the
DecoratingLabelProvider is
    disposed. If this LocalResourceManagers is not in the DecorationContext
the
    LocalResourceManager used is the global one we have always used.
- commands:
  - BindingManager and BindingService APIs finished up
  - dynamic menu contribution support
  - service API completion
  - continuing work in M6
  - community patches applied to create commands from existing actions
- drag and drop:
  - worked with SWT on new API
- XSLT:
  - transform support being transitioned from incubator to Equinox
- JFace:
  - SimpleStyledLabelProvider added for owner draw support
- 3.3.2:
  - final bug fixing
  - copyright and graphics updates
- general polish and API tidy up

JDT UI:
- working towards 3.4 M5 (testing, N&N, ...)
- working on colored labels for JFace. APIs are now ready:
SimpleStyledCellLabelProvider.
  JDT will switch to this API right after M5
- filed IP review request for patch that allows to create an ANT build file
out of the
  Runnable JAR file wizard
- inbox tracking
- bug fixing

Platform Text and JDT Text:
- working towards 3.4 M5 (testing, N&N, ...)
- fixed sizing issues for hovers and rich hovers
- breadcrumb navigation bar for the Java editor:
  - further polish
  - discussed more general solutions with Platform UI team
- added DeleteLineTarget API
- inbox tracking
- bug fixing

Debug:
- enhanced execution environment description files to support multiple
source archives
- bug fixing/patch reviewing

User Assistance:
- IPzilla bug requesting inclusion of w3c dtds in org.eclipse.help was
approved. The
  help system now uses these local dtds to resolve named XHTML entities.
- bug fixing and testing

Equinox:
- security:
  - working on changing the secure storage to have a preferences front end
  - graduation review on Feb 13
- launcher:
  - now reads the manifest to get the Main-Class to run instead of always
    using org.eclipse.equinox.launcher.Main
- working towards M5
- testing
- bug fixing
- bug triage

PDE:
- api tooling:
  - graduation review success, preparing to migrate to HEAD after M5,
package renaming
  - continued work on user interface for filtering API problems
  - working on incremental build for API analysis, with JCore assistance
  - stress testing
  - bug fixing
- p2 tooling:
  - support to export p2 metadata with features (in directories)
  - support for p2 source bundles metadata
- work on launchers, investigating support for multiple versions of same
bundle
- log view supports opening logs associated with launch configurations
- bug fixing/patch reviewing

Workspace:
- inbox tracking
- 3.4 M5 bug fixing and verification
- 3.4 M5 testing
- 3.3.2 fixing https://bugs.eclipse.org/bugs/show_bug.cgi?id=217673
- EclipseCon presentation




Back to the top