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.
  • R Rage

    OK, I was not speaking about touchscreen device. But I doubt anyone would use them to do any development.

    ~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

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

    I'm using an Ultrabook with touchscreen - I spend an inordinate amount of time swapping from keyboard to touch and back again. It's surprisingly productive.

    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

    1 Reply Last reply
    0
    • A Albert Holguin

      I'd be happy to test as well... I have the same problem... I usually just navigate using explorer but that can't possibly be the best solution.

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

      Remind me in about three weeks time. It will be good to have a smaller project to look at. I need to update MoXAML to VS2012 anyway, so this would be a good place to start.

      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

      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

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #41

        I never run into this, as I usually open the solutions from their location rather than from a recents menu.

        Thou mewling ill-breeding pignut!

        1 Reply Last reply
        0
        • A Albert Holguin

          Even if you have more branches, the solution name doesn't change, that's what he's getting at... It is annoying, I know what he means...

          V Offline
          V Offline
          Vark111
          wrote on last edited by
          #42

          Yes, but in SCE each of those Solutions is in a different folder (branches are in their own folder). It's just like navigating via File Explorer, except it's built into VS.

          A 1 Reply Last reply
          0
          • J Johnny J

            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

            V Offline
            V Offline
            Vark111
            wrote on last edited by
            #43

            Johnny J. wrote:

            Switching one local repository between the branches all the time is not always a good solution.

            You misunderstand - I'm not advocating switching local repos. In VS SCE, each of those branches is in a different folder - doesn't matter if they're named the same or not. When you open a solution from there, it just opens the corresponding local file.

            1 Reply Last reply
            0
            • V Vark111

              Yes, but in SCE each of those Solutions is in a different folder (branches are in their own folder). It's just like navigating via File Explorer, except it's built into VS.

              A Offline
              A Offline
              Albert Holguin
              wrote on last edited by
              #44

              Yeah, I know.... but it's still an issue... if you have four different branches open, they all have the same heading in Visual Studio.

              V 1 Reply Last reply
              0
              • A Albert Holguin

                Yeah, I know.... but it's still an issue... if you have four different branches open, they all have the same heading in Visual Studio.

                V Offline
                V Offline
                Vark111
                wrote on last edited by
                #45

                Oh in that case, I totally agree - four different instances of VS open each with a different branch can lead to an excessive amount of alt-tabbing to find the right one. :)

                A 1 Reply Last reply
                0
                • V Vark111

                  Oh in that case, I totally agree - four different instances of VS open each with a different branch can lead to an excessive amount of alt-tabbing to find the right one. :)

                  A Offline
                  A Offline
                  Albert Holguin
                  wrote on last edited by
                  #46

                  Yeah... I had noticed this annoyance first when I was working on two branches that were nearly identical... I couldn't easily have them both open at the same time because I would lose track which one was what. You'd figure with how long the concept of branches has been around Studio would deal with it more gracefully.

                  1 Reply Last reply
                  0
                  • R Rage

                    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 Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #47

                    When the projects were started bacon ipsum/[^] wasn't available, so we had to make do with what was available then.

                    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

                    1 Reply Last reply
                    0
                    • J Johnny J

                      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, 1932

                      J Offline
                      J Offline
                      jschell
                      wrote on last edited by
                      #48

                      Johnny J. wrote:

                      I've used Fences for a long time

                      Just looked that up...it basically arranges desktop icons into containers....just like a file system. So why not just use the file system?

                      J 1 Reply Last reply
                      0
                      • J jschell

                        Johnny J. wrote:

                        I've used Fences for a long time

                        Just looked that up...it basically arranges desktop icons into containers....just like a file system. So why not just use the file system?

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

                        It's nothing like that. You can't arrange desktop items in containers using the file system. Think you need to try it out!

                        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 1 Reply Last reply
                        0
                        • J Johnny J

                          It's nothing like that. You can't arrange desktop items in containers using the file system. Think you need to try it out!

                          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
                          jschell
                          wrote on last edited by
                          #50

                          Johnny J. wrote:

                          You can't arrange desktop items

                          You do of course realize that desktop items are just references to actual content? I was referring to the concept inherent in the organizational structure as it relates to what people actually want to do - which is with the content. Not the icons.

                          Johnny J. wrote:

                          Think you need to try it out!

                          When I have a lot of stuff I use the file system. You should try it out!

                          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

                            B Offline
                            B Offline
                            Brady Kelly
                            wrote on last edited by
                            #51

                            You have your reasons, but this wouldn't bother me much. I nearly always open a solution by double-clicking the .sln file in it's folder.

                            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