Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornsandonato2010-03-04 05:37:44 +0000
committernsandonato2010-03-04 05:37:44 +0000
commit045735eba3403cea94f471f0eedea19492880c42 (patch)
treedf23aa541593ece8ac86e0391cc661bbe88ced28 /bundles/org.eclipse.wst.html.ui/plugin.xml
parent3dc93d5f9b8488c381d8e69724234d8b666d4141 (diff)
downloadwebtools.sourceediting-045735eba3403cea94f471f0eedea19492880c42.tar.gz
webtools.sourceediting-045735eba3403cea94f471f0eedea19492880c42.tar.xz
webtools.sourceediting-045735eba3403cea94f471f0eedea19492880c42.zip
[286659] Implement "Quick Outline" for the XML editor
Diffstat (limited to 'bundles/org.eclipse.wst.html.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.html.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.xml b/bundles/org.eclipse.wst.html.ui/plugin.xml
index 4411ce37f9..2f06c98fee 100644
--- a/bundles/org.eclipse.wst.html.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.html.ui/plugin.xml
@@ -23,6 +23,9 @@
<contentOutlineConfiguration
class="org.eclipse.wst.html.ui.views.contentoutline.HTMLContentOutlineConfiguration"
target="org.eclipse.wst.html.core.htmlsource" />
+ <quickOutlineConfiguration
+ class="org.eclipse.wst.xml.ui.internal.quickoutline.XMLQuickOutlineConfiguration"
+ target="org.eclipse.wst.html.core.htmlsource"/>
<propertySheetConfiguration
class="org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration"
target="org.eclipse.wst.html.core.htmlsource" />

Back to the top