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. VS 2010 driving me insane

VS 2010 driving me insane

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpc++asp-netarchitecture
69 Posts 29 Posters 2 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.
  • C Chris Maunder

    The core feature of Visual Studio is the ability to edit source code. That's #1. For me, though, Visual Studio 2010 is continually getting into a state where it no longer allows me to type. Usually I can just switch to another tab, then back again, or I close the file and reopen, and then I can edit again. There's no warning - just suddenly I can no longer type in that window. Sometimes if I switch away, then back, I see all the typing (and banging) that I did appear, meaning lots of Ctrl-Z-ing. However, I've just had a new one: I can no longer edit the second line in my current file. Everything else is fine, but I can't drag and drop, delete, type on it - nothing. Line 1 is great, line3, it welcomes my edits. But not line 2. Today is "Thou Shalt Not Touch Line 2 Day". I have to say that for all this talk of focus on quality in Microsoft products, they were using the wrong glasses. VS 2010 is becoming painful.

    cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

    G Offline
    G Offline
    Gary Wheeler
    wrote on last edited by
    #61

    Ah. They've actually moved the VS2003/VS2005/VS2008 bug down a line, and updated it in the process. You know the one: Open a new document, and the cursor doesn't display until you've typed a whole line and placed an end-of-line marker in the text. Sounds like progress to me. I bet for VS2012, line 3 will spontaneously combust.

    Software Zen: delete this;

    1 Reply Last reply
    0
    • C Christian Graus

      VS has decided that line 2 is the best line of code you've ever written and is making sure you don't throw it all away.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      C Offline
      C Offline
      Chris Maunder
      wrote on last edited by
      #62

      Well, I will admit it was a rather good line. Don't want to toot my own horn and all that, though. :-\

      cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

      N 1 Reply Last reply
      0
      • C Chris Maunder

        Well, I will admit it was a rather good line. Don't want to toot my own horn and all that, though. :-\

        cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #63

        Chris Maunder wrote:

        Well, I will admit it was a rather good line. Don't want to toot my own horn and all that, though.

        using Microsoft.VisualBasic;

        That one? :rolleyes:

        Regards, Nish


        Blog: blog.voidnish.com Most recent article: An MVVM friendly approach to adding system menu entries in a WPF application

        C 1 Reply Last reply
        0
        • N Nish Nishant

          Chris Maunder wrote:

          Well, I will admit it was a rather good line. Don't want to toot my own horn and all that, though.

          using Microsoft.VisualBasic;

          That one? :rolleyes:

          Regards, Nish


          Blog: blog.voidnish.com Most recent article: An MVVM friendly approach to adding system menu entries in a WPF application

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #64

          From simplicity comes beauty. In this case, really, really simple.

          cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

          1 Reply Last reply
          0
          • N NormDroid

            Have you switched from the default theme? If so switch back and try and replicate the bug.

            Two heads are better than one.

            C Offline
            C Offline
            Chris Maunder
            wrote on last edited by
            #65

            It's happened with and without a different theme. Good point, though.

            cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

            N 1 Reply Last reply
            0
            • C Chris Maunder

              It's happened with and without a different theme. Good point, though.

              cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

              N Offline
              N Offline
              NormDroid
              wrote on last edited by
              #66

              Yeah, I only though that would be it after you posted the VS2010 theme link. Is it easy to reproduce if so it may be worth heading over to the MSDN VS2010 forum?

              Two heads are better than one.

              1 Reply Last reply
              0
              • C Chris Maunder

                The core feature of Visual Studio is the ability to edit source code. That's #1. For me, though, Visual Studio 2010 is continually getting into a state where it no longer allows me to type. Usually I can just switch to another tab, then back again, or I close the file and reopen, and then I can edit again. There's no warning - just suddenly I can no longer type in that window. Sometimes if I switch away, then back, I see all the typing (and banging) that I did appear, meaning lots of Ctrl-Z-ing. However, I've just had a new one: I can no longer edit the second line in my current file. Everything else is fine, but I can't drag and drop, delete, type on it - nothing. Line 1 is great, line3, it welcomes my edits. But not line 2. Today is "Thou Shalt Not Touch Line 2 Day". I have to say that for all this talk of focus on quality in Microsoft products, they were using the wrong glasses. VS 2010 is becoming painful.

                cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                J Offline
                J Offline
                JimmyRopes
                wrote on last edited by
                #67

                Chris Maunder wrote:

                For me, though, Visual Studio 2010 is continually getting into a state where it no longer allows me to type.Usually I can just switch to another tab, then back again, or I close the file and reopen, and then I can edit again. There's no warning - just suddenly I can no longer type in that window. Sometimes if I switch away, then back, I see all the typing (and banging) that I did appear, meaning lots of Ctrl-Z-ing.

                That happened to me a lot in VS2008. I have just switched to VS2010 about 2 days ago but have yet to use it. I was hoping that annoying bug feature of VS was resolved. :mad:

                Simply Elegant Designs JimmyRopes Designs
                Think inside the box! ProActive Secure Systems
                I'm on-line therefore I am. JimmyRopes

                1 Reply Last reply
                0
                • _ _Damian S_

                  Vikram A Punathambekar wrote:

                  there's no U in Superior

                  What about the one after the S? :laugh: :laugh: :rolleyes:

                  I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! If you like cars, check out the Booger Mobile blog | If you feel generous - make a donation to Camp Quality!!

                  V Offline
                  V Offline
                  Vikram A Punathambekar
                  wrote on last edited by
                  #68

                  Hoisted by my own petard. :-O Clearly, I should have said "There's no second U in Superior".

                  Cheers, Vikram. (Got my troika of CCCs!)

                  1 Reply Last reply
                  0
                  • L Luc Pattyn

                    Vikram A Punathambekar wrote:

                    there's no U in Superior

                    Paradox Of The Day? :)

                    Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                    I only read formatted code with indentation, so please use PRE tags for code snippets.


                    I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


                    V Offline
                    V Offline
                    Vikram A Punathambekar
                    wrote on last edited by
                    #69

                    For once, I hang my head in shame. :sigh: Obviously, I meant no second U.

                    Cheers, Vikram. (Got my troika of CCCs!)

                    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