Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2005-02-03 17:34:30 +0000
committerteicher2005-02-03 17:34:30 +0000
commit2ce43fb1a23805a8f6669ba495da52990420ca3d (patch)
treed211d69a6d8bac602e736f09a3b21b11015f93fb /org.eclipse.ui.editors/buildnotes_text.html
parent7537f26b63f2f97efb4f68aaa8b5845e76ef53c2 (diff)
downloadeclipse.platform.text-2ce43fb1a23805a8f6669ba495da52990420ca3d.tar.gz
eclipse.platform.text-2ce43fb1a23805a8f6669ba495da52990420ca3d.tar.xz
eclipse.platform.text-2ce43fb1a23805a8f6669ba495da52990420ca3d.zip
folding with designated caption lines
Diffstat (limited to 'org.eclipse.ui.editors/buildnotes_text.html')
-rw-r--r--org.eclipse.ui.editors/buildnotes_text.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/buildnotes_text.html b/org.eclipse.ui.editors/buildnotes_text.html
index 395c571ec09..f9233d8d5ee 100644
--- a/org.eclipse.ui.editors/buildnotes_text.html
+++ b/org.eclipse.ui.editors/buildnotes_text.html
@@ -20,6 +20,13 @@ To see which bugs have been addressed in one of the builds simply open the <a hr
<br>
<br>
<br>
+========== Eclipse Build Input February 8th 2005 ==========<br>
+<pre>
+- Added ProjectionAnnotation.getCaptionOffset which allows folding providers
+ to specify which line of a folded-away region should be used as the caption
+ that remains visible in the document. This change is binary compatible, but
+ could break clients that already define such a method.
+</pre>
========== Eclipse Build Input February 1st 2005 ==========<br>
<pre>
- added FastPartitioner, replacing DefaultPartitioner which is deprecated.

Back to the top