Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Visual Studio start page configuration.

Visual Studio start page configuration.

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiotoolsworkspacecsharpcom
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rbid
    wrote on last edited by
    #1

    Hello, Is there a way to "edit" the contents of this list. What I want, is to remove some duplicated items. (read below) I have set the Visual Studio IDE to remember the 10 last solutions I have opened. (which saves me a lot of time in navigating to them:-> )

    items in most recently used lists]
    The problem arises if I open a 'copy' of a solution just to compare some stuff, and I will get a duplicated solution name, and I need to be careful not to open the incorrect one. Any hint? -- **Ricky Marek** (_AKA: rbid_) -- "Things are only impossible until they are not" --- Jean-Luc Picard My articles

    PJ ArendsP 1 Reply Last reply
    0
    • R rbid

      Hello, Is there a way to "edit" the contents of this list. What I want, is to remove some duplicated items. (read below) I have set the Visual Studio IDE to remember the 10 last solutions I have opened. (which saves me a lot of time in navigating to them:-> )

      items in most recently used lists]
      The problem arises if I open a 'copy' of a solution just to compare some stuff, and I will get a duplicated solution name, and I need to be careful not to open the incorrect one. Any hint? -- **Ricky Marek** (_AKA: rbid_) -- "Things are only impossible until they are not" --- Jean-Luc Picard My articles

      PJ ArendsP Offline
      PJ ArendsP Offline
      PJ Arends
      wrote on last edited by
      #2

      for VS2002 the list is stored in the registry under HKCU\Software\Microsoft\VisualStudio\7.0\ProjectMRUList. I would assume VS2003 would be the same.


      "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!


      Honoured as one of The Most Helpful Members of 2004

      Within you lies the power for good; Use it!

      R 1 Reply Last reply
      0
      • PJ ArendsP PJ Arends

        for VS2002 the list is stored in the registry under HKCU\Software\Microsoft\VisualStudio\7.0\ProjectMRUList. I would assume VS2003 would be the same.


        "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!


        Honoured as one of The Most Helpful Members of 2004

        R Offline
        R Offline
        rbid
        wrote on last edited by
        #3

        Thanks, The key for VC 7.1 is HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList Now, the list is organized as follows: Key Value File1 Path to first sln file File2 Path to second sln file File3 Path to third sln file. ... FileN Path to N'th sln file. Is it possible to delete a pair without renaming the following keys? (delete key "File2" but preserve the rest, is renumbering required?) -- **Ricky Marek** (_AKA: rbid_) -- "Things are only impossible until they are not" --- Jean-Luc Picard My articles

        R 1 Reply Last reply
        0
        • R rbid

          Thanks, The key for VC 7.1 is HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList Now, the list is organized as follows: Key Value File1 Path to first sln file File2 Path to second sln file File3 Path to third sln file. ... FileN Path to N'th sln file. Is it possible to delete a pair without renaming the following keys? (delete key "File2" but preserve the rest, is renumbering required?) -- **Ricky Marek** (_AKA: rbid_) -- "Things are only impossible until they are not" --- Jean-Luc Picard My articles

          R Offline
          R Offline
          rbid
          wrote on last edited by
          #4

          rbid wrote: Is it possible to delete a pair without renaming the following keys? I just tried, and the result is that VC will truncate the list at the first empty place, that is, if you delete item3, (File3 key), the start page will only show the first two items.:( -- **Ricky Marek** (_AKA: rbid_) -- "Things are only impossible until they are not" --- Jean-Luc Picard My articles

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups