Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Be able to display context information in C/C++ searches

There is already a similar bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=47136 filed against JDT. Please vote for it and file another one against CDT.

-sergey

On 12/11/06, Derek Morris <dmsubs@xxxxxxxxxxxxx> wrote:
You can step through each of the search result occurrences by clicking on the
Up/Down arrows in the search results window. This shows the file in the editor
window with the search result highlighted.

HTH
--
Derek


Sheth, Amit wrote:
> When you perform a search in eclipse, the search-result window displays
> name of the file and number of occurrences of the match.
> The context means that the actual line where the match is found is
> displayed.
>
> The benefit of this is that you can quickly go to the instance that you
> want from the search results rather than having to open each file and
> look at the matches to get to the instance you want.
>
> Amit
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx ]
> On Behalf Of Chris Recoskie
> Sent: Monday, December 11, 2006 8:33 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Be able to display context information in C/C++
> searches
>
> Your question is a bit vague.  What context information?
>
> In any case, this questions is best asked in the CDT newsgroup as this
> list
> is for the developers of CDT, not user questions.
>
> Thanks,
>
> ===========================
>
> Chris Recoskie
> Team Lead, IBM CDT Team
> IBM Toronto
> http://www.eclipse.org/cdt
>
>
>
>
>
>   From:   "Sheth, Amit" <amit.sheth@xxxxxxxxxxx>
>
>
>
>   To:     < cdt-dev@xxxxxxxxxxx>
>
>
>
>   Date:   08/12/2006 08:44 AM
>
>
>
>   Subject [cdt-dev] Be able to display context information in C/C++
>
>   :       searches
>
>
>
>
>
>
>
> I am using Eclipse SDK 3.2.1 with C/C++ CDT 3.1.1 and I was wondering
> how
> to display context information in a search.
>
> Regards,
>
> Amit. _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top