Skip to main content

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


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

JDT Core:
- finalizing 3.2.1 input
- tuned 1.6 StackMapTable attributes, output should resist
  to strict verifier mode: -XX:-FailOverToOldVerifier -Xverify:all
  (will be included in 3.2.1)
- enabled multiple output folders for batch compiler
  by suffixing source entries with "[-d <dir>]"
  e.g. ecj src[-d bin1] -d bin2 produces bin1/X.class and bin2/Y.class
       ecj src[-d bin] -d none only produces bin/X.class
- enable empty completion inside annotations
  e.g. @Annotation(<CODE-ASSIST>
- bug fixing

Debug:
- 3.2.1 test pass
- Vacation

JDT UI:
- 3.2.1 testing day
- working on:
  - clean up profiles and clean up preference page
  - JUnit test finder, bug fixing, simplifying and tests
  - lightweight rename refactoring
- investigated in using PDE Ant tasks for daily plug-in exports
- bug fixes

Platform/JDT Text:
- 3.2.1 full day test pass:
  - no regressions found
- no more "I don't see the full source" questions on the newsgroup:
  - the action set that contains the "Show Source of Selected Element Only"
    tool bar button is now hidden by default and there's now a preference
    for it
- better support for files opened through File > Open...:
  - the editors are now restored after restart
  - the files appear in MRU list
  - the navigation history now works as expected
- converted all code to use org.eclipse.core.runtime.Assert and
  deprecated org.eclipse.jface.text.Assert
- many 3.3 bug fixes
- reviewed hyperlink detector patch
- inbox tracking
- vacations

User Assistance:
- work continues on remote help:
  - now focused on search and preference pages

Install/Update:
- one fix released in last Wednesday's 3.2.1 build
  (a high value, low risk fix for a typo in code)

PDE:
- work continues on the cheat sheet editor
- project creation and conversion wizards redesign finished
- fixed the PDE problem related to feature validator interacting with
  the Eclipse builders
- hover improved on the plug-in manifest editor

Platform UI:
- 3.2.1 testing and bug verification
- 3.3:
  - fixes in AbstractSearchDialog and ResourceSearchDialog
  - working on document about ErrorHandling
  - continued work on the Command Framework/Menu Framework design page.
  - Jface viewer improvements/investigations
  - Jface databindings
  - trim work
- NL:
  - investigating NL (JA) bug 153867
  - checking and revising new implementation of TextProcessor, wrote
    additional supporting tests:
    - motivated by BiDi bug 148966

Back to the top