Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-11-27 19:54:40 +0000
committerDavid Inglis2002-11-27 19:54:40 +0000
commitf28b06a289c63d8f552756527012383fae5f055a (patch)
tree0d1ecc40c59ff5765fe120a7dbf8ea43075833a5 /core/org.eclipse.cdt.ui/plugin.xml
parent339d480d394100714c399ceca4789a79dad3f9b0 (diff)
downloadorg.eclipse.cdt-f28b06a289c63d8f552756527012383fae5f055a.tar.gz
org.eclipse.cdt-f28b06a289c63d8f552756527012383fae5f055a.tar.xz
org.eclipse.cdt-f28b06a289c63d8f552756527012383fae5f055a.zip
new build console line cap
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index da27a6e776f..8c383548e08 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -29,9 +29,9 @@
<extension-point id="CCompletionContributor" name="%completionContributorName"/>
<extension-point id="CElementFilters" name="%elementFiltersName"/>
<!-- =========================================================================== -->
-<!-- Extension Implementation: must implement org.eclipse.jface.text.ITextHover -->
-<!-- Purpose: Provide a perspective specific text hovering for CEditor files -->
<!-- Extension point: org.eclipse.cdt.ui.textHovers -->
+<!-- Purpose: Provide a perspective specific text hovering for CEditor files -->
+<!-- Extension Implementation: must implement org.eclipse.jface.text.ITextHover -->
<!-- =========================================================================== -->
<extension-point id="textHovers" name="%textHoversName"/>
@@ -139,8 +139,8 @@
id="org.eclipse.cdt.ui.MakeView">
</view>
</extension>
-<!-- The wizards -->
<!-- For C Wizards -->
+<!-- The wizards -->
<extension
point="org.eclipse.ui.newWizards">
<category
@@ -249,6 +249,12 @@
class="org.eclipse.cdt.internal.ui.preferences.TemplatePreferencePage"
id="org.eclipse.cdt.ui.preferences.TemplatePreferencePage">
</page>
+ <page
+ name="%CPluginBuildConsolePreferencePage.name"
+ category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
+ class="org.eclipse.cdt.internal.ui.preferences.BuildConsolePreferencePage"
+ id="org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces">
+ </page>
</extension>
<extension
point="org.eclipse.ui.propertyPages">

Back to the top