[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Head: Class skeletons to begin C/CPP Search
|
>
> --=_mixed 0072413A85256D44_=
> Content-Type: multipart/alternative; boundary="=_alternative 0072413A85256D44_="
>
>
> --=_alternative 0072413A85256D44_=
> Content-Type: text/plain; charset="US-ASCII"
>
> 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
>
>
It looks like we have duplicate effort on this one. But
you seems to have gone much more further.
I'll happily back down 8-).
Would recommand you create a "ChangeLog" entry in the search source
folder instead of using the default. That will minimize collisions
and make things easier for all to manage the ChangeLog entries.
Just to be on the same page, I got indexer on my TODO list, but
if your schedule is more flexible give me a ring, and I will yield.