Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.editors/buildnotes_text.html')
-rw-r--r--org.eclipse.ui.editors/buildnotes_text.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/buildnotes_text.html b/org.eclipse.ui.editors/buildnotes_text.html
index 8e7025bb513..f4ffb25b552 100644
--- a/org.eclipse.ui.editors/buildnotes_text.html
+++ b/org.eclipse.ui.editors/buildnotes_text.html
@@ -19,6 +19,18 @@ To see which bugs have been addressed in one of the builds simply open the <a hr
<br>
<br>
<br>
+========== Eclipse Build Input November 11th 2003 ==========<br>
+<pre>
+- Finished annotation background painter
+- Added new concept of ITextPresentationListener which should be used by clients
+ to apply a presentation style (e.g. color, bold) to the text. Clients using
+ the StyledText.*styleRange* API methods should convert to this new API. A
+ ITextPresentationListener can be added and removed from a text viewer (see
+ ITextViewerExtension4)
+</pre>
+<br>
+<br>
+
========== Eclipse Build Input October 28th 2003 ==========<br>
<pre>
- Vertical ruler annotations can be disabled via editor's Annotation preference

Back to the top