Find in Files should search in Current file's project

Discussion about CodeLite development process and patches
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Find in Files should search in Current file's project

Post by hbr_in »

Hi,

In Multi-Project environment, Most of the time we use find in files
to search only inside the current project. Could you add an option for "look
in" -> "Current File's Project". This should search only within the Current
File's Project.

Feature Request -> http://sourceforge.net/tracker/index.ph ... tid=979963

Thanks & regards
Gururaja
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Find in Files should search in Current file's project

Post by DavidGH »

Hi Gururaja,

Isn't that already there? The second field of the Find In Files dialog says Entire Workspace by default, but if you click the down arrow you'll see the alternative of Active Project.

Regards,

David
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Find in Files should search in Current file's project

Post by eranif »

DavidGH wrote:Isn't that already there? The second field of the Find In Files dialog says Entire Workspace by default, but if you click the down arrow you'll see the alternative of Active Project.
I think he means that in case the open file is not part of an active project, allow 'Find In Files' to search that file's project, this could save some clicking: right click on the file's project (you need to find it first...) and then set it as active and invoke the 'Find in files' dialog again.

Eran
Make sure you have read the HOW TO POST thread
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Re: Find in Files should search in Current file's project

Post by hbr_in »

Hi,

Eran had told me about implementing this before. I just started a reminder.

Actually i asked to make "Active Project" the default. But eran came with the gr8 idea of adding a new entry "Current File's Project" & making it the default.

Thanks & Regards
Gururaja
Post Reply