Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
PEPP #1
Find and Replace with presets doesnt work in drwm 8
I want to set regular explession directly into search window, but
searchParams doesnt work properly.
When the cursor is in "Code window" and run this extension,
window checks
"Regular oxpression" ON,
"Find" field is empty and
"Search Source" is TEXT
Do You know where is the mistake?
On DRWM MX it works fine
Thanx
PEPP
<html>
<head>
<script language="JavaScript">
function canAcceptCommand(){
return true;
}
function myFce(){
var searchParams = {
searchString: 'regular.*',
searchSource: true,
useRegularExpressions: true
};
dreamweaver.setUpFind(searchParams);
dreamweaver.canFindNext();
dreamweaver.showFindDialog();
}
</script>
<title>title</title>
</HEAD>
<BODY onLoad="myFce()"></BODY>
</HTML>
PEPP Guest
-
Multiple Find and Replace
I have a set of 8 Find and Replace Settings in DW that I need to perform on one file all the time. I don't know of any way to get them all to run... -
Find/Replace text
Using Indesign CS on Mac at work to create several large product catalogs - found that one of our price codes (in a text box under each product photo... -
Find and Replace Doesn't Work in Code
Hi, I used to do all my coding in Homesite which probably has the world's greatest find and replace function. I could replace hundreds of lines... -
Need help with Find & Replace
Hiya. I've tried everything I know to find and replace text in 400+ documents and now need some help with it. This is the existing source code: ... -
find/replace
when a user searched for a value with find/replace from a form he got the message the value could not be found but when I looked for it in the...



Reply With Quote

