From 2fbee539eb0263083810a653d4d1926b0a805fc3 Mon Sep 17 00:00:00 2001 From: teicher Date: Tue, 22 Jun 2004 08:21:13 +0000 Subject: 3.0 javadoc --- .../src/org/eclipse/jface/text/rules/DefaultPartitioner.java | 2 +- org.eclipse.ui.editors/schema/templates.exsd | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/DefaultPartitioner.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/DefaultPartitioner.java index 25ad2b4f2fe..ce586f6f122 100644 --- a/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/DefaultPartitioner.java +++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/DefaultPartitioner.java @@ -521,7 +521,7 @@ public class DefaultPartitioner implements IDocumentPartitioner, IDocumentPartit } /* - * @see org.eclipse.jface.text.IDocumentPartitionerExtension2#computeZeroLengthPartitioning(int, int) + * @see org.eclipse.jface.text.IDocumentPartitionerExtension2#computePartitioning(int, int, boolean) * @since 3.0 */ public ITypedRegion[] computePartitioning(int offset, int length, boolean includeZeroLengthPartitions) { diff --git a/org.eclipse.ui.editors/schema/templates.exsd b/org.eclipse.ui.editors/schema/templates.exsd index 5a6afbb8a42..594ff80fbb3 100644 --- a/org.eclipse.ui.editors/schema/templates.exsd +++ b/org.eclipse.ui.editors/schema/templates.exsd @@ -67,7 +67,7 @@ - A subclass of <code>org.eclipse.jface.text.templates.ContextType</code>. + A subclass of <code>org.eclipse.jface.text.templates.TemplateContextType</code>. @@ -77,7 +77,7 @@ - + The display name of this context. @@ -128,14 +128,14 @@ - The UI name of this resolver. + The display name of this resolver. - + An icon that may be displayed in the user interface. @@ -189,7 +189,7 @@ - + An icon that may be displayed in the UI for this template, for example in content assist proposals. -- cgit v1.2.3