Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Planning Meeting Notes - Oct 3, 2007

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

Debug:
- working on launch configuration import/export
- reviewing proposal from DSDP-DD for multi-context debugging:
  - http://wiki.eclipse.org/DSDP/DD/MultiContext_UnlinkViewContextProposal
- bug fixing for 3.4 and 3.3.2

JDT UI:
- use 'Properties' to configure working sets
- 'format changed regions' on save
- deploy java application as executable jar
- reviewed patches (tooltips for constant values, camel
  case search tweaks)
- investigated memory leaks and wrote patches
- worked on sticky hovers
- bug fixing

JDT Core:
- finalizing new CamelCase API
- started working on fine grained search
- investigating completion inside an instanceof if statement
- investigating parallelizing the compiler
- added Java delta for resolved classpath changes
- started working on adding annotations to the Java model
- 3.4M3 plan posted
- bug fixing

JDT APT:
- Filer implementation in IDE
- perf investigations
- followup on intersection type changes
- testing

Platform/JDT Text:
- removed reconcile on save and tracked down issues that
  this uncovered
- reviewed patch that only formats changed code on save
- inbox tracking
- bug fixing

PDE:
- Darin (W) and Chris (A) attended Equinox Summit
- API tooling:
  - designing architecture for API comparison and usage
    tooling
  - experimenting with generation of class file stubs
- inbox tracking & triage
- refactoring the log view into a new plug-in (not released
  to build yet):
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=202044
- bug fixing

User Assistance:
- mostly bug fixing
- looking at adding the 'Keyword Index' action to the
  Help menu (only as an option for RCP apps - we will
  not add it in the SDK app due to lack of index content)




Back to the top