Prevent Find and Replace from closing after clicking "Replace All"

With the latest release of Dreamweaver CC (2014.1.1), there's been a minor change to the way Find and Replace works. I use Find and Replace a lot to clean up and delete code, so I might do many searches in a row to get things tidy. With the new version however, the Find and Replace window always closes after clicking "Replace All", which is very cumbersome. I need to open it up again, and it doesn't remember the text I entered to use as a replacement.
Does anyone know if there's a way to prevent this window from closing after doing a Replace All? The previous version of Dreamweaver would keep it open and remember the text either until I changed it or I closed Find and Replace myself.
Any pointers that would get me a little closer to the previous version's functionality would be appreciated!

You need to do a find/change for each code individually, but it should be scriptable to take the .csv file and use it to load the find and change values. I'd try asking this over in the scripting forum: InDesign Scripting

Similar Messages

  • Tdms-files: Is it possible to prevent LabVIEW and DIAdem from creating .tdms_index files?

    Hello,
    is it possible to prevent LabVIEW and DIAdem from creating .tdms_index files when opening/creating/editing a .tdms file?
    I think I have no benefit from the .tdms_index files because our applications create a lot of little .tdms-files (repeat measurements). With the additional .tdms_index files we have unnecessary memory consumption and it takes longer for Windows to open the containing folder. Also it´s confusing when searching for a certain file.
    Best Regards
    Daniel
    Solved!
    Go to Solution.

    Hi Baui,
    I'm afraid there's a direct way to disable creating .tdms_index file now from LabVIEW and DIAdem. You can use TDMS Advacend API in LabVIEW, which doesn't create any index file, or you can just make some simple programming and delete the .tdms_index file after closing the TDMS file. 
    This is a request for a long time, we'll consider to add this feature for TDMS in future releases.
    Yongqing Ye
    NI R&D

  • After upgrading to Mavericks on my MacBook, I'm not able to download third party applications like Dropbox and MyCleanMac 2.  After clicking the download button, the screen just turns dark and is frozen.  Any idea what is happening?

    After upgrading to Mavericks on my MacBook, I'm not able to download third party applications like Dropbox and MyCleanMac 2.  After clicking the download button, the screen just turns dark and is frozen.  Any idea what is happening?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • TS4080 apple thunderbolt display image on display intermittently goes dark, does not wake from sleep after clicking mouse or keyboard, but there is "bonk" sound after clicking mouse or pressing keys. Rebooting by pressing the power button resolves issue.

    My apple thunderbolt display (which I purchased 1.5 years ago; OS 10.7.5 Mac Mini) intermittently goes dark, does not wake from sleep after clicking mouse or keyboard, but there is "bonk" sound after clicking mouse or pressing keys, so am thinking it is a hardware problem with the display. Rebooting by pressing the power button turns the screen back on, but the same phenomenon has occurred several times. Could this be a software issue, or do I need to have my display repaired? Your feedback would be appreciated.

    Hi ED, tough to tell, but it does sound like it's waking with the bonk, just not displaying.
    Long shot but...
    I wonder if it's a variation of this, of which I've seen many different symptoms...
    Resolution
    Move the mouse or trackpad cursor over the center area of the login window so you can see the user icons. Click on the icon of the user that you would like to login as, type in the user's password, and press Return.
    If the login window is configured to show only the name and password fields, type in the user's name and password into the fields, and press Return (even if you cannot see the rest of the login window).
    Additional Information
    This issue will not occur if the display is not sleeping when the account is logged out. Use the steps below to confirm that the account is not configured to log out automatically while the display is sleeping:
        1.    Open System Preferences > Security & Privacy > General.  Click the padlock to unlock the preference pane and enter your admin password. Click the Advanced button at the bottom, then see if the option "Log out after N minutes of inactivity" (where N is the number of minutes) is enabled.
        2.    Open System Preferences > Energy Saver and configure Display Sleep to occur after the account is logged out, by dragging the slider to a number of minutes that is greater than N was set to in the previous step.
    Important: If automatic log out is not needed, disable "Log out after Nminutes of inactivity" in System Preferences > Security & Privacy > General. This will also prevent the issue.
    http://support.apple.com/kb/TS4135?viewlocale=en_US

  • Please help...i have a windows 2012 server and it keeps closing after 30 mins...

    hi. i have a windows 2012 server and it keeps closing after 30 mins...i am connected thru RDP and have looked everywhere online for a tutorial to change the setting that keeps closing it but can't find it anywhere! please help!

    Hi,
    Thank you for posting in Windows Server Forum. 
    Have you check the timeout and reconnection setting for RDP?
    Does disconnection happens on active session or Idle session? 
    We can configure the setting by collection properties or by GPO setting.
    On collection Properties check the Timeout Tab and set the setting according to your requirement. On GPO we can find this setting on below mention path and check according to it.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits 
    User Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits 
    You can check Configuration 1 Part from below article.
    [Forum FAQ] Restrict number of Active Sessions in RDS 2012 and 2012 R2
    http://social.technet.microsoft.com/Forums/en-US/00c2252b-8ec0-489f-8da2-07a434a9b5a2/forum-faq-restrict-number-of-active-sessions-in-rds-2012-and-2012-r2?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How can I stop a JFrame from closing when clicking the close button.

    I need to display a dialog when a user attempts to close my app, giving them the option to close, minimize or cancel. How can I stop the form from closing after the user makes his selection? I have the folllowing code, but my form still closes after selecting an option:
    private void formWindowClosing(java.awt.event.WindowEvent evt) {                                  
            //An array of Strings to be used a buttons in a JOptionDialog
            String[] options = {"Close", "Minimize", "Cancel"};
            //Determines what the user wants to do
            int result = JOptionPane.showOptionDialog(null, "What to you want to do?  Close the application, minimize or cancel?", "Please select an option...", 0, JOptionPane.QUESTION_MESSAGE, null, options, options[0]);
           //Determines what to do, depending on the user's choice
            if (result == 0) {
                //Close the application
                System.exit(0);
            } else if (result == 1) {
                //Minimize the application
                this.setState(Frame.ICONIFIED);
        }Any help would be much appreciated!

    import java.awt.event.*;
    import javax.swing.*;
    public class test extends JFrame {
         public static void main( String[] args ) {
              new test();
         public test() {
              setSize( 200, 200 );
              //the next line makes the JFrame not close
              setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );
              //now add a listener that does the trick
              addWindowListener( new WindowAdapter() {
                        public void windowClosing( WindowEvent e ) {
                             //ask the user and do whatever you wish
              setVisible( true );
    }

  • Preventing a pop-up from closing

    Hi All,
    I've written a pop-up with an input box. I'd like to prevent the  pop-up from closing if the user hasn't entered anything in the input box.
    I open the popup from one view via the code:
      DATA: l_cmp_api           TYPE REF TO if_wd_component,
            l_window_manager    TYPE REF TO if_wd_window_manager.
      l_cmp_api           = wd_comp_controller->wd_get_api( ).
      l_window_manager    = l_cmp_api->get_window_manager( ).
      IF wd_this->m_add_popup IS INITIAL.
        wd_this->m_add_popup = l_window_manager->create_window(
                 window_name  = 'ADDWINDOW'
                 button_kind  = if_wd_window=>co_buttons_okcancel
                 message_type = if_wd_window=>co_msg_type_information ).
      ENDIF.
      lo_api = wd_this->wd_get_api( ).
      wd_this->m_add_popup->subscribe_to_button_event(
      button = if_wd_window=>co_button_ok
      action_name = 'OK'
      action_view = lo_api
      is_default_button = abap_true ).
      wd_this->m_add_popup->open( ).
    I have tried putting validation in the WDDOBEFOREACTION method in the ADDVIEW.E.g.
        l_current_controller ?= wd_this->wd_get_api( ).
        CALL METHOD l_current_controller->get_message_manager
          RECEIVING
            message_manager = l_message_manager.
    CALL METHOD l_message_manager->report_fatal_error_message
    EXPORTING
        message_text             = 'Error - Please enter a quantity and date'.
    exit.
    If I write out a message via the message manager, it appears in the calling view, not the popup. Regardless of what I do, the pop-up always seems to close.
    Can you help?
    Cheers
    Richard

    Hello Richard,
    you have to set:
    window  type ref to if_wd_window.
    wd_this->window->set_close_in_any_case( abap_false ).
    where you open the popup window.
    Now the popup only closes when you call the close method of IF_WD_WINDOW. So you can make your validation and close the popup window only when the entries are ok.
    Regards,
    Rainer

  • Logout from OWA after clicking on Option

    I'm running into an issue with my current users that I can't seem to solve. When user click on the options menu on the top right menu, they get automatically logged off. I tried looking online for solutions, but I haven't been to successful. 

    Hi,
    How many users are affected by this?
    Try to let the user logon OWA with a different web browser, or on a different computer, does this issue persist? This step helps determine whether it's a browser or client related.
    I also found some similar issues in our forums. Such as this one below:
    https://social.technet.microsoft.com/Forums/exchange/en-US/514da444-b502-4812-8fb7-0ffdc8114074/logout-from-owa-after-click-option?forum=exchange2010
    Try some suggestions mentioned in the thread, like "check the authentication settings for OWA and ECP in IIS", or "reset the ecp virtual directory". Check if they are helpful.
    By the way, in the current forum we mainly discuss questions and feedbacks about Outlook Client, since this issue is related to OWA, for further assistance I suggest you post the question in Exchange forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Prevent apps and icons from being rearranged or deleted?

    Is there a way to prevent apps and icons from being rearranged or deleted?
    My three year old son likes to move them around and delete them. I don't want to lock him out because he loves to play many of the learning apps and games.

    I use different screens for my apps. My 6yo son has his own page with folders for games, education, and books. That is the default page, in case for some reason he's the one to turn on the phone it goes straight to that. The next page is default apps. Can't harm them. Then I've got some test apps, that I haven't decided if I'll keep them. Then there's a few games my DH plays. The last page is mine, with those things I don't want my son messing with. He knows its there and he knows he can't mess with them.
    My son is older than yours, but if you aren't going to be watching him the entire time he's got your phone, that may be the best way to go. And make sure he knows what he can and can't do on the phone. If he can't understand that, he will probably need to be supervised the whole time. No locking features that I have found, and I've looked!
    Good luck!

  • My 3gs wont restore after ios 5 update. I have tried firmware restore and restore from backup, neither works. All I get is "iphone restore failed because backup session failed" Any ideas on how to make a successful restore with this ios 5 update?

    My 3gs wont restore after ios 5 update. I have tried firmware restore and restore from backup, neither works. All I get is "iphone restore failed because backup session failed" Any ideas on how to make a successful restore with this ios 5 update?

    I was having the same problem, I backed up my phone and then updated to iOS 5 and then it kept telling me it could not restore from my backup as it had failed.  After reading a bunch of forums and posts and trying everything, I did manage to get it to work.  I had tried the Time zone, creating a new computer user account, disabling anti-virus, etc.
    It took a combination of things, one of which was disabling the anti-virus completely and copying the contents of the backup folder to my desktop and then deleting everything in the backup folder.  Then I rebooted the PC, entirely disabled the anti-virus, copied the one backup I wanted to restore from the desktop to the backup folder and then trying to restore.  Low and behold the phone said restoring from backup and I am back in business, so when in doubt, trying combining some of the fixes together.

  • I got new iphone it had a problem of sleep/off button not working i replaced from care. now the replaced product had a problem that home button not working properly now what i want to do

    Igot new iphone it had a problem of sleep/off button not working i replaced from care. now the replaced product had a problem that home button not working properly now what i want to do

    Hello, krishna kumar.j. 
    Thank you for visiting Apple Support Communities.  
    I understand that you are experiencing and issue with your Home button.  Here are the troubleshooting steps when experiencing this.  
    Get help with buttons and switches on your iPhone, iPad, or iPod touch
    http://support.apple.com/en-us/HT203017
    Cheers, 
    Jason H.  

  • How to prevent find and replace from finding linked files?

    I have a bunch of ASP pages that I need to update in the same manner with Find and Replace. In order to do this, I open all the files, use Find and Replace, and choose to Replace All in the Source Code of Open Documents.
    Pretty straightforward, right? Except, if I have any include file statements, such as this:
    <!--#include file=" yadda yadda"-->
    DW opens these files on its own, and updates THEM as well.
    This is a very frustrating behavior. I have been through the Preferences several times and I'm just not seeing any way to turn this off.
    I have tried Googling this problem, and have seen absolutely no mention of it.
    Does anyone know if this annoyance can be disabled?
    Thanks.

    I would try selecting the specific files in the Files tab, then using "Selected Files in Site" and see what happens.
    I think DW considers related files to be "open" (since you can edit them from within the main file they are related to) when that option is turned on and the files they're related to are open.

  • How do I stop Finder-Tabs from closing after ShutDown / Restart???

    Hi,
    After opening several Tabs in Finder, I find they have closed after I´ve shut down & then (Later), restart my Mac Mini.
    The Safari tabs stay open.
    Cant find anything in `Finder Preferences´ or in `System Preferences´.
    I tried Deleting:
    ~/Library/Saved Application State/com.apple.finder.savedState
    (Thanks to Carolyn Samit, but not a permanent fix)
    And also copied & pasted to Terminal:
    defaults write com.apple.finder NSQuitAlwaysKeepsWindows -bool true
    (Thanks to Miska for tip, but not a permanent fix)
    These two actions worked for two Shut Downs / Restarts.
    But I have just started up my Mac Mini after turning it off last night, and ALL the Finder-Tabs I left open are gone again!!!
    (Just the main Finder window is open!).
    Of course, I have "Reopen all windows after Shut Down / Restart" checked.
    (The Safari Tabs stay open!).
    Anyone know how to get round this, and how to keep the Finder-Tabs open after Shut Down / Restart???
    Thanks for all suggestions!
    AMI.

    Hi Carolyn,
    My Settings were already set as you described above!
    Thanks anyway.
    Strange thing is, I´ve just Logged In and all my Tabs are there again!!!
    One day here one day not - Somethings not right!  -  Lets see how it goes over the next couple of days!
    Again, Thanks! For all your comments & suggestions. 
    AMI.

  • IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN GET CLOSED AFTER 2 SECONDS.

    IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN AUTOMATICALLY GET CLOSED AFTER 2 SECONDS.I TRIED EVERYTHING EXCEPT RESTORING.

    We're sorry to hear that Firefox is crashing when you open it. Please do the following to give us crash IDs that will help us understand more about the crash.
    #'''(OS X 10.6 or previous)''' Click the '''Finder''' icon in the dock. Your home folder will be selected. In the right side of the window, click the Library folder to open it. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.<br>'''(OS X 10.7 or above)''' Click the '''Finder''' icon in the dock. On the menu bar, click the '''Go''' menu, hold down the '''option''' or '''alt''' key and select '''Library'''. A window will open containing your Library folder. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.
    #Open the 5 most recent files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Environment is invalid and must be closed (after upgrading to 4.1.7)

    Hi,
    I started getting this exception (stack trace below) after updating to 4.1.6 and eventually to 4.1.7 as well
    Creating the environment and accessing it works fine the first time around and further attempts to access the environment will succeed as long as the applications server is not restarted.
    Any idea what could be the problem?
    Thanks in advance,
    Javier
    com.sleepycat.je.EnvironmentFailureException: (JE 4.1.7) /data/bdb/dbEnv/comp_environment_1 This environment's log file has no root. Since the root is the first entry written into a log at environment creation, this should only happen if the initial creation of the environment was never checkpointed or synced. Please move aside the existing log files to allow the creation of a new environment LOG_INTEGRITY: Log information is incorrect, problem is likely persistent. Environment is invalid and must be closed.
         at com.sleepycat.je.recovery.RecoveryManager.findLastCheckpoint(RecoveryManager.java:438)
         at com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:164)
         at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:534)
         at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:217)
         at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:229)
         at com.sleepycat.je.Environment.<init>(Environment.java:211)
         at com.sleepycat.je.Environment.<init>(Environment.java:165)

    Javier,
    I'll explain what sequence of events can make this exception happen, and perhaps you can figure out why this occurs in your application.
    The JE log files hold different kind of log entries, one of which is a type called the environment root. The root holds metadata about the environment as a whole, and JE needs to find the latest version of the root every time an environment is recovered (that is, re-opened). There should always be at least one version in the log.
    When an environment is created, the first version of the root is written to the log almost immediately, and the log is checkpointed. The only way we anticipate seeing this particular error is if the environment creation was interrupted, after that first 00000000.jdb file was created, and before the root was written out, which is a pretty small window. This would occur before the environment constructor had returned.
    Does that sound like it matches your scenario?
    Linda

Maybe you are looking for