Removing items from "open a recent item" list

Hi,
I deleted some files in dreamweaver cs5, but they still appear in "Open a recent item",
how can I remove them from the list?
Thanks for any help
David

Windows or Mac?
On Windows, it's a setting in the Windows registry:
HKEY_CURRENT_USER\Software\Adobe\Dreamweaver CS5\Recent File List
Select each file, right-click and select Delete.
Alternatively, just open up to 9 legitimate files in DW and let the list update itself.

Similar Messages

  • How do I purge items in "Open a Recent Item" Dreamweaver CS6?

    How do I purge the list of files under "Open a Recent Item" DW Cs6 Opening Screen?

    Hello,
    you can do that, BUT DW starts - in my German DW at least - with a blank screen except the menu bar.
    You have to take away the checkmark in this way (translated from my German DW): > edit (Bearbeiten) > settings (Voreinstellungen) > generally (Allgemein) > document options (Dokumentoptionen) > show welcome screen (Begrüßungsbildschirm anzeigen) > see screenshot)
    I for my part don't remove it, I see it as a good thing to be able to open the last files by a simple cklick e.g.
    Hans-Günter

  • HT5429 How do I remove items from the "current location/to" list?

    In MAPS, how do I remove items from the "current location/to" list?

    Hit the book icon and you will see delete all option. I have not found a way to delete them one at a time.

  • Open a Recent Item

    My "Open a Recent Item" list contains files that I no longer
    have available. How can I purge or syncronize this list?

    Dreamweaver CS4  Clear the "Open a Recent Item"  window
    *****  But you must be in the user profile that you created the website with or you will not see the Recent list folder in the registry !!!!!
    ***** you will have registry rights to Delete files that user created.
    ****  If you do not have authority, you must find the user profile as an Administrator.
    Click Start
    then RUN
    type REGEDIT  in the run box
    then in the registry got to,
    HKEY_CURRENT_USER
        Software
         Adobe
         Dreamweaver CS4
    There will be a "Recent File List" you can delete all the files inside of it.

  • Dreamweaver CS4  Clear the "Open a Recent Item"  window

    Dreamweaver CS4  Clear the "Open a Recent Item"  window
    *****  But you must be in the user profile that you created the website with or you will not see the Recent list folder in the registry !!!!!
    ***** you will have registry rights to Delete files that user created.
    ****  If you do not have authority, you must find the user profile as an Administrator.
    Click Start
    then RUN
    type REGEDIT  in the run box
    then in the registry got to,
    HKEY_CURRENT_USER
        Software
         Adobe
         Dreamweaver CS4
    There will be a "Recent File List" you can delete all the files inside of it.

    Why eliminate it? It doesn't require any extra clicks.
    The Startup page can be handy to return to documents you have
    been working
    on, creating new documents and many other features. If you
    don't need it
    just click on what you do need; .
    If you insist, you can put a checkmark in "Don't show again"
    "Feadel" <[email protected]> wrote in
    message
    news:goejan$nrk$[email protected]..
    > When we are open Dreamweaver. The dreamweaver have
    default pop up start
    > up. It saw
    Open a Recent Item. How To clear it.

  • Deleting "open a recent item" files

    The screen that appears when you first open Dreamweaver 8 has
    a list on the left that allows you to open a recent item. The ones
    that are currently listed on my computer are no longer valid and I
    would like to clear them. I have not been able to figure out a way
    to do this so any help is appreciated - Thanks!

    The recent files list is in the Registry of your computer.
    If you just ignore the "no longer valid" list and keep
    working with newer files, the newer file names will replace the
    older ones.
    If you still want to mess around with things, and you're
    comfortable editing the registry values.
    start> run
    Type in : regedit
    In the console that opens
    HKEY_CURRENT_USER> Software> Macromedia>
    Dreamweaver> Recent File List
    I would strongly recommend against messing around with the
    registry values unless you're absolutely sure about what you're
    doing.

  • Insert items from two different Multiple Select Lists into a single table

    I need help. I have a training tracking system that tracks the courses taken by employees.
    I have created two multiple select lists, one is SelectEmployees and the other is SelectCourses. I want to insert
    the selected item from those two multiple select lists into Training_Record table.
    Note, SelectEmployees" is from Employee table and SelectCourses is from Courses table. Those two table has no intersetion.
    Train_Record is the table that joins those two together.
    Please advice and your help is appreciate.

    Thank you for your help.
    I tried your code and changed the table/field name to my actual table/field name and the iitem name to actual item name.
    declare
    cursor c_Employees is
    select PERSONNEL_NEW.EMPLOYEEID from PERSONNEL_NEW where PERSONNEL_NEW.EMPLOYEEID in (:P15_SELECTEDEMP);
    cursor c_Courses is
    select COURSES.COURSE_ID from COURSES where COURSES.COURSE_ID in
    (:P15_SELECTEDCOUR);
    begin
    foreach :=r_employee in c_Employees loop
    foreach :=r_course in c_Courses loop
    insert
    into COPYOFTRAINREC ( EMPLOYEEID, COURSEID )
    values ( r_employee.EMPLOYEEID, r_course.COURSE_ID );
    end loop;
    end loop;
    end;
    I got error message as :
    ORA-06550: line 12, column 25: PLS-00103: Encountered the symbol "C_EMPLOYEES" when expecting one of the following: (
    Error
    OK

  • Creating Query to show items from open sales orders with a/p invoice

    Hi experts,
    I am trying to create a query that will show what items/quantities are still in open sales orders that can now be filled by an incoming shipment of goods, processed through the a/p invoice.
    This needs to be done using subqueries, which I have no experience with.  I am trying to do this using the ORDR and RDR1 tables to show the open items from the sales orders and the OPOR and POR1 tables to show items just received in to inventory.  I would like the query to show exactly the open item's, their quantities, the posting date from the sales order and the customer name that can now be filled from the new shipment through the a/p invoice.
    I appreciate the assistance,
    Hayden (on behalf of Todd)

    Hello,
    try this
    SELECT T0.[DocDate], T1.[ItemCode], T1.[Dscription],( T1.[Quantity] - T1.[DelivrdQty]) As "Open Qty" FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDueDate]  <= [%0]And ( T1.[Quantity] - T1.[DelivrdQty]) != 0
    Try this query in query manager.
    Thanks
    Manvendra Singh Niranjan
    Edited by: Manvendra Singh Niranjan on Jul 13, 2011 6:27 AM

  • Remove Applications from "Open With..." List

    Ever since I installed Adobe Creative Suite, there have been countless applications available in the Open With... list for image file types (JPEGs, PNGs, etc.).
    How do I remove applications from that list for a given file type?
    Thanks!

    There are a whole bunch of mostly useless little droplets that are installed by Photoshop and ImageReady. You can either toss them all, toss all but the one or two you might use, or just zip them and then if you ever want one unzip, take what you want and rezip the others (I kept Make Sepia Tone.exe and zipped all the others, and put a text file with a list of them all in the parent folder). Here's the location:
    "/Applications/Adobe Photoshop CS/Samples/Droplets"
    There is one folder full of ImageReady ones, and another folder of the Photoshop ones. If you trash them you can also get them back from the install disk. After you zip or trash them restart the computer and your Open with list will be back to normal.
    Francine
    Francine
    Schwieder

  • I cannot open a recent item. Is it lost forever?

    I had an important document that my MacBook autosaved for me, so I opened the autosaved version and began editing it extensively, after finalizing it I (stupidly) saved it under the same autosave name. Now my document folder is only displaying the original version of the document and the autosaved version is not in the folder and does not come up as option when I search for it in the finder. I figured all hope was lost until I clicked on my apple "recent items" menu and there it is!...but i can click on it all day and it doesn't open. Is there anything I can do? (It is a TextEdit doc file) -Cal

    Perhaps you can find a more up-to-date version in Time Machine?

  • I want to remove volumes from 'Import' - 'Select a source' list

    Hi all,
    First, I'm using the new Lightroom v4.1 on a Windows 7 x64 system.
    As the title to my question suggests, I'm trying (without success) to remove volumes from the list that's shown when a user clicks on the 'Import' button (lower left of screen) and 'Select a source' which, naturally, shows all the drives in my system.
    There are five volumes; four internal and one external.
    There are only two drives which contain photos that I'm interestered in importing/editing.
    The other drives contain files that I have no interest in editing or organizing.
    For example, several hundred (scanned and collected) very old family photos that I wish to keep pristine, with no editing of any kind. As for placing them in collections,  I already have them in dated, carefully named folders.
    So, as this is a shared computer, I want to remove the volumes (drives) so that the aforementioned photos can't be inadvertantly imported.
    Can someone please point me in the right direction how to do this?
    Thank you.
    Yours,
    Hugh

    There is nothing within Lightroom that will cause it to ignore a specific drive permanently. You'd have to go above Lightroom to the system level to prevent Lightroom from seeing the drive. Not sure how to do that, but it's probably possible.

  • Hot to remove 'Approver' from Role dropdown in Collaborator List?

    Hello Experts,
    How do you remove or add values to standard enumeration type fields?
    For eg., if I wanted to add a value to 'STATUS_INDICATOR' in Prpoject (could not find it in the standard value list types).
    Or if I want to remove 'Approver' from the Role dropdown of Collaborator list?
    Thanks & Regards,
    Subhasini

    There's a Value list called Project Status you can edit to customize your list of project statuses.
    The Collaborator Role Definitions can be edited by going to SETUP>General> Collaborator Role Definitions
    however, i would not remove the Approver role as this would hinder system functionality surrounding approval workflows.

  • How do I remove AOL from opening page?

    How do I remove AOl from the startup page on Firefox?

    See [http://support.mozilla.com/en-US/kb/How+to+set+the+home+page How to set the homepage]

  • Is there a way to remove items from "Open With" list?

    I have an interesting dilemma that I have not yet found an answer to in all of my internet/discussion forum searches.  Maybe I'm asking the wrong questions or searching in the wrong places, but I've given up and now have to post the question in hopes there's an answer out there.
    My issue is that whenever I want to use the "Open With" feature for an image/jpeg file, the list of choices is massive! Looking at it now, it lists over 30 applications, but at most I would only ever want to open this type of file in one of maybe four applications.
    Starting off, I used to have Parallels on my computer.  Have since purchased VMWare Fusion 4 and now use that as my virtual machine to run Windows for some of my design work.  As far as I know, I had removed ALL of Parallels from my computer when I uninstalled the app.  I followed all of the instructions in the uninstall process, but there seems to be something left behind.
    It may seem that mentioning that wouldn't have anything to do with the "Open With" function, but here is a screen shot to show what happens whenever I right-click an image file:
    http://www.virtuosocreative.com/apple/openwith1.jpg
    Most of the time, if I right click the image, it'd be to open in Photoshop or Set as Desktop.  On occasion I have had to open a jpeg file in Illustrator, but that's it.
    For some reason, there are still Parallels applications showing on the "Open With" list, even though it was uninstalled and removed from my computer.  But like I said earlier, it looks like I missed something. 
    In addition, although I am not logged into Windows or have Fusion running in the background, the "Open With" list includes all of the suggested Windows apps as well.  why???
    As much as I appreciate there being such an abundance of options to choose from, this gets extremely annoying when using the feature and I wanted to see if there was any way to modify this list. 
    More than anything, I really want to get rid of all the Parallels extras that are left on my system.  But also, I wanted to see if there was a setting to tweak so that whenever I click on "Open With" on my Mac, it'll only list applications that are my Mac applications and nothing through Fusion or Parallels or anything else.  And to take it a step further, it'd be nice to shorten the list to only applications I would personally use for opening a jpeg file. (i.e. Preview (default), Photoshop, Illustrator, Safari).
    My system is a 2010 iMac i5 2.8GHz/8GB RAM. Lion OS X 10.7.3
    Thanks!

    The Open With menu is built by LaunchServices which collects the information from each app as to what it says it can open. VMWare appears to be registering every app to open jpegs.
    You might try rebuilding the LaunchServices database. I believe this command still works in Lion. Or, you could use a utility like OnyX to call it:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user

  • Removing Items from "Open With" Menu

    I have installed Adobe CS2 awhile back on both my computers. Since I have have done so. Selecting the "Open with" on a selected image file brings up a list of maybe 40 options. Constrain to 200 Pixels and all this other crap. Honestly, it's screwed up a few of my files by accidentally clicking on them. The program will open.. run the script and close. I just want help on getting these items of my list. without removing the apps.
    Thanks alot!

    Mike has the right of it. What I did was to make a list of all the droplets and store it in the droplets folder, then zip all of them except one I actually sometimes use. There is also a folder full of droplets for Image Ready. Should I ever want to see what's there for some batch processing I can consult the list, unzip, and use. Then toss.
    Francine
    Francine
    Schwieder

Maybe you are looking for