Eclipse Platform Build Notes
Core Expressions
October 11, 2004
Problem Reports Fixed
Implemenation Changes
- Participants can now manipuilate textual resources which are also manipulated
by a processor as long as the manipulated regions are disjoint. See additional
Javadoc for class RefactoringParticipant and the new method getTextChange().
June 18, 2004
Problem Reports Fixed
Implemenation Changes
- To align the method RefactoringStatus#create(IStatus) with the implementation of IStatus
the method createStatus now returns a fatal error when IStatus has a severity of CANCEL.
Mai 7, 2004
Problem Reports Fixed
Implemenation Changes
- The getPreview* and getContent* methods provided by class TextChange are now requiring
a progress monitor.