Skip to main content
July 25, 2008
Question

Can't Find & Replace

  • July 25, 2008
  • 4 replies
  • 453 views
Oh yeah, I am loving RoboHelp. NOT.

Why is the Multiple Find & Replace tool a separate component, and not inside a RoboHelp menu?
Why can’t it find “<meta name=Originator content=ImportDoc>” in all files?
This topic has been closed for replies.

4 replies

Peter Grainge
Community Expert
Community Expert
October 23, 2008
AcolinFlood

The search Jon is having problems with is different to yours and I have already posted an answer to your problem.

Jon A

Could it be that Notepad is putting on one line what RH is putting on two. There were some obscure problems with differences many years ago but I thought they were all fixed. Could you send me a file where the code is different according to which editor you view it in?
Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
October 23, 2008
thanks, but it seems like cumbersome way to review each and every file in a project
Participant
October 22, 2008
I just figured this out for myself.

In a nutshell, the HTML view in the RoboHTML editor is NOT an accurate view of the actual code. It adds in extra stuff like class information that is not actually present in the HTML.

For example:

RoboHTML Editor says: <li style="font-size: 9pt; " class=p-Body>

Actual code: <LI style="font-size:9pt; ">

In order to get Multiple Find & Replace to work, you will need to open the file in something like Notepad that will give you the actual real code, and cut and paste from there into Find & Replace.

Once I started doing that, Multiple Find & Replace started working really well!

Hope this helped,

Jon Acheson
Peter Grainge
Community Expert
Community Expert
July 25, 2008
Two possibilities why it is not being found.

1] It will not necessarily be in all files.

2] The string may be spread over more than one line. Many such tools will only work on a single line of a text file, which is what an HTML file is. Try FAR from http://www.helpware.net or BKReplaceEm.I prefer the former as it is more developed and the price is not high. Some prefer BKReplaceEm because it is free. Link on my site or Google it.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.