|
|
Clarion 6 - General
Started by GMAN at 07-18-2008 11:29 AM. Topic has 4 replies.
 
 
|
|
Sort Posts:
|
|
|
|
07-18-2008, 11:29 AM
|
GMAN
Joined on 05-02-2007
Posts 45
|
Searching for strings in files using Windows Explorer - Grrrr
|
|
|
|
|
I frequently fin myself looking a particular phrase in my code and it seems the only (seemingly) simple way is to search for the word using Windows Explorer. So I set up a search for the term, say its "CurrentTab' as the phrase in a file and I let Windows look. It doesn't find anything at all. I can not understand why. CLW files are simple text files (not the same extension) yet the search can not find stuff in them.
Do I have to tell Windows what kind of file it is? Should I try using a different editor (I am on CW 6) or can I somehow tell CW 6 to use my CW 7 Editor?
How do you all search for phrases in a folder full of .clw files?
|
|
|
|
|
Report
|
|
|
|
07-18-2008, 11:54 PM
|
Shankar
Joined on 10-24-2005
Dubai, UAE
Posts 177
|
Re: Searching for strings in files using Windows Explorer - Grrrr
|
|
|
|
|
Hi!
Have you tried File -> Search Files in your Clarion IDE?
Regards
Shankar
|
|
|
|
|
Report
|
|
|
|
07-21-2008, 6:02 AM
|
Tony Tetley

Joined on 10-25-2005
Missouri, USA
Posts 71
|
Re: Searching for strings in files using Windows Explorer - Grrrr
|
|
|
|
|
Get the Clarion Source Search by Carl Barnes:
http://www.carlbarnes.com/css.htm
Tony
|
|
|
|
|
Report
|
|
|
|
07-24-2008, 1:09 PM
|
Russ
Joined on 10-20-2005
Posts 221
|
Re: Searching for strings in files using Windows Explorer - Grrrr
|
|
|
|
|
In addition to the other suggestions, I use Textpad's search feature. Very fast. And you can open all files where the string was found or just the one your are most interested.
Russ Eggen www.radfusion.com IRC: www.radfusion.com/irc.htm Freebies: www.radfusion.com/downloads.htm
|
|
|
|
|
Report
|
|
|
|
07-29-2008, 12:43 PM
|
GMAN
Joined on 05-02-2007
Posts 45
|
Re: Searching for strings in files using Windows Explorer - Grrrr
|
|
|
|
|
|
|
|
|
|