1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

disable the task Properth and preference page

This commit is contained in:
Alain Magloire 2003-09-22 14:41:49 +00:00
parent 46e2ef2f7c
commit 149fe5aa01
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2003-09-22 Alain Magloire
Disable the C-Task Property and Preference page.
The generation of those tasks was inadvertly remove any in the
parser. The UI code is still there since it is a feature
that we will want for CDT-2.0
* plugin.xml
2003-09-21 Alain Magloire 2003-09-21 Alain Magloire
Patch contributed by Keith Campbell. Patch contributed by Keith Campbell.

View file

@ -235,12 +235,14 @@
class="org.eclipse.cdt.internal.ui.preferences.BuildConsolePreferencePage" class="org.eclipse.cdt.internal.ui.preferences.BuildConsolePreferencePage"
id="org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces"> id="org.eclipse.cdt.ui.preferneces.CBuildConsolePreferernces">
</page> </page>
<!-- This code is disable for CDT-1.2: Alain
<page <page
name="%todoTaskPrefName" name="%todoTaskPrefName"
category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage" category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
class="org.eclipse.cdt.internal.ui.preferences.TodoTaskPreferencePage" class="org.eclipse.cdt.internal.ui.preferences.TodoTaskPreferencePage"
id="org.eclipse.cdt.ui.preferences.TodoTaskPreferencePage"> id="org.eclipse.cdt.ui.preferences.TodoTaskPreferencePage">
</page> </page>
-->
</extension> </extension>
<extension <extension
point="org.eclipse.ui.propertyPages"> point="org.eclipse.ui.propertyPages">
@ -255,6 +257,7 @@
value="org.eclipse.cdt.core.cnature"> value="org.eclipse.cdt.core.cnature">
</filter> </filter>
</page> </page>
<!-- This code is disable for CDT-1.2, does not work correctly: Alain
<page <page
objectClass="org.eclipse.core.resources.IProject" objectClass="org.eclipse.core.resources.IProject"
name="%todoPageName" name="%todoPageName"
@ -265,6 +268,7 @@
value="org.eclipse.cdt.core.cnature"> value="org.eclipse.cdt.core.cnature">
</filter> </filter>
</page> </page>
-->
</extension> </extension>
<extension <extension
point="org.eclipse.ui.editorActions"> point="org.eclipse.ui.editorActions">