Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How can I search in files (.h,.cpp) outside Workspace?
How can I search in files (.h,.cpp) outside Workspace? [message #157907] Mon, 14 November 2005 06:05 Go to next message
Eclipse UserFriend
Originally posted by: muravev_il.mail.ru

Thanks in advance
Re: How can I search in files (.h,.cpp) outside Workspace? [message #158116 is a reply to message #157907] Wed, 16 November 2005 09:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavel.sapozhnikov.gmail.com

Ilya Muravev wrote:
> Thanks in advance
Well I was wondering if google desktop could do this. For example if you
get a plugin for google desktop that does this you might be able to.

--
Pavel Sapozhnikov
Павел Сапожников
University of Massachusetts Amherst
Department of Computer Science
pavel.sapozhnikov@gmail.com
Re: How can I search in files (.h,.cpp) outside Workspace? [message #158363 is a reply to message #158116] Fri, 18 November 2005 02:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muravev_il.mail.ru

Pavel S пишет:
> Ilya Muravev wrote:
>
>> Thanks in advance
>
> Well I was wondering if google desktop could do this. For example if you
> get a plugin for google desktop that does this you might be able to.
>

Thx, but I would like to use regexp for searching (that google desktop
engine cannot). By the way, I found one way how one can act -
just create a new project about those files you need to search, and use
Eclipse search Ctrl+H.

But I think that is uncomfortable somehow.
Anybody knows another way?

Ilya Muravev.
Re: How can I search in files (.h,.cpp) outside Workspace? [message #158388 is a reply to message #158363] Fri, 18 November 2005 03:56 Go to previous messageGo to next message
Eclipse UserFriend
Ilya,

you could run grep as external tool. Go to Run -> External Tools -> External
Tools... to open the External Tools configuration dialog.

Create a new "Program" configuration, specify command name, working
directory and command line options and click Run.

View the output in the console view.

If you want more comfort you'll have to write a custom external tool launch
configuration which calls grep in the background.

How about that?


Norbert

"Ilya Muravev" <muravev_il@mail.ru> schrieb im Newsbeitrag
news:dlk04g$e4c$1@news.eclipse.org...
> Pavel S
Re: How can I search in files (.h,.cpp) outside Workspace? [message #158534 is a reply to message #158388] Sun, 20 November 2005 07:26 Go to previous message
Eclipse UserFriend
Originally posted by: muravev_il.mail.ru

Norbert Ploett пишет:
> Ilya,
>
> you could run grep as external tool. Go to Run -> External Tools -> External
> Tools... to open the External Tools configuration dialog.
>
> Create a new "Program" configuration, specify command name, working
> directory and command line options and click Run.
>
> View the output in the console view.
>
> If you want more comfort you'll have to write a custom external tool launch
> configuration which calls grep in the background.
>
> How about that?
>
>
> Norbert
>
Thanks, it helped.
Previous Topic:Indexer Failing
Next Topic:What a reasonable computer configuration is needed for quick Code Assist?
Goto Forum:
  


Current Time: Fri May 16 03:00:44 EDT 2025

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

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

Back to the top