Missing tabs in v8.1 'Find in Files' feature

General questions regarding the usage of CodeLite
zeb
CodeLite Enthusiast
Posts: 11
Joined: Wed May 12, 2010 3:44 pm
Genuine User: Yes
IDE Question: C++
Contact:

Missing tabs in v8.1 'Find in Files' feature

Post by zeb »

I work on a million-line source code base and I use the 'Find in Files' feature all the time. It is particular helpful when finding Makefile and perl variable names that could reside in hundreds of files spread amongst thousands of C++ files in our project.

In previous codelite releases, you could turn on an option that would save the results of every 'Find in Files' request to a new "tab" window under the 'search' topic of the output pane.

Would you consider putting this option back in? It was extremely helpful to have these results saved because I can instantly flip back to them. Re-running searches in our large codebase can be time-consuming.

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

Re: Missing tabs in v8.1 'Find in Files' feature

Post by eranif »

This was temporarily removed and will be re-introduced slightly different in the next build
instead of tabs (which consumes space) I plan on adding history where you can select the query to watch

Eran
Make sure you have read the HOW TO POST thread
zeb
CodeLite Enthusiast
Posts: 11
Joined: Wed May 12, 2010 3:44 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing tabs in v8.1 'Find in Files' feature

Post by zeb »

Great! Looking forward to the next release.

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

Re: Missing tabs in v8.1 'Find in Files' feature

Post by eranif »

Which OS are you using?

Eran
Make sure you have read the HOW TO POST thread
zeb
CodeLite Enthusiast
Posts: 11
Joined: Wed May 12, 2010 3:44 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing tabs in v8.1 'Find in Files' feature

Post by zeb »

I'm using Kubuntu 14.04
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing tabs in v8.1 'Find in Files' feature

Post by eranif »

I might be able to provide you with a .deb file for the next weekly build

Eran
Make sure you have read the HOW TO POST thread
zeb
CodeLite Enthusiast
Posts: 11
Joined: Wed May 12, 2010 3:44 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Missing tabs in v8.1 'Find in Files' feature

Post by zeb »

Wow, that would be great.
Post Reply