Wouldn't it be great if you could?
Announcement
Collapse
No announcement yet.
search entire project for string / codename
Collapse
X
-
Well you could if you had either Lynx (Find in Tree) or EditPlus (Find in files).
"LYNX from http://www.zippety.net/ "
"EdtPlus..rant.. http://www.editplus.com/ "
Some people won't be told
( http://www.powerbasic.com/support/pb...ad.php?t=39479 )Last edited by Dave Biggs; 9 Jan 2009, 06:12 AM. Reason: additional link to thread discussing project management / editorsRgds, Dave
-
Grep?
If you don't mind being a bit primitive you could hunt down a free command line version of GREP for Windows. If you don't mind dealing with the Regular Expressions you can do some very complex searches. There are probably some paid Windows GUI versions of GREP also.
I use RegExBuddy to do complex searches because it helps me build the RegEx then it can do a GREP with the expression but most of the time I just use the free command line version.Mark Strickland, CISSP, CEH
SimplyBASICsecurity.com
Comment
-
Dave,
I looked at Lynx + Jellyfish. Could not make Jellyfish give me a list of Methods, and Lynx did not appear to handle .CHM help files. They both looked like excellent tools - can't imagine why they are "end of life" products.
Encouraged by your comments, I'm evaluating EditPLus. So far it looks promising.
The ideal solution is a 100% PowerBasic one but this is an imperfect world...
all the same, you can't just define a project as a bunch of files and leave it there - a project is for life, not just for Xmas!
Comment
-
Grep, plus Ultra Edit, plus Bob Scott's disk utilty WILL search multiple files for a token... however, they only search multiple files of disrete file name masks ina named folder and its subfolders.
Not quite the same thing as searching a "discret list of files, which may be a many different file extrensions and come from many different folders."
Send a New Feature Suggestion to [email protected] if you'd like to see "support for search of token within all files of a project" in the PB/IDE.
MCMMichael Mattias
Tal Systems (retired)
Port Washington WI USA
[email protected]
http://www.talsystems.com
Comment
-
Originally posted by Mark Strickland View PostIf you don't mind being a bit primitive
But I have a sneaking suspicion that a better integrated toolset will make me more productive.
Now, let us wait behind this bush until some wit mentions what sort of workman blames his tools...
Comment
-
>>I'm evaluating EditPLus. So far it looks promising.
Here's a PBWin90 keyword highlighting syntax file for EditPlus that might be useful.
Apart from not supporting .chm help files (which you'll likely access from your editor anyway) did you think you might use Lynx? If so you'll find that EditPlus and Lynx play well together.Attached FilesRgds, Dave
Comment
-
Originally posted by Dave Biggs View PostHere's a PBWin90 keyword highlighting syntax file
Just got the function/sub/method/class method lists working. I like the regex approach.
Comment
Comment