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. The Lounge
  3. Not a programming question! But good ideas wanted...

Not a programming question! But good ideas wanted...

Scheduled Pinned Locked Moved The Lounge
questionvisual-studiohelpannouncementlearning
51 Posts 17 Posters 6 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.
  • J Offline
    J Offline
    Johnny J
    wrote on last edited by
    #1

    I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

    Why can't I be applicable like John? - Me, April 2011
    -----
    Beidh ceol, caint agus craic againn - Seán Bán Breathnach
    -----
    Da mihi sis crustum Etruscum cum omnibus in eo!
    -----
    Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

    J S Richard DeemingR R D 15 Replies Last reply
    0
    • J Johnny J

      I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

      Why can't I be applicable like John? - Me, April 2011
      -----
      Beidh ceol, caint agus craic againn - Seán Bán Breathnach
      -----
      Da mihi sis crustum Etruscum cum omnibus in eo!
      -----
      Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

      J Offline
      J Offline
      Jacquers
      wrote on last edited by
      #2

      How about including the version number in the project name? Or using a shorter folder url by linking the directory to another one with a shorter url?

      J 1 Reply Last reply
      0
      • J Johnny J

        I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

        Why can't I be applicable like John? - Me, April 2011
        -----
        Beidh ceol, caint agus craic againn - Seán Bán Breathnach
        -----
        Da mihi sis crustum Etruscum cum omnibus in eo!
        -----
        Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

        S Offline
        S Offline
        Shelby Robertson
        wrote on last edited by
        #3

        I have the same thing happen with development and production branches of code all the time. I always open VS by clicking the solution in windows explorer since I'm usually there to manipulate source control anyway, then remember which order the windows are open in the task bar...until vista decides to randomly rearrange stuff...which has NEVER happened :mad:. If I forget, I right-click the project and hit "property window" and look at the path it gives. Maybe not the best way, but it works.

        CPallini wrote:

        You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

        J 1 Reply Last reply
        0
        • S Shelby Robertson

          I have the same thing happen with development and production branches of code all the time. I always open VS by clicking the solution in windows explorer since I'm usually there to manipulate source control anyway, then remember which order the windows are open in the task bar...until vista decides to randomly rearrange stuff...which has NEVER happened :mad:. If I forget, I right-click the project and hit "property window" and look at the path it gives. Maybe not the best way, but it works.

          CPallini wrote:

          You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

          J Offline
          J Offline
          Johnny J
          wrote on last edited by
          #4

          Yeah, something like that for me too. I was just hoping for an easier solution. If it bugs me enough, maybe I'll do a VS plugin myself... ;)

          Why can't I be applicable like John? - Me, April 2011
          -----
          Beidh ceol, caint agus craic againn - Seán Bán Breathnach
          -----
          Da mihi sis crustum Etruscum cum omnibus in eo!
          -----
          Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

          1 Reply Last reply
          0
          • J Jacquers

            How about including the version number in the project name? Or using a shorter folder url by linking the directory to another one with a shorter url?

            J Offline
            J Offline
            Johnny J
            wrote on last edited by
            #5

            I've been thinking of that too, but not really good solutions considering there are a lot of other developers on the project as well...

            Why can't I be applicable like John? - Me, April 2011
            -----
            Beidh ceol, caint agus craic againn - Seán Bán Breathnach
            -----
            Da mihi sis crustum Etruscum cum omnibus in eo!
            -----
            Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

            1 Reply Last reply
            0
            • J Johnny J

              I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

              Why can't I be applicable like John? - Me, April 2011
              -----
              Beidh ceol, caint agus craic againn - Seán Bán Breathnach
              -----
              Da mihi sis crustum Etruscum cum omnibus in eo!
              -----
              Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

              Richard DeemingR Offline
              Richard DeemingR Offline
              Richard Deeming
              wrote on last edited by
              #6

              If your folder names are sensible, the Solution Badges[^] feature of VSCommands 2012[^] seem to work, and are included in the free version.


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

              J 1 Reply Last reply
              0
              • J Johnny J

                I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                Why can't I be applicable like John? - Me, April 2011
                -----
                Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                -----
                Da mihi sis crustum Etruscum cum omnibus in eo!
                -----
                Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                R Offline
                R Offline
                Ravi Bhavnani
                wrote on last edited by
                #7

                I never use the VS File|Open command or the recent projects list to open a project.  Instead, I have shortcuts to different projects' .sln files added to a program launcher I wrote (FooBar[^]).  You can use any other launcher or simply put the shortcuts on your desktop and name them appropriately. /ravi

                My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                J 1 Reply Last reply
                0
                • J Johnny J

                  I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                  Why can't I be applicable like John? - Me, April 2011
                  -----
                  Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                  -----
                  Da mihi sis crustum Etruscum cum omnibus in eo!
                  -----
                  Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                  D Offline
                  D Offline
                  Dan Neely
                  wrote on last edited by
                  #8

                  Can you fiddle with your disk layout to get shorter paths? My source folders look like this, which puts the truck/branchFoo information at the start of the folder paths where it's easy to find.

                  C:\SVN\ProjectA\trunk\Loremipsumdolor\sitametconsectetuer\adipiscingelitsed.sln
                  C:\SVN\ProjectA\trunk\Loremipsumdolor\diamnonummynibh\euismodtinciduntut.sln
                  C:\SVN\ProjectB\trunk\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                  C:\SVN\ProjectB\branch\exercitationullamcorper\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                  C:\SVN\ProjectB\branch\suscipitlobortisnisl\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                  C:\HG\ProjectC\trunk\utaliquipex\eacommodo\consequat.sln

                  Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                  J R 2 Replies Last reply
                  0
                  • Richard DeemingR Richard Deeming

                    If your folder names are sensible, the Solution Badges[^] feature of VSCommands 2012[^] seem to work, and are included in the free version.


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                    J Offline
                    J Offline
                    Johnny J
                    wrote on last edited by
                    #9

                    Hot damn! That looks like it can do what I want. I'll check it out! Thanks! :thumbsup:

                    Why can't I be applicable like John? - Me, April 2011
                    -----
                    Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                    -----
                    Da mihi sis crustum Etruscum cum omnibus in eo!
                    -----
                    Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                    1 Reply Last reply
                    0
                    • J Johnny J

                      I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                      Why can't I be applicable like John? - Me, April 2011
                      -----
                      Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                      -----
                      Da mihi sis crustum Etruscum cum omnibus in eo!
                      -----
                      Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                      R Offline
                      R Offline
                      Rage
                      wrote on last edited by
                      #10

                      Back in the time when I was still programming, I had set up a virtual letter drive (L:/ to be precise) for the root of my projects directory. This shortens a lot the path in the hover tooltips, hence making them distinguishable.

                      ~RaGE();

                      I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                      J V 2 Replies Last reply
                      0
                      • J Johnny J

                        I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                        Why can't I be applicable like John? - Me, April 2011
                        -----
                        Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                        -----
                        Da mihi sis crustum Etruscum cum omnibus in eo!
                        -----
                        Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                        D Offline
                        D Offline
                        David Crow
                        wrote on last edited by
                        #11

                        I do this exact same thing with our product. We support four versions. I keep each version in a separate folder whose name contains the version number.

                        "One man's wage rise is another man's price increase." - Harold Wilson

                        "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                        "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

                        J 1 Reply Last reply
                        0
                        • D Dan Neely

                          Can you fiddle with your disk layout to get shorter paths? My source folders look like this, which puts the truck/branchFoo information at the start of the folder paths where it's easy to find.

                          C:\SVN\ProjectA\trunk\Loremipsumdolor\sitametconsectetuer\adipiscingelitsed.sln
                          C:\SVN\ProjectA\trunk\Loremipsumdolor\diamnonummynibh\euismodtinciduntut.sln
                          C:\SVN\ProjectB\trunk\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                          C:\SVN\ProjectB\branch\exercitationullamcorper\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                          C:\SVN\ProjectB\branch\suscipitlobortisnisl\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                          C:\HG\ProjectC\trunk\utaliquipex\eacommodo\consequat.sln

                          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                          J Offline
                          J Offline
                          Johnny J
                          wrote on last edited by
                          #12

                          Yeah, but I would rather not have to rely on the folder path as it takes some time "deciphering" anyway, I'd prefer some simpler solution.

                          Why can't I be applicable like John? - Me, April 2011
                          -----
                          Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                          -----
                          Da mihi sis crustum Etruscum cum omnibus in eo!
                          -----
                          Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                          1 Reply Last reply
                          0
                          • J Johnny J

                            I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                            Why can't I be applicable like John? - Me, April 2011
                            -----
                            Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                            -----
                            Da mihi sis crustum Etruscum cum omnibus in eo!
                            -----
                            Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                            P Offline
                            P Offline
                            Pete OHanlon
                            wrote on last edited by
                            #13

                            Sounds like something I might want to develop once I've finished with the Intel stuff. It would be relatively easy to add to MoXAML.

                            I was brought up to respect my elders. I don't respect many people nowadays.
                            CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                            J A 2 Replies Last reply
                            0
                            • R Ravi Bhavnani

                              I never use the VS File|Open command or the recent projects list to open a project.  Instead, I have shortcuts to different projects' .sln files added to a program launcher I wrote (FooBar[^]).  You can use any other launcher or simply put the shortcuts on your desktop and name them appropriately. /ravi

                              My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                              J Offline
                              J Offline
                              Johnny J
                              wrote on last edited by
                              #14

                              I have a problem with that, because very often VS will simply say that it can't open the solution. I think it has to do with admin privileges or something like that, but even though I've set "Run as admin" in all places I can think of, I still encounter that problem... :sigh:

                              Why can't I be applicable like John? - Me, April 2011
                              -----
                              Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                              -----
                              Da mihi sis crustum Etruscum cum omnibus in eo!
                              -----
                              Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                              D 1 Reply Last reply
                              0
                              • R Rage

                                Back in the time when I was still programming, I had set up a virtual letter drive (L:/ to be precise) for the root of my projects directory. This shortens a lot the path in the hover tooltips, hence making them distinguishable.

                                ~RaGE();

                                I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                                J Offline
                                J Offline
                                Johnny J
                                wrote on last edited by
                                #15

                                That's not a bad idea, actually. Might be a part of the solution... Thanks :thumbsup:

                                Why can't I be applicable like John? - Me, April 2011
                                -----
                                Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                                -----
                                Da mihi sis crustum Etruscum cum omnibus in eo!
                                -----
                                Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                                1 Reply Last reply
                                0
                                • D David Crow

                                  I do this exact same thing with our product. We support four versions. I keep each version in a separate folder whose name contains the version number.

                                  "One man's wage rise is another man's price increase." - Harold Wilson

                                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                  "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

                                  J Offline
                                  J Offline
                                  Johnny J
                                  wrote on last edited by
                                  #16

                                  Yeah, but as mentioned, I don't think that's a good solution to rely on manually "deciphering" the path names, so I was looking for something simpler. Think I'll test Richards idea av VSCommands 2012 first...

                                  Why can't I be applicable like John? - Me, April 2011
                                  -----
                                  Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                                  -----
                                  Da mihi sis crustum Etruscum cum omnibus in eo!
                                  -----
                                  Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                                  1 Reply Last reply
                                  0
                                  • P Pete OHanlon

                                    Sounds like something I might want to develop once I've finished with the Intel stuff. It would be relatively easy to add to MoXAML.

                                    I was brought up to respect my elders. I don't respect many people nowadays.
                                    CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                                    J Offline
                                    J Offline
                                    Johnny J
                                    wrote on last edited by
                                    #17

                                    Cool, knock yourself out! I'll be happy to test it out. :thumbsup: Would make for a good CS article, anyways (even compared to OG's extremely high article standards... :-D)

                                    Why can't I be applicable like John? - Me, April 2011
                                    -----
                                    Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                                    -----
                                    Da mihi sis crustum Etruscum cum omnibus in eo!
                                    -----
                                    Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                                    1 Reply Last reply
                                    0
                                    • D Dan Neely

                                      Can you fiddle with your disk layout to get shorter paths? My source folders look like this, which puts the truck/branchFoo information at the start of the folder paths where it's easy to find.

                                      C:\SVN\ProjectA\trunk\Loremipsumdolor\sitametconsectetuer\adipiscingelitsed.sln
                                      C:\SVN\ProjectA\trunk\Loremipsumdolor\diamnonummynibh\euismodtinciduntut.sln
                                      C:\SVN\ProjectB\trunk\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                                      C:\SVN\ProjectB\branch\exercitationullamcorper\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                                      C:\SVN\ProjectB\branch\suscipitlobortisnisl\laoreetdoloremagna\aliquameratvolutpat\Utwisienim\adminimveniam\quisnostrud.sln
                                      C:\HG\ProjectC\trunk\utaliquipex\eacommodo\consequat.sln

                                      Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                                      R Offline
                                      R Offline
                                      Rage
                                      wrote on last edited by
                                      #18

                                      Wow, how do you get by with all these Latin pathnames ? ok, I am out.

                                      ~RaGE();

                                      I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                                      D 1 Reply Last reply
                                      0
                                      • J Johnny J

                                        I was just wondering: At my company we work with source control. That means that from time to time, I have different versions of the same projects checked out in different folders. Let's for the sake of argument say that I have a project named "WCFConsole" checked out in 3 different folders (different versions). And this is not the first time, so I have had all three projects open in VS 2012 before. My problem now is that when I open VS 2012 and look at the Recent Projects list, I have 3 entries named "WCFConsole", and it's not immediately apparent which one I want to open at the given time. If I hover over the project name, I get a tooltip showing the complete path to the project. But with a path of 50-100 characters that pretty much look like any other path, it's not that easy to see which project version it's actually pointing to. What I would really like to be able to do is assign the recent projects an alias that would show straight off which version it was. That is of course not a feature available in VS, so I wonder: Does anybody know of any plug in that can make this scenario easier ??? Our company can't be the only one that works this way, so how do others do??? :confused:

                                        Why can't I be applicable like John? - Me, April 2011
                                        -----
                                        Beidh ceol, caint agus craic againn - Seán Bán Breathnach
                                        -----
                                        Da mihi sis crustum Etruscum cum omnibus in eo!
                                        -----
                                        Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932

                                        M Offline
                                        M Offline
                                        Marc Clifton
                                        wrote on last edited by
                                        #19

                                        Why not put shortcuts to the projects / solutions either on the desktop or in a folder? And if you consider the desktop, might I suggest fences[^], which I find to really help organize the desktop clutter. Marc

                                        Latest Article: C# and Ruby Classes: A Deep Dive
                                        My Blog

                                        P 1 Reply Last reply
                                        0
                                        • M Marc Clifton

                                          Why not put shortcuts to the projects / solutions either on the desktop or in a folder? And if you consider the desktop, might I suggest fences[^], which I find to really help organize the desktop clutter. Marc

                                          Latest Article: C# and Ruby Classes: A Deep Dive
                                          My Blog

                                          P Offline
                                          P Offline
                                          Pete OHanlon
                                          wrote on last edited by
                                          #20

                                          That's a great looking tool Marc. I can't help but wonder why that isn't the default behaviour for W8.

                                          I was brought up to respect my elders. I don't respect many people nowadays.
                                          CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

                                          J R 2 Replies 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