Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
seanys #1
setUpFindReplace for 'selected files in site'
I've written a setUpFindReplace routine but it only works on the current open
document.
The Find requester has 'Find In:' option of 'Selected Files in Site'. Where
can I find/use this option programmatically?
seanys Guest
-
Selected remote files
Hello, We are trying to select remote files in the File Panel. As a test, we manually select 3 files in the Panel, and then have an extension set... -
copying files into site
Originally posted by: gjhdigital How can I create an extension that when added automatically adds a required file/folder to the current dreamweaver... -
site source files
Is there anywhere that I can get a full working flash site .fla to look at so I can see how to put a more rich site together, I only want to learn... -
Files print in black and white when color is selected
Elements 2 suddenly stopped printing in color. All files print in black and white only. I've selected every preference I can think of to enable... -
Fireworks Javascript: Problems with "fw.setUpFindReplace()"
Hi everyone! I'm trying to loop through an array of item/value pairs and change the element name (item) of each textelement that contains a given... -
seanys #2
Re: setUpFindReplace for 'selected files in site'
And while we're here...
Is there a way to suppress the 'There is no way to undo changes in files that are not open" requester?
seanys Guest
-
ChrisBank #3
Re: setUpFindReplace for 'selected files in site'
There are two additional undocumented options you can add to the searchObject:
matchWholeWord (bool) corresponds to the checkbox in the find dialog
searchWhat (string) accepts values "document", "allOpenDocuments", "site",
"selectedFiles", "directory", and "selectedText" which corresponds to the
combobox in the dialog.
In your case you should just need to go:
searchParams. searchWhat = "selectedFiles";
I didn't see a way to suppress the undo warning.
Hope this helps,
Chris
Adobe Dreamweaver Engineering
ChrisBank Guest
-
seanys #4
Re: setUpFindReplace for 'selected files in site'
Thanks Chris. Love your work.
seanys Guest



Reply With Quote

