[DUG] XP Search

2007-05-21 Thread Neven MacEwan
Having just upgraded to xp (yeah I know) what is it with its search an delphi files! I can see the file and search can't find it! Neven ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailma

Re: [DUG] XP Search

2007-05-21 Thread Richard Vowles
Neven MacEwan wrote: Having just upgraded to xp (yeah I know) what is it with its search an delphi files! I can see the file and search can't find it! Yeah - it is the reason I went and downloaded this: http://www.baremetalsoft.com/baregrep/ -- Richard Vowles, Product Evangelist Developers

RE: [DUG] XP Search

2007-05-21 Thread Conor Boyd
Yup, It's a known issue. I believe it's something to do with XP by default only looking for text type files with extensions that it knows about. I believe there may be ways to get it to find pas files etc, although I reckon you're better off with Google Desktop Search and "Larry's Any Text File

Re: [DUG] XP Search

2007-05-21 Thread Nick
"Google Desktop Search" Thats just nasty! Conor Boyd wrote: Yup, It's a known issue. I believe it's something to do with XP by default only looking for text type files with extensions that it knows about. I believe there may be ways to get it to find pas files etc, although I reckon you're b

RE: [DUG] XP Search

2007-05-21 Thread Cheng Wei \(FMI\)
- Open Computer Management console (right click "My Computer" and click "Manage"). - Expand "Services and Applications". - Right click "Indexing Service" and click "Properties". - Trun on "Index files with unknown extensions". Cheng Wei Software Development Manager FMI Research Ltd P: +64 9

RE: [DUG] XP Search

2007-05-21 Thread John Davys
If you want to actually fix it, set: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\FilterFiles WithUnknownExtensions = 1 Regards John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neven MacEwan Sent: Tuesday, 22 May 2007 10:11 a.m

RE: [DUG] XP Search

2007-05-21 Thread Conor Boyd
Well, maybe. ;-) It (mostly) works for me. To be honest, I find the Find in Files functionality in Delphi itself to be pretty good, and reasonably quick over our codebase. C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick "Google Desktop Search"

RE: [DUG] XP Search

2007-05-21 Thread Ross Levis
I specifically added the .pas file extension somewhere but I don't know where now. I can search for text in .pas files using F3, but I don't use the indexing service. I have found that when this is enabled, it doesn't include files that have not been changed recently or not indexed, which is usel

RE: [DUG] XP Search

2007-05-21 Thread Ross Levis
This is it. http://groups.google.co.nz/group/borland.public.delphi.ide/browse_thread/thr ead/26be859982e24d13/320b166eb677b18e?lnk=st&q=add+.pas+files+to+windows+sea rch&rnum=1&hl=en#320b166eb677b18e Ross. ___ NZ Borland Developers Group - Delphi maili

RE: [DUG] XP Search

2007-05-21 Thread Ross Levis
There is a "not" that should not be there regarding indexing. "it doesn't include files that have changed recently" The Delphi installer should really do this as a matter of course. 1. Starting Regedit 2. Goto HKEY_CLASSES_ROOT\.pas 3. add a subkey called PersistentHandler 4. change its default

RE: [DUG] XP Search

2007-05-21 Thread John Bird
I have a free giveaway search too See http://jbclnz.googlepages.com/delphistuff It doesn't do regular searches, but it can search folders recursively and open an editor (at the actual text location if its command line options can do that - eg I have that set up for EditPlus). Default start