Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Paths and Symbol page overide IncludeTab
Paths and Symbol page overide IncludeTab [message #985855] Fri, 16 November 2012 12:25
anil kumar is currently offline anil kumarFriend
Messages: 17
Registered: January 2012
Junior Member
i want to overide the IncludeTab of Paths and Symbol page of C/C++ project Properties;
so i have added following code in the plug-in.xml file

<extension
point="org.eclipse.cdt.ui.cPropertyTab">
<!-- exported from CORE -->
<tab
class="com.test.cdt.remote.make.IncludeTabLatest"
icon="icons/obj16/hfolder_obj.gif"
name="Includes"
weight="010"
helpId="cdt_u_prop_pns_inc"
parent="org.eclipse.cdt.managedbuilder.ui.properties.Page_PathAndSymb"
tooltip="test"/>

</extension>

and overide the org.eclipse.cdt.ui.newui.IncludeTab class using IncludeTabLatest;
all the functionalites are working but in Paths and Symbol page still i can see
IncludeTab of org.eclipse.cdt.ui plug in and newly added IncludeTabLatest both;please see the attachment for reference;
i need to show only one Tab of my latest IncludeTab; please suggest me ;
Previous Topic:Inferring include paths and make targets from existing Makefile in Eclipse
Next Topic:Eclipse complains about working code
Goto Forum:
  


Current Time: Fri Mar 29 15:44:45 GMT 2024

Powered by FUDForum. Page generated in 0.01788 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top