blob: d8bde6a8cc162bf604146379f86e91314006497d [file] [log] [blame]
<!--
DO NOT EDIT THIS FILE WITH HTML EDITORS
-->
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
<title>Eclipse Platform Text Build Notes</title>
</head>
<body>
<h1>Eclipse Platform Text Build Notes</h1>
To see which bugs have been addressed in one of the builds simply open the <a href="http://bugs.eclipse.org/bugs/query.cgi?short_desc_type=allwordssubstr&amp;product=Platform&amp;component=Text&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;namedcmd=Assigned&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Platform-Text bugzilla query page</a>, select status, resolution and the time frame.
<br>
<br>
========== Eclipse Build Input June 20th 2006 ==========<br>
<pre>
- bug fixing
- AbstractInformationControlManager#computeInformationControlLocation will no longer use the
lowest priority anchor in the case that the proposed information control size does not fit
with any of the anchors. Instead, it uses AbstractInformationControlManager#computeAvailableArea
to see which anchor offers the largest intersection with the proposed control size. In addition,
the control size and location are adjusted such that the information control does not overlap
with the subject area (unless the anchor is ANCHOR_GLOBAL) and does not bleed over the monitor edges.
</pre>
<br>
<br>
========== Eclipse Build Input June 13th 2006 ==========<br>
<pre>
- bug fixing
- rewrite of GapTextStore which improves random replace operations as less re-allocations
occur. This allows to deprecate SequentialRewriteTextStore as its performance is not better than
the new GapTextStore. Users of SequentialRewriteTextStore should simply use GapTextStore instead; consequently,
the default IDocument implementation (Document) no longer does text store switching
when a sequential rewrite session starts or ends. Also, the existing constructor of GapTextStore has
been deprecated.
</pre>
<br>
<br>
</body>
</html>