| View previous topic :: View next topic |
| Author |
Message |
Bob D Guest
|
Posted: Sat Oct 28, 2006 4:49 am Post subject: tool to search my source code |
|
|
Hello,
is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
Thanks |
|
| Back to top |
|
 |
Erick Sasse Guest
|
Posted: Sat Oct 28, 2006 5:14 am Post subject: Re: tool to search my source code |
|
|
Bob D wrote:
| Quote: | is there any tool to search all my PAS file and find for a text?
|
GExperts Grep Search.
--
Erick Sasse
Brazil |
|
| Back to top |
|
 |
Ron L. Guest
|
Posted: Sat Oct 28, 2006 5:58 am Post subject: Re: tool to search my source code |
|
|
"Bob D" <bobd (AT) demo (DOT) it> wrote in message
news:45429b0d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
|
ModelMaker CodeExplorer seems to have that capability (and lots of others as
well) |
|
| Back to top |
|
 |
Erick Sasse Guest
|
Posted: Sat Oct 28, 2006 6:12 am Post subject: Re: tool to search my source code |
|
|
Ron L. wrote:
| Quote: | ModelMaker CodeExplorer seems to have that capability (and lots of
others as well)
|
Yes, MMX has it too, and it's lightning fast. :)
--
Erick Sasse
Brazil |
|
| Back to top |
|
 |
Rich Guest
|
Posted: Sat Oct 28, 2006 6:16 am Post subject: Re: tool to search my source code |
|
|
"Bob D" <bobd (AT) demo (DOT) it> wrote in news:45429b0d$1 (AT) newsgroups (DOT) borland.com:
| Quote: | Hello,
is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
Thanks
|
If you want a general purpose search tool, I haven't found anything better
than PowerGrep (www.powergrep.com).
HTH |
|
| Back to top |
|
 |
Lachlan Gemmell Guest
|
Posted: Sat Oct 28, 2006 6:27 am Post subject: Re: tool to search my source code |
|
|
Copernic Desktop Search is a great tool for this and anything else you
need in relation to searching your own computer. It's free and written
in Delphi.
Lachlan
Bob D wrote:
| Quote: | Hello,
is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
Thanks |
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sat Oct 28, 2006 6:51 am Post subject: Re: tool to search my source code |
|
|
"Bob D" <bobd (AT) demo (DOT) it> wrote in message
news:45429b0d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Internal windows xp text search doesnt work !
|
Works fine for me.
Gambit |
|
| Back to top |
|
 |
Bill Edwards Guest
|
Posted: Sat Oct 28, 2006 8:12 am Post subject: Re: tool to search my source code |
|
|
The answer lies within the following article:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;309173
"Bob D" <bobd (AT) demo (DOT) it> wrote in message
news:45429b0d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello,
is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
Thanks
|
|
|
| Back to top |
|
 |
Gerrit Beuze Guest
|
Posted: Sat Oct 28, 2006 8:12 am Post subject: Re: tool to search my source code |
|
|
| Quote: | is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
|
The new Source Indexer that is part of ModelMaker Code Explorer 4.20
Allos you to find ALL identifiers in a single search that only takes about
twice as long as a search for a single identifier using Delphi IDE Find in Files.
Additionally, the match positions are auto synced after you change and save a file
Here's a sample movie that shows the Source Indexer as
part of ModelMaker Code Explorer for Delphi 5 - BDS 2006
http://modelmakertools.com/movies/source-indexer.htm
Here are the rest of the new features of MMX 4.20
http://www.modelmakertools.com/code-explorer/history/mmx420.html
Gerrit Beuze
ModelMaker Tools |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Sat Oct 28, 2006 8:12 am Post subject: Re: tool to search my source code |
|
|
Bob D wrote:
| Quote: | is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
|
A commandline version of grep comes with delphi
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Hans-Peter Suter Guest
|
Posted: Sat Oct 28, 2006 1:31 pm Post subject: Re: tool to search my source code |
|
|
"Bob D" <bobd (AT) demo (DOT) it> wrote in message
news:45429b0d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hello, is there any tool to search all my PAS file and find for a text?
Internal windows xp text search doesnt work !
|
Copernic desktop search? You can filter for file extensions.
Best regards,
Hans-Peter |
|
| Back to top |
|
 |
Bob D Guest
|
Posted: Sat Oct 28, 2006 3:23 pm Post subject: Re: tool to search my source code |
|
|
I searched *.pas files and I added to search for text "DrawText" and returns
no results in all my components. But there are many files with DrawText.
Maybe this causes my problem:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;309173
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> wrote in message
news:4542b7f7$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Bob D" <bobd (AT) demo (DOT) it> wrote in message
news:45429b0d$1 (AT) newsgroups (DOT) borland.com...
Internal windows xp text search doesnt work !
Works fine for me.
Gambit
|
|
|
| Back to top |
|
 |
John Herbster Guest
|
Posted: Sat Oct 28, 2006 3:47 pm Post subject: Re: tool to search my source code |
|
|
| Quote: | "Bob D" <bobd (AT) demo (DOT) it> wrote in message
Internal windows XP text search doesn't work !
|
"Remy Lebeau (TeamB)" wrote
| Quote: | Works fine for me.
|
As I recall, one has to tell WinXP what kind of file the
*.pas files are or which search parser to use. However,
I cannot find right now where in WinXP to specify that.
--JohnH |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Sat Oct 28, 2006 4:36 pm Post subject: Re: tool to search my source code |
|
|
John Herbster wrote:
| Quote: | As I recall, one has to tell WinXP what kind of file the
*.pas files are or which search parser to use. However,
I cannot find right now where in WinXP to specify that.
--JohnH
|
Right click my computer, manage, and at the bottom services and
applications and its in the indexing service.
I last added stuff about 5 years back, you should be able to google for
stuff on what to do
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Henrick Hellström [Stream Guest
|
Posted: Sat Oct 28, 2006 7:09 pm Post subject: Re: tool to search my source code |
|
|
Bob D wrote:
| Quote: | is there any tool to search all my PAS file and find for a text?
|
Is there any reason for you not to use the IDE action Search|Find In
Files (Shift+Ctrl+F)? |
|
| Back to top |
|
 |
|