Eclipse Platform Build Notes
Java Development Tooling UI
To see which bugs have been addressed in one of the builds simply open the JDT UI bugzilla query page, select status, resolution and the time frame.
========== Eclipse Build Input September 21th 2004 ==========
- bug fixing
- the Java editor retargets the properties action i.e. the command to open
the properties dialog is enabled when the Java editor has focus
- the Java editor's Convert Line Delimiters To sub-menu has been moved from Source to Edit menu
- there's a new Edit > Change Encoding... action which reuses the encoding
field editor from the properties dialog
- the Rename refactoring handles now also type parameters and
occurrences of types in actual type parameter lists
- Push Down/Pull Up refactorings support now generics
- integrated advanced quick assists for conditionals (see bug 71244)
and 'Convert to enhanced for loop' quick assist
========== Eclipse Build Input July 27th 2004 ==========
- bug fixing
- hyperlinking in Java editor now supports URLs
- Merged JDK 1.5 branch back to head. Refactorings and Quick fixes now
use AST API level JSL3.