How to edit the find-and-replace dialog in Dreamweaver 8

For over 13 years I have been a happy user of Macromedia Dreamweaver 8. And I still see no reason to use any other program for editting PHP.
However, 1 thing has been bugging me for years. In the find-and-replace dialog there is a select "Find in". The options are in a dropdown.
I want this select to be a multiselector (not in functionality, but just so I don't need to click to get the dropdown, but just one click to select).
I read in the help at 'Customizing the appearance of dialog boxes' at point 4
On your disk, find the appropriate HTM file in the Configuration/Objects, Configuration/ Commands, or Configuration/Behaviors folder.
I've been searching but can not find the code for that dialog, althou it should be easy. Also did a search for that 'save' image, because once I find that, I can find this form, but its not in the macromedia folder.
how to edit the find-and-replace dialog in Dreamweaver 8?

It's looks less like an image and more like a form drop list to me.
Yes its a dropdown list. But to find the code for that select I tried to find the htm file that code is on by searching for the save-image which is also on that page (next to the yellow folder). I did a search on all folders in c:/programfiles/macromedia and that image is not in there. If I could find the image name, I could search the code for that and should find that htm (or javascript) which is outputting it, then the select must be near to that.
I also searched the code for the various texts on the page and got many hits, but not from the dialog page. I can't search dll files, so maybe thats where that code is in.

Similar Messages

  • Find and Replace dialog box issue

    When I am in split mode, I get the Find and Replace dialog
    box up "Edit -> Find and Replace..." When I run a "Find and
    Replace" clicking the "Find All" the dialog box disapears and I
    have the Results checked in the Windows menu. When I go down to the
    little green arrow to bring back my dialog box - the Find and
    Replace text areas are clear and I have to re-paste the items into
    it to do the "Replace All" - this is much more time consuming. Why
    does my Find and Replace dialog box disapear and why does it lose
    the last "Find All" texts?

    pamelito2014 wrote:
    I tried to hover over them but nothing popped up to tell me what is what. So, I had to ask.
    You might have Tool Tips turned off in preferences...
    This is CS6, but I assume CC is the same or similar:

  • Is there is a way to change the "Find and Replace" feature in Numbers 3.2 back to the way it used to be on Numbers '09 version 2.3?

    In order to view my documents on my newly purchased Macbook Air I recently had to upgrade my 27" iMac to Numbers 3.2.  The new version does fine for what I use it for except the new "find and replace" feature...It is TERRIBLE! It is so much slower than the older version.  Plus I loved how the older version showed a table of all the matching word or items you're searching for and you could easily scroll through them to find the one that you were searching for.
    My question is: Can you change the Find and Replace feature back to the way it used to be in version 2.3 or Number '09?  If so, please show me how.  I would really appreciate it.
    The image below shows the new version on the left and the old version on the right just in case you don't know what I'm talking about...
    Thank you.

    Hi The.Gav,
    Sad to say, but that feature has gone in Numbers 3.2
    This discussion may help (or not)
    Numbers - How use Find like the previous version?
    Regards,
    Ian.

  • How to do this find and replace?

    I have been trying to figure out the regex for this find and replace (I thought it would be easy!), but my frustration is getting the better of me and any help would be greatly appreciated.  I'm trying to do two find and replaces:
    1) In the first, I'd like to find:
    </script>
    XXXX
    </head>
    where XXXX are always four letters (uppercase) and I want to store the four letters as a variable ($1) to use in the replace
    I'd like to replace this with a bunch of javascript and in the middle of the script, I'd place the variable referencing these four letters (<script type="text/javascript">var blah = new Spry.Data.XMLDataSet("http://$1.com"blahblah</script></head>
    2) The second find is similar:
    </html>
    XXXXXXXX
    where once again X are 8 letters in uppercase following the close of the html tag (this has resulted from previous find and replaces and now I'm trying to correct things)
    I simply want to delete these letters in this case (so will leave the replace blank).
    Any help is greatly appreciated!  Thank you

    Having 46 people view a post without replying is not unusual. Some people look at a question to see if it's something they'd like to know the answer to, and then come back  when it has eventually been answered.
    I'm not sure if you need to escape forward slashes in Dreamweaver's Find and Replace dialog box, but I normally do because both JavaScript and PHP normally use forward slashes as delimiters to mark the beginning and end of the regex like this:
    var pattern = /[A-Z]{4}/; // JavaScript
    $pattern = '/[A-Z]{4}/';   // PHP
    When a forward slash appears inside the regex, you need to escape it with a backslash to avoid confusion with the closing delimiter.
    As you have worked out, a capturing group is created by wrapping part of the regex in parentheses.
    If you want to match exactly 38 characters, you can use [\S\s]{38}. That includes spaces, newline characters, symbols, everything.
    If you're trying to find everything between two tags, you can do this:
    (<\/tag_name>)([^<]+)
    The closing tag is captured as $1 and everything up to the next opening tag is captured as $2.
    Learning regular expressions is not easy. I don't claim to be an expert, but I enjoy the challenge of trying to solve them. If you're interested in regular expressions, there are several books published by O'Reilly. "Mastering Regular Expressions" is the ultimate authority, but it's a difficult read (not because it's badly written, but because of the complexity of the subject). "Regular Expressions Cookbook" is very good. There's also a new "Introducing Regular Expressions", but I haven't read it.

  • How to do a "Find and Replace" only on html or htm documents

    I am trying to add some Java script to every page in a website that is a html or htm before the </body> tag.
    The site contains other file types and the find function is ofcourse picking those up as well. Since the site has over two-thousand pages it would be very labor intensive to click through them all.
    Any ideas would be very helpful.

    I wouldn't be worried about anything but the *.sql files.  If an asp or aspx file matches that tag pair, then you would want to add the analytics code anyhow.
    Nevertheless, the only other way I can think of to do what you want would be to sort the file list by type, and select only the *.html and *.htm files before running the find and replace against the selected files.

  • How can I multi-find and replace relative paths to external topics?

    I am using RH7 and publishing to a company server share. External topics are saved on the same server share and linked on my local drive to create a relative link. How can I do a multi-find and replace on the relative links to change the path to the external docs? The paths do not show up in the Topics List because they are relative, not absolute. Although changing all of the many paths manually would be job security, I would like an easier fix. Thanks for any help.

    Hello again
    Likely your best bet at this point is to use a good Multi-File Find and Replace utility.
    While RoboHelp has one included, it often fails. So we typically recommend something like FAR (Find And Replace) or BKReplace.
    Click here to visit the FAR site
    Click here to visit the page for BKReplace
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Find and replace dialog not showing correct

    After updating to Keynote 5.1 the Find dialog - Simple as well as Advanced - only shows a little more than two centimeters vertically from the top leaving the Replace field unaccessible.
    Any one else seing this?
    How can I get it right?
    It looks - and works - alright in Pages 4.1.
    best

    Solved! It is the Danish localization that is the culprit.
    Replacing BGFindPanel.nib in da.lproj with BGFindPanel.nib from English.lproj the Find dialog displays correctly.
    And I can live with that the dialog is in English :-)
    best

  • Using automator to edit text - find and replace

    Hello. I have a huge database of tv repair tips. Unfortunately, when i started to accumulate the tips I put them in an html table like this:
    <tr>
    <td class="NoiseDataTD">TELEVISION </td>
    <td class="NoiseDataTD">SONY </td>
    <td class="NoiseDataTD">36XBR400 </td>
    <td class="NoiseDataTD">DEAD - NO H.V. - INTERMITTENT START UP - 'D Board' NG. </td>
    <td class="NoiseDataTD">IC6501, MCZ3001D 0r MCZ3001DB(8-759-670-30) - >>>HARD TO REPLACE!---tip:CUT PINS FROM TOP THEN PULL OUT SLOWLY </td>
    </tr>
    <tr>
    <td class="NoiseDataTD">TELEVISION </td>
    <td class="NoiseDataTD">SONY </td>
    <td class="NoiseDataTD">63A </td>
    <td class="NoiseDataTD">INSUFFICIENT HEIGHT </td>
    <td class="NoiseDataTD">CHECK C522 REPLACE IF PARTIALLY OR COMPLETELY OPEN </td>
    </tr>
    <tr>
    <td class="NoiseDataTD">TELEVISION </td>
    <td class="NoiseDataTD">SONY </td>
    <td class="NoiseDataTD">AA-2 </td>
    <td class="NoiseDataTD">Int. loss of pix (HV) after 10 Min. Audio Normal.Pwr up again & OK for 10Min </td>
    <td class="NoiseDataTD">H Protect Circuit. D521 (7.5 zener) ECG5015 </td>
    </tr>
    <tr>
    <td class="NoiseDataTD">TELEVISION </td>
    <td class="NoiseDataTD">SONY </td>
    <td class="NoiseDataTD">AA-2D </td>
    <td class="NoiseDataTD">VERTICAL HEIGHT PROBLEM </td>
    <td class="NoiseDataTD">BAD YOKE: BAD YOKE WINDINGS MEASURED 6 OHMS, SHOULD BE CLOSE TO 9 OHMS </td>
    </tr>
    <tr>
    <td class="NoiseDataTD">TELEVISION </td>
    <td class="NoiseDataTD">SONY </td>
    <td class="NoiseDataTD">AA-2W </td>
    <td class="NoiseDataTD">Negative main pix, pip video ok. Customer heard pop then pix went dark. </td>
    <td class="NoiseDataTD">IC355. CSA2131S </td>
    </tr>
    Now, I want to input the tips into a MySQL database with an insert statement like:
    INSERT INTO `otips` (`id`, `brand`, `model`, `problem`, `solution`, `user`, `date`) VALUES (NULL, UCASE('SONY'), UCASE('KP-53XBR200'), UCASE('CONVERGENCE OFF'), UCASE('REPLACED CONVERGENCE IC''S STK392-020 AND PICO FUSE PS5007 3.15 AMP open'), '0', '0000-00-00');
    I've been all over the help files and different websites with tutorials and I cannot figure out how to do this using automator. Could anyone tell me if this can be done with automator and perhaps point me in the right direction.
    Thanks,
    daniel
    IMac Intel Core Duo   Mac OS X (10.4.8)  

    Are you familliar with regular expressions? If you are, then you can create a shell script and incorporate it into your workflow. Or you could use bbedit or textwrangler from barebones.com to search and replace in multiple files.

  • How to change the Finder and Time machine Icons

    Hi, wondered how you change these icons as the usual method of just copying and pasting the image in does not work.  Would also like to not have to download an app to be able to do this if possible.
    Thanks.

    I do not think the FINDER icon can be changed.  I have seen software that allows you to change the appearance of external HHDs, but I do not know if that is possible with Time Machine.  If I were a betting man I would say no.
    Ciao.

  • How to perform a find and replace of Portal content?

    We recently changed the URL of a business application and I would like to replace the old URL with the new URL in all Portal content items, including URL item types, Text item types, item descriptions, HTML Builder portlets, etc...
    I can use the Portal's built-in search to find most instances of the old text, but can I perform a SQL query to replace the existing text fragment with a new text fragment?
    TIA

    This is script, we use when we refresh test environment from production. Change variables values as per your setting under define ...
    login as portal
    set echo on
    set term on
    spool changeurl.log
    define PROD_DN=prodhost
    define DEV_DN=devhost
    define PROD_HOSTNAME=prodhost.hsys.local
    define PROD_PORT=7778
    define DEV_HOSTNAME=devhost.hsys.local
    define DEV_PORT=7780
    update wwsec_group$
    set dn=replace( dn, '&&PROD_DN', '&&DEV_DN' )
    update wwsec_group$
    set dn_hash = wwsec_api_private.get_dn_hash( dn )
    -- users (dn)
    update wwsec_person$
    set dn=replace( dn, '&&PROD_DN', '&&DEV_DN' )
    update wwsec_person$
    set dn_hash = wwsec_api_private.get_dn_hash( dn)
    -- subscriber
    update wwsub_model$
    set dn=replace( dn, '&&PROD_DN', '&&DEV_DN' ), GUID=':1'
    where dn like '%&&PROD_DN%'
    -- preferences
    update wwpre_value$
    set varchar2_value=replace( varchar2_value, '&&PROD_DN', '&&DEV_DN' )
    where varchar2_value like '%&&PROD_DN%'
    update wwpre_value$
    set varchar2_value=replace( varchar2_value, '&&PROD_HOSTNAME:&&PROD_PORT', '&&DEV_HOSTNAME:&&DEV_PORT' )
    where varchar2_value like '%&&PROD_HOSTNAME:&&PROD_PORT%'
    -- page url items
    update wwv_things
    set title_link=replace( title_link, '&&PROD_HOSTNAME:&&PROD_PORT', '&&DEV_HOSTNAME:&&DEV_PORT' )
    where title_link like '%&&PROD_HOSTNAME:&&PROD_PORT%'
    -- web providers
    update wwpro_providers$
    set http_url=replace( http_url, '&&PROD_HOSTNAME:&&PROD_PORT', '&&DEV_HOSTNAME:&&DEV_PORT' )
    where http_url like '%&&PROD_HOSTNAME:&&PROD_PORT%'
    -- html links created by the RTF editor inside text items
    update wwv_text
    set text=replace( text, '&&PROD_HOSTNAME:&&PROD_PORT', '&&DEV_HOSTNAME:&&DEV_PORT' )
    where text like '%&&PROD_HOSTNAME:&&PROD_PORT%'
    -- Portlet metadata nls: help URL
    update wwpro_portlet_metadata_nls$
    set help_url=replace( help_url, '&&PROD_HOSTNAME:&&PROD_PORT', '&&DEV_HOSTNAME:&&DEV_PORT' )
    where help_url like '%&&PROD_HOSTNAME:&&PROD_PORT%'
    spool off

  • Find and Replace dialog box

    Hi folks,
    A very unusal problem.
    I have a DW MX 2004 and DW 8 installed on the same computer.
    I hoped when I installed 8 it would remove MX2004 but it didnt. I
    have 4 monitors.
    Problem : In DW 8 when I do a Control+F, the popup never
    opens up, I mean its there in the taskbar but it never appears. But
    this works fine in DW MX 2004. I really like DW 8 though its
    slower.
    Appreciate any help on this.
    Thanks,
    Raaj

    pamelito2014 wrote:
    I tried to hover over them but nothing popped up to tell me what is what. So, I had to ask.
    You might have Tool Tips turned off in preferences...
    This is CS6, but I assume CC is the same or similar:

  • SQL Developer 1.5.3 - Why is "Find and Replace" now a model dialog?

    In SQL Developer 1.5.3 the find and replace dialog is now a modal dialog.
    This prevent you from copying content from below it.
    Basically only option is to type instead of copy and paste
    Very frustrating!

    This has been modal since 1.0. Do you mean the Edit -> Replace... ctrl R (Replace Text) dialog? As you have been able to copy and paste before, please direct me to the dialog you are referring to.
    Sue

  • How to use Microsoft Word's Find and Replace with HTML tags?

    Hello to all!
    I'm trying to figure out how to use the find and replace function in Word to replace html tags. I'd like to be able to change something like this:
    <span class="B01-K-ITAL">random text</span>
    To something like this:
    <em>random text</em>
    I want to replace the open and close tags without changing or interfering with the text between the tags. I'm pretty sure I should use wildcards, but I can't figure out how to use them properly.
    Anyone able to lend a hand?

    Here is my latest regular expression with Perl.   I think it matches the spirit of the request in the original post.
    Note, this isn't as easy as you think.  You need to code up the complete set of html rules in you implementation. You need to allow for a certain amount of mal-formed html.
    perl -0660pe 's^<[sS][pP][aA][nN]\s+class="B01-K-ITAL"\s*>(.*?)</[sS][pP][aA][nN]>^<em>$1</em>^gs' i.html >|o.html
    input text
     <html> <head>...</head> <body>I'd like to be able to change something like this: <span class="B01-K-ITAL">#1 one line</span> I want to replace the open and close tags without changing or interfering with the text between the tags. I'm pretty sure I should use wildcards, but I can't figure out how to use them properly. <p>note, this isn't as easy as you think.  You need to code up the complete set of html rules in you implementation. You need to allow for a certain amount of mal-formed html.</p> <span class="B01-K-ITAL">#2 don't be greedy</span> <span class="B01-K-ITAL">$3 multiline text</span> <span class="B01-K-ITAL">#4 multiline tag. I believe html allow a carriage return in white space of tags</span> <span class="B01-K-ITAL">#5 split after the class tag. optional white space</span> <sPan class="B01-K-ITAL">#6 mixed case tag</Span> <p>no text #7</p><span class="B01-K-ITAL"></span> <!-- Apparently, this is valid     http://www.positioniseverything.net/articles/cc-plus.html --> <!--[if IE]> <div id="IEroot"> <![endif]--> <p id="IE">This browser is IE.</p> <p id="notIE">This browser is not IE.</p><!--[if IE]> </div> <![endif]--></body> </html>
    output text
     <html> <head>...</head> <body>I'd like to be able to change something like this: <em>#1 one line</em> I want to replace the open and close tags without changing or interfering with the text between the tags. I'm pretty sure I should use wildcards, but I can't figure out how to use them properly. <p>note, this isn't as easy as you think.  You need to code up the complete set of html rules in you implementation. You need to allow for a certain amount of mal-formed html.</p> <em>#2 don't be greedy</em> <em>$3 multiline text</em> <em>#4 multiline tag. I believe html allow a carriage return in white space of tags</em> <em>#5 split after the class tag. optional white space</em> <em>#6 mixed case tag</em> <p>no text #7</p><em></em> <!-- Apparently, this is valid     http://www.positioniseverything.net/articles/cc-plus.html --> <!--[if IE]> <div id="IEroot"> <![endif]--> <p id="IE">This browser is IE.</p> <p id="notIE">This browser is not IE.</p><!--[if IE]> </div> <![endif]--></body> </html>

  • Find and replace help needed, multiple variables

    Hi everyone,
    Im trying to find all urls in my code that start in a particular way but have a number variable at the end, see examples below
    <a href="/example/examplefolder/enquiry.asp?pid=123">
    <a href="/example/examplefolder/enquiry.asp?pid=485">
    <a href="/example/examplefolder/enquiry.asp?pid=284">
    and replace them with one url, see example below
    <a href="/example/examplefolder/default.asp">
    How can I use Dreamweaver find and replace to achieve this across my whole website?
    So far I only know how to find one thing and replace with another, rather than finding variables and replacing them with one thing.
    Thanks for your help with this!

    In the Find field of the Find and Replace dialog box, enter this:
    (href\s*=\s*\"\/example\/examplefolder\/enquiry\.asp)\?pid=\d+(\")
    In the Replace field, enter this:
    $1$2
    Select the "Use regular expression" checkbox.
    Explanation:
    The two sets of parentheses are capturing groups, which capture the actual values as $1 and $2.
    The \s* matches zero or more spaces.
    \" matches a double quote.
    \/ matches a forward slash.
    \? matches a question mark
    \d+ matches one or more numbers.
    I have written a two-part tutorial on using regular expressions, which can be found here: http://www.adobe.com/devnet/dreamweaver/articles/regular_expressions_pt1.html.
    Message was edited by: David_Powers (adding explanation of double quote).

  • Find and replace window

    hi,
    when I launch fw the find/replace window is open in the middle of my work area.  How can I change this so it's not open upon launching??
    tia
    Debi

    William_Donelson wrote:
    > The "Find and Replace" dialog window has got to be the
    most obnoxious bit of
    > programming I've seen, even by Macromedia standards.
    >
    > 1) Are there any command-keys that work with it, e.g. to
    CLOSE it from the
    > keyboard without having to mouse up to the "Close"
    button ?
    >
    > 2) Is there a way to type Cmd-F and then type the string
    to search for AND
    > HAVE it actually go into the "Find" field in the window?
    (I've typed Cmd-F then
    > a string 1,000 times, only to see that the string has
    NOT gone into the search
    > field, UNLESS the dialog was previously closed. And
    there's no Keyboard command
    > to close the window either, see (1) above)
    >
    > Thanks!
    >
    > William
    Command . (Command Period) closes box, as in any mac
    programme.
    Mick

Maybe you are looking for

  • Best Practice for Tranport request Naming

    Hi, We are using SolMan 4.0 during implementation of ECC 6.0. We have placed the blueprint and we are in configuration phase. We have a IMG project created in the DEV system and was assinged in Solution Manager project under  System Landscape->IMG Pr

  • Spry Widget SlideShow Basic (IE8 not showing all images)

    Hi everyone: I've read through the past posts, trying to find the solution so I wouldn't have to bother everyone if the solution to my problem was already here.  I couldn't find it, although I did find similar posts about this problem but no out and

  • Tax Base Amount calculated wrongly

    Dear Friends, While posting a MIRO with a manually enter tax base amount, the amount doubles whenever I click on another tab like basic data and come back to tac base amount. For e.g. I have a PO for 10000, now I am posting an invoice for the same bu

  • Which Thermalright chipset cooler for X58 Pro?

    I'm looking to replace the terrible stock IOH heatsink for a Thermalright one but I don't want to impede the placement of graphics cards.  Should I go with the Thermalright HR-05 IFX or the HR-05-SLI IFX?  Does anyone have any experience with this? 

  • Focus Problems on RemoteApp 2012r2

    Hi We have the following Problem: In our Remote Desktop Services 2012 R2 Deployment we have an application that generates a bunch of word documents. in this process all these (12-15) documents are opened for future use (the user can printing then the