Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2004-12-22 11:13:20 +0000
committerteicher2004-12-22 11:13:20 +0000
commit12d9623b469920e13098562f48e89f3f79c48f47 (patch)
tree3a5aa99777a5304a36eebee84146d65e40fcb3b8 /org.eclipse.ui.editors/buildnotes_text.html
parent912b841f2a9cd404523187c6372ba126bc24e921 (diff)
downloadeclipse.platform.text-12d9623b469920e13098562f48e89f3f79c48f47.tar.gz
eclipse.platform.text-12d9623b469920e13098562f48e89f3f79c48f47.tar.xz
eclipse.platform.text-12d9623b469920e13098562f48e89f3f79c48f47.zip
getting rid of internal imports (quick diff)
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 9ad8629164e..cc4a15eb2db 100644
--- a/org.eclipse.ui.editors/buildnotes_text.html
+++ b/org.eclipse.ui.editors/buildnotes_text.html
@@ -20,6 +20,18 @@ To see which bugs have been addressed in one of the builds simply open the <a hr
<br>
<br>
<br>
+========== Eclipse Build Input January 11th 2005 ==========<br>
+<pre>
+Quick Diff:
+ - added org.eclipse.jface.text.source.ILineDifferExtension extension interface to ILineDiffer
+
+Templates:
+ - deprecated all setters on org.eclipse.jface.text.templates.Template. Template
+ is really a value object and should not be modified any longer.
+ - In order to handle the above change, deprecated TemplatePreferencePage.createEditTemplateDialog.
+ Subclasses really don't need to display a dialog if they don't want. Editing or adding a template
+ can be customized through the new hook method editTemplate method.
+</pre>
========== Eclipse Build Input December 14th 2004 ==========<br>
<pre>
- added Spelling API to org.eclipse.ui.workbench.texteditor plug-in:

Back to the top