Find-in-files refinement.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Find-in-files refinement.

Post by jassing »

I typically store all my "generic/toolkit" code snippets in a central location (happens to be c:\src\purebasic) while programs that I'm working on get shuffled to c:\work\company\project

With code unique to 'company' and 'project' being put in their respectful places.

While "find in file" is useful, it would be (IMHO) more useful if one could select from a couple new options:
1) Search in PROJECT files
2) Search in OPEN files

In addition to the already "search in files on disk" option...
If I"m changing references to 'cLastName' to 'cUserLastName' I could care less about code that is not in the current project....
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: Find-in-files refinement.

Post by Josh »

jassing wrote:While "find in file" is useful, it would be (IMHO) more useful if one could select from a couple new options:
1) Search in PROJECT files
YES, WOULD BE VERY USEFUL
sorry for my bad english
Post Reply