Jump to content

Recommended Posts

Posted

I know - use "Search"

 

The trick is I need something that can search out specific text and characters within html code. Regular search in XP doesn't work - seems all code in betwwen < -- > is invisible to it.

 

When I make a LOT of changes (open up 500 files at once and change all at once) a few always seem to get left out and I need to track them down, presumably using a snippet of the old code.

 

Thanks :unsure:

Posted

I am not sure if this tool will work for that many files, but I use it all the time for programming and editing stuff:

Multi Edit (www.multiedit.com)

Posted

Thanks, I'll check it out :unsure:

 

If I could figure out how to get Grep to do multiple lines (of my exact choosing) then it would be golden!

Posted

In *nix versions of grep you could use the following:

 

grep -e pattern_match -e pattern_match -e pattern_match

 

Not sure if that utility follows the *nix grep or not, but might be worth a try.

Posted

I case anyone's interested :

 

I ended up using what I always use - EditPadLite http://www.editpadpro.com/editpadlite.html It will open as many files (at once) as you need and it will search for anything you want. It's a good editor.

 

Changing 1000 files or so at a time though a few things do 'slip through the cracks' and the only way to search is to open the files.

 

It's also free. ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...