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 February 7th 2006 ==========
- added selectionChanged event to ICompletionListener
- added start/stopListeningForPreferenceChanges to TemplateStore to enable automatic preference store listening
- bug fixing


========== Eclipse Build Input January 17th 2006 ==========
- deprecated TextViewer::getVisibleLinesInViewport as it won't work with variable line heights
- bug fixing


========== Eclipse Build Input January 10th 2006 ==========
- Move of the content assist API additions from the various text plug-ins to jdt.ui:
   - reason: 
      - the collection-based API of ICompletionProposalComputer has no future in the RCP part of eclipse.
      - it is only currently used in jdt to allow contributions to the Java editor's content assistant
   - removed the unused ContentAssistInvocationContext 
   - moved TextContentAssistInvocationContext to jdt.ui
   - moved ICompletionProposalComputer to IJavaCompletionProposalComputer in the jdt.ui plug-in.
   - changed HippieProposalComputer to HippieProposalProcessor, now implementing IContentAssistProcessor instead of ICompletionProposalComputer

- Changes in document setup and creation:
  1) the extension point 'org.eclipse.core.filebuffers.documentCreation' is now
     deprecated and urges clients to get rid of it along with hints how to do this
  2) along with 1) 'org.eclipse.core.filebuffers.IDocumentFactory' is deprecated
  3) the file buffer manager now provides an 'org.eclipse.jface.text.ISynchronizable'
     document. Clients which need a synchronized document can set a lock object.
     Note: To overwrite an existing lock object is considered bad practice and can
           break other clients: if the document already has a lock object set then
           this one should be used by the client.
  4) a warning is now written to the .log file if a document setup participant
     sets the default partitioner and the extension point documentation has been
     clarified.
  5) all PartiallySynchronizedDocument implementations can be removed

- bug fixing

========== Eclipse Build Input December 12th 2005 ==========
- bug fixing

========== Eclipse Build Input December 6th 2005 ==========
- converted code to support the new  mutli-font in StyledText widget:
	- getBaseline() ==> getBaseline(int)
	- getLineHeight() ==> getLineHeight(int)
  open issues:
  	- waiting for additional StyledText API (https://bugs.eclipse.org/bugs/show_bug.cgi?id=118670)
	- we do not yet handle the case where the line number ruler font is bigger than the biggest line font (https://bugs.eclipse.org/bugs/show_bug.cgi?id=119232)
	- incorrectly painting of projection summary end [..] (https://bugs.eclipse.org/bugs/show_bug.cgi?id=119235)
	- problems with custom image and special sized carets (https://bugs.eclipse.org/bugs/show_bug.cgi?id=118612)
	- StyledText computes the line base too high (https://bugs.eclipse.org/bugs/show_bug.cgi?id=119233)
	- if multi-font is used performance is going down, e.g. when opening or scrolling large files like StyledText
	- [api] Add new API to support memory efficient StyleRange support in StyledText (https://bugs.eclipse.org/bugs/show_bug.cgi?id=119384)

- bug fixing

========== Eclipse Build Input November 22nd 2005 ==========
- bug fixing

========== Eclipse Build Input October 11th 2005 ==========
- adopted new Eclipse FS (details see https://bugs.eclipse.org/bugs/show_bug.cgi?id=106176)
- bug fixing

========== Eclipse Build Input September 13th 2005 ==========
- pushed down annotation navigation to JFace Text and added annotation
  navigation to all text editors
- bug fixing

========== Eclipse Build Input September 6th 2005 ==========
- pushed down annotation hovering to JFace Text and added text, vertical and
  overview ruler hover support to TextSourceViewerConfiguration which makes this
  available to all clients using this configuration
- removed object contributions from vertical ruler menu
- bug fixing

========== Eclipse Build Input August 30th 2005 ==========
- hyperlink navigation is now also available if editor does not have focus
- bug fixing

========== Eclipse Build Input August 16th 2005 ==========
- Esc on code assist popup no longer closes shell
- clarified how to translate template file translations

========== Eclipse Build Input August 9th 2005 ==========
- bug fixing