BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

tool to search my source code
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
Bob D
Guest





PostPosted: Sat Oct 28, 2006 4:49 am    Post subject: tool to search my source code Reply with 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
Erick Sasse
Guest





PostPosted: Sat Oct 28, 2006 5:14 am    Post subject: Re: tool to search my source code Reply with quote



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





PostPosted: Sat Oct 28, 2006 5:58 am    Post subject: Re: tool to search my source code Reply with quote



"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





PostPosted: Sat Oct 28, 2006 6:12 am    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 6:16 am    Post subject: Re: tool to search my source code Reply with quote

"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





PostPosted: Sat Oct 28, 2006 6:27 am    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 6:51 am    Post subject: Re: tool to search my source code Reply with quote

"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





PostPosted: Sat Oct 28, 2006 8:12 am    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 8:12 am    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 8:12 am    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 1:31 pm    Post subject: Re: tool to search my source code Reply with quote

"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





PostPosted: Sat Oct 28, 2006 3:23 pm    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 3:47 pm    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 4:36 pm    Post subject: Re: tool to search my source code Reply with quote

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





PostPosted: Sat Oct 28, 2006 7:09 pm    Post subject: Re: tool to search my source code Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.