mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-09-07 Chris Wiebe
comment out old class wizard * plugin.xml
This commit is contained in:
parent
3831dd4b2e
commit
cee8b24391
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-07 Chris Wiebe
|
||||||
|
|
||||||
|
comment out old class wizard
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-09-07 Bogdan Gheorghe
|
2004-09-07 Bogdan Gheorghe
|
||||||
|
|
||||||
Fix for Bug 73191: Search not finding all references in a specific example
|
Fix for Bug 73191: Search not finding all references in a specific example
|
||||||
|
|
|
@ -314,6 +314,7 @@
|
||||||
name="%newCCWizardsCategory.name"
|
name="%newCCWizardsCategory.name"
|
||||||
id="org.eclipse.cdt.ui.newCCWizards">
|
id="org.eclipse.cdt.ui.newCCWizards">
|
||||||
</category>
|
</category>
|
||||||
|
<!-- old class wizard
|
||||||
<wizard
|
<wizard
|
||||||
name="%NewWizards.class"
|
name="%NewWizards.class"
|
||||||
icon="icons/full/ctool16/newclass_wiz.gif"
|
icon="icons/full/ctool16/newclass_wiz.gif"
|
||||||
|
@ -327,8 +328,9 @@
|
||||||
%NewWizards.class.description
|
%NewWizards.class.description
|
||||||
</description>
|
</description>
|
||||||
</wizard>
|
</wizard>
|
||||||
|
-->
|
||||||
<wizard
|
<wizard
|
||||||
name="New C++ Class"
|
name="%NewWizards.class"
|
||||||
icon="icons/full/ctool16/newclass_wiz.gif"
|
icon="icons/full/ctool16/newclass_wiz.gif"
|
||||||
category="org.eclipse.cdt.ui.newCCWizards"
|
category="org.eclipse.cdt.ui.newCCWizards"
|
||||||
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
||||||
|
|
Loading…
Add table
Reference in a new issue