[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Wanted: SQR "Listing"
Steve -
We use Codewright as our editing tool here, and it has some nice search
features. It will allow searches on the currect open file, as well as
searches (Codewright calls it File Grep - a unix thing I think) on whole
directories and subdirectories for occurrences of strings within files.
We have had really good luck with it.
> -----Original Message-----
> From: Steve Bollinger [SMTP:c_sbolli@QUALCOMM.COM]
> Sent: Monday, March 23, 1998 7:34 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Wanted: SQR "Listing"
>
> Does anyone know if there any sort of tool to take an SQR program and
> output an SQR "Listing" of this program to a file? By Listing I mean
> the
> original program plus all of it's #include files recursively, all in
> one
> big file.
>
> I want this because I can then do string searches that will find all
> occurances of the string. I don't have to go galloping off searching
> each
> include file individually which is a real pain. This would make
> analysis
> much easier.
>
> Thanks,
> Steve Bollinger