Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [ HEAD ] Re: [cdt-patch] Head: Class skeletons to begin C/CPP Search




Andrew Niefer/Ottawa/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

06/13/2003 04:46 PM

Please respond to
cdt-patch@xxxxxxxxxxx

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] Head: Class skeletons to begin C/CPP Search






This patch introduces the beginnings of the classes necessary for the C/CPP search.  So far, its pretty much based on the JDT search.

With these changes, there is now a C/CPP tab in the search dialog, but clicking on the search button does nothing.


For the core,

A new source folder is added to org.eclipse.core called search, it contains the following packages:

       
search\org.eclipse.cdt.core.search
       search\org.eclipse.cdt.internal.core.search

       search\org.eclipse.cdt.internal.core.search.matching

       search\org.eclipse.cdt.internal.core.search.processing


These files can be found attached in search.zip


For the UI,

A new package has been added to the src folder: org.eclipse.cdt.internal.ui.search

these files can be found attached in org.eclipse.cdt.internal.ui.search.zip



The cdt.ui plugin.xml has been modified to extend org.eclipse.search.SearchPages


Also attached is an icon, csearch_obj.gif which goes in org.eclipse.cdt.ui/icons/full/obj16



 

-Andrew[attachment "patch_06.13.03(cdt.core).txt" deleted by John Camelon/Ottawa/IBM] [attachment "patch_06.13.03(cdt.ui).txt" deleted by John Camelon/Ottawa/IBM] [attachment "search.zip" deleted by John Camelon/Ottawa/IBM] [attachment "org.eclipse.cdt.internal.ui.search.zip" deleted by John Camelon/Ottawa/IBM] [attachment "csearch_obj.gif" deleted by John Camelon/Ottawa/IBM]


Back to the top