diff options
author | teicher | 2004-03-05 10:12:24 +0000 |
---|---|---|
committer | teicher | 2004-03-05 10:12:24 +0000 |
commit | a4e82e312c010a3ceeb9ba47fbdba287a8f96d75 (patch) | |
tree | 512b89f5a0baad2d48ce6ef337b67affc12eb844 /org.eclipse.ui.editors | |
parent | 430feea1a6bc43300ab774fbe18ed1731f4ff4a7 (diff) | |
download | eclipse.platform.text-a4e82e312c010a3ceeb9ba47fbdba287a8f96d75.tar.gz eclipse.platform.text-a4e82e312c010a3ceeb9ba47fbdba287a8f96d75.tar.xz eclipse.platform.text-a4e82e312c010a3ceeb9ba47fbdba287a8f96d75.zip |
Template renaming after first review w/ kai
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r-- | org.eclipse.ui.editors/buildnotes_text.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.editors/buildnotes_text.html b/org.eclipse.ui.editors/buildnotes_text.html index 66098cc3e..3371561ce 100644 --- a/org.eclipse.ui.editors/buildnotes_text.html +++ b/org.eclipse.ui.editors/buildnotes_text.html @@ -19,6 +19,16 @@ To see which bugs have been addressed in one of the builds simply open the <a hr <br> <br> <br> +========== Eclipse Build Input March 9th 2004 ==========<br> +<pre> +- Moved the templates infrastructure to the text, jface.text and ui.workbench.texteditor + projects, making it API. The template API is still in the flow and might change considerably. + + For people that have been using the internal template code, please note: + - TemplateVariable has been renamed to TemplateVariableResolver + - TemplatePosition has benn renamed to TemplateVariable + - there is first support for adding multiple proposals for a variable +</pre> ========== Eclipse Build Input March 2nd 2004 ==========<br> <pre> - Moved the linked position infrastructure to the text, jface.text and ui.workbench.texteditor |