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
Patch contributed by Keith Campbell.

View file

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