TextCrawler and notepadd++ Software

I have found a small useful software called "text crawler" which allow searching text string into multiple text file. So if you are looking for a variable in particular and actually have no idea in which file it is contained, you select elemental's XML directory, you type the string to search, click find and it will show all the files where the string appears and show you how many times it appeared with an example of string and the line number. From there you can select the files and edit it in an external editor like Notepad. You can also replace string across multiple files.

By the way, there is a neat text editor called "notepad++" which has programming language recognition and much more features like macros and advanced searches.

40,955 views 9 replies
Reply #1 Top

I already use Notepad++ but never did find such a search function software, as much as I often wished for such. Thank you for the lead.

TectCrawler can be downloaded here:

http://www.digitalvolcano.co.uk/content/textcrawler/tcdownload

Reply #2 Top

Actually, Notepad++ can search for text in files, no need for another program. Go the Search menu, then find in files. Or, you can hit Ctrl Shift F.

Reply #3 Top

I just search in explorer. Don't even need another program. :D

Reply #4 Top

Really? How do you search for text within files with Explorer?

Reply #5 Top

After you've done a search, there's a button bottom left that says "file contents" which does the search again but inside files this time.

Reply #6 Top

Well I'll be...I guess ya learn something new everyday. I'll probably stick with using notepad however, as it's easier to have the search within the program i'm using to edit the files. Thanks!

 

+1 Loading…
Reply #7 Top

Actually, Notepad++ can search for text in files, no need for another program. Go the Search menu, then find in files. Or, you can hit Ctrl Shift F.

Yes, but you cannot search in multiple files at once.

I just search in explorer. Don't even need another program

Searching inside a file with explorer never worked for me. So I looked for an alternative.

 

+1 Loading…
Reply #8 Top

Quoting impinc, reply 2
Actually, Notepad++ can search for text in files, no need for another program. Go the Search menu, then find in files. Or, you can hit Ctrl Shift F.

 

I've been using notepad++ for a while and never realized that I could search files that I didn't have open.   That is great.  I've been fighting with Win 7's lame file search not working with .xml files very well.   This will be a ton of help.

 

k1

Reply #9 Top

Quoting larienna, reply 7

Actually, Notepad++ can search for text in files, no need for another program. Go the Search menu, then find in files. Or, you can hit Ctrl Shift F.


Yes, but you cannot search in multiple files at once.


 

Yes you can. Hit Ctrl SHIFT F. There are 3 tabs at the top of the search window. One is Find, the other replace (also very handy), and Find in files. You don't have to have th files open, just make sure you set the directory for it to search.