newbie question

General questions about using WildEdit

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Frits
Posts: 1
Joined: Fri Jul 08, 2005 8:41 pm

newbie question

Post by Frits »

Hi You all,

In some *.htm files I want to replace these lines:
<h2>
<script language="JavaScript">
new COOLjsMenu("hallo",HOGINOX_MENU_ITEMS);
</script>
</h2>

with these:

<script language="JavaScript">
new COOLjsMenu("hallo",HOGINOX_MENU_ITEMS);
</script>

When I use the test function with a test file it works but when I hit F9 nothing happens?

Do you have any suggestions?

Regards,
Frits

:D
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Just the normal checks I guess, make sure you have "In files matching" set, tick "Search subfolders" and make sure you have selected the correct folder in the "Folder" pane on the left. HTH
Then I open up and see
the person fumbling here is me
a different way to be
alastc
Posts: 1
Joined: Wed Oct 12, 2005 5:29 pm

Post by alastc »

I had a similar issue, and discovered that adjusting the "Line break characters" in the options helped. I use windows, but am working on files on a linux server, so adjusting to "Linefeed only (Unix)" helped.
Post Reply