Eclipse Platform Build Notes
LTK Core Refactoring
February 15, 2005
Problem Reports Fixed
Implemenation Changes
- Support got added for participating in copy refactorings. See the additional
copy participant extension point as well as the new classes CopyRefactoring,
CopyProcessor and CopyArguments.
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.