Not a programming question! But good ideas wanted...
-
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, 1932Sounds 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 -
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
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 -
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
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 -
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
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 -
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 easierCool, 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 -
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.slnDid 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
-
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, 1932Why 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 -
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 BlogThat'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 -
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, 1932I wish VS would fail fast and loud when it can't open everything instead of spending several minutes loading the 95% of a large solution it can, and then change the startup project because it can't talk to realIIS unless started with admin rights.
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
-
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 easierI've used Fences for a long time, and can highly recommend it! It has everything you could ever want - and more. As for why it's not default for W8, the answer is simple: MS doesn't want you to use the classic desktop anymore! X|
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 -
I wish VS would fail fast and loud when it can't open everything instead of spending several minutes loading the 95% of a large solution it can, and then change the startup project because it can't talk to realIIS unless started with admin rights.
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
Exactly, that's another thing: It takes forever before it complains!
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 -
I've used Fences for a long time, and can highly recommend it! It has everything you could ever want - and more. As for why it's not default for W8, the answer is simple: MS doesn't want you to use the classic desktop anymore! X|
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, 1932There's no reason you couldn't organise the live tiles like this though. Having containers to drop live tiles into would make the whole experience a lot easier to navigate.
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 -
I've used Fences for a long time, and can highly recommend it! It has everything you could ever want - and more. As for why it's not default for W8, the answer is simple: MS doesn't want you to use the classic desktop anymore! X|
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, 1932Johnny J. wrote:
I've used Fences for a long time, and can highly recommend it! It has everything you could ever want - and more.
I also use fences. It's fantastic.
CPallini wrote:
You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:
-
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
-
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 easierIs it not ? You can organize your tiles in dedicated containers, or use the search function to launch the applications.
~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
-
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, 1932In my company when we have to do this sort of thing, we create a branch in source control. Once you have 1 branch per "version", then you can just double-click the solution file in Source Control Explorer (obviously this tip only works if you're using TFS or something that integrates with VS like TFS). Don't even have the Start Page show up in my VS anymore. Source Control Explorer is always open, though.
-
In my company when we have to do this sort of thing, we create a branch in source control. Once you have 1 branch per "version", then you can just double-click the solution file in Source Control Explorer (obviously this tip only works if you're using TFS or something that integrates with VS like TFS). Don't even have the Start Page show up in my VS anymore. Source Control Explorer is always open, though.
You don't get my point: We DO create branches in source control. But sometimes it's necessary to have more than one branch checked out at a time, for instance the current branch in production, the current branch in test and the branch under development. Switching one local repository between the branches all the time is not always a good 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 -
Is it not ? You can organize your tiles in dedicated containers, or use the search function to launch the applications.
~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
Having to use search to launch applications is a nonsense.
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 -
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, 1932I have seen this as well and because we have some shared lab machines, another person might have the same project checked out into a folder and I would have mine in another folder. What I did is I stopped using recent projects on that machine. I got into the habit of just opening the solution directly from the source code window instead.
Steve Maier
-
Having to use search to launch applications is a nonsense.
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 easierI don't think so. I type "mspaint"+Enter much faster than looking for the application in any menu or container or ....
~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