Eclipse Platform Build Notes
Text

To see which bugs have been addressed in one of the builds simply open the Platform-Text bugzilla query page, select status, resolution and the time frame.


========== Eclipse Build Input September 21 2004 ==========
- the text editor now retargets the properties action i.e. the command to open
  the properties dialog is enabled when the text editor has focus
- there's a new Edit > Change Encoding... action which reuses the encoding
  field editor from the properties dialog
- EncodingActionGroup, IEncodingActionsConstants, IEncodingActionsDefinitionIds and
  IEncodingActionsHelpContextIds are no longer used and have been deprecated
- bug fixing

LinkedMode:
- LinkedModeModel: document changes outside of linked positions
  are now tolerated, as well as changes that do not lie completely inside a 
  position. Linked mode is still left if any disjointness constraints are violated
  by a change (changes to LinkedModeModel and LinkedPositionGroup)
- LinkedModeUI now controls the entire exit behavior, so all the exit logic
  is at one point. The UI includes a document listener now and exits the same
  way as LinkedModeModel did before
-> no binary changes, no functional changes for any clients that use LinkedModeUI and LinkedModeModel together.


========== Eclipse Build Input July 2004 ==========
- bug fixing