Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-11-15 15:37:27 +0000
committerDarin Wright2006-11-15 15:37:27 +0000
commit38275384c4fbf9af76e9a33633c3846304454411 (patch)
treee73aad77b91e0fbfad38c4aab0223f1f29d058bb /org.eclipse.debug.ui/schema
parentfbcd81b8b589518dd63abfd60902c9c2c354903e (diff)
downloadeclipse.platform.debug-38275384c4fbf9af76e9a33633c3846304454411.tar.gz
eclipse.platform.debug-38275384c4fbf9af76e9a33633c3846304454411.tar.xz
eclipse.platform.debug-38275384c4fbf9af76e9a33633c3846304454411.zip
Bug 104369 [breakpoints] drag & drop of many breakpoints is slow
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index 89c7e76b5..f80327759 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -53,7 +53,7 @@ Organizers with the specified name will be automatically created by the Debug Pl
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- Implementation of &lt;code&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegate&lt;/code&gt; that performs categorization
+ Implementation of &lt;code&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegate&lt;/code&gt; that performs categorization. Since 3.3, the class may optionally implement &lt;code&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegateExtension&lt;/code&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java"/>
@@ -124,7 +124,7 @@ In the above example, the supplied factory will be included in the list of optio
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegate&lt;/b&gt;.
+ Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegate&lt;/b&gt;. Since 3.3 the class may optionally implement &lt;b&gt;org.eclipse.debug.ui.IBreakpointOrganizerDelegateExtension&lt;/b&gt;.
</documentation>
</annotation>

Back to the top