ConfigManager

org.eclipse.cdt.ui.ConfigManager

CDT 4.0

In the new CDT 4.0 project model, you should be able to override the dialog that gets displayed when clicking the manage button on any of the C/C++ project property pages,

<!ELEMENT extension (manager+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT manager EMPTY>

<!ATTLIST manager

class CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]