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. Creators of VS 2005, you're doing a heck of a job!

Creators of VS 2005, you're doing a heck of a job!

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestioncareer
26 Posts 14 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.
  • G Gary R Wheeler

    I hesitate to ask an inane question, but here goes: In VS2005, have they finally fixed the broken block-indent/outdent feature in the text editor? In VC6, you could select several lines of text that were spaced with a combination of tabs and spaces, and it would indent/outdent them appropriately. Everything spaced right or left, and the relative alignment between the lines was maintained. In VS2002 and VS2003, that functionality was broken. Any combination of tabs and spaces was simply replaced with a number of tabs. The end result was your text was misaligned, which just pisses me off :mad:. I haven't been able to install VS2005 yet, so I haven't been able to try it out for myself.


    Software Zen: delete this;

    Fold With Us![^]

    S Offline
    S Offline
    Shog9 0
    wrote on last edited by
    #7

    Donno - i use spaces for indentation, and that's our coding standard here. I haven't noticed any problems with it (though i haven't bothered to figure out if there's a replacement for the VS6 Format Selection that works for C++).

    ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

    G 1 Reply Last reply
    0
    • S Shog9 0

      Donno - i use spaces for indentation, and that's our coding standard here. I haven't noticed any problems with it (though i haven't bothered to figure out if there's a replacement for the VS6 Format Selection that works for C++).

      ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

      G Offline
      G Offline
      Gary R Wheeler
      wrote on last edited by
      #8

      Here's how broken the damn thing is. Regardless of the number of spaces per tab you've set, regardless of the 'keep tabs' setting, regardless of the 'smart indent' setting, it still doesn't do this one simple thing correctly. Here's an example. Suppose you have text like this:

      [tab]if ((a == 1) ||
      [tab] (a == 2)) {

      Select both lines, and press the tab key. The dimwit editor turns it into this:

      [tab][tab]if ((a == 1) ||
      [tab][tab][tab](a == 1)) {

      which may or may not look right, depending on the settings.


      Software Zen: delete this;

      Fold With Us![^]

      1 Reply Last reply
      0
      • P pc128

        When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?

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

        pc128 wrote:

        Does anybody else think this is stupid?

        I think stupid is an understatement. X| It's been there from at least VS 2003, and it makes me scream. That error is *so* L_tus Notes-ish. :mad: Cheers, Vikram.


        "When I read in books about a "base class", I figured this was the class that was at the bottom of the inheritence tree. It's the "base", right? Like the base of a pyramid." - Marc Clifton.

        1 Reply Last reply
        0
        • P pc128

          When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?

          I Offline
          I Offline
          Igor Vigdorchik
          wrote on last edited by
          #10

          it's a feature. You should try and drop a solution file instead. It works.

          S J D 3 Replies Last reply
          0
          • I Igor Vigdorchik

            it's a feature. You should try and drop a solution file instead. It works.

            S Offline
            S Offline
            Shog9 0
            wrote on last edited by
            #11

            Oh, right - that makes it better. So can i expect VS2008 to introduce even more such "features"? How 'bout not accepting dropped .cpp files either - i know i always wanted to have to open a solution to view those. Or maybe they can introduce some crazy new "metasolution" that wraps up multiple solutions, and only allow those to be dropped... :rolleyes:

            ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

            R 1 Reply Last reply
            0
            • S Shog9 0

              Oh, right - that makes it better. So can i expect VS2008 to introduce even more such "features"? How 'bout not accepting dropped .cpp files either - i know i always wanted to have to open a solution to view those. Or maybe they can introduce some crazy new "metasolution" that wraps up multiple solutions, and only allow those to be dropped... :rolleyes:

              ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

              R Offline
              R Offline
              Ryan Binns
              wrote on last edited by
              #12

              Be careful Mr Shog9. Ask and ye shall receive... ;P

              Ryan

              "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

              1 Reply Last reply
              0
              • P pc128

                When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?

                R Offline
                R Offline
                Ryan Binns
                wrote on last edited by
                #13

                What would you like it to do? Open the project in a new blank solution, thereby closing the current one? Add the project to the current solution? If you implement either one, you'll frustrate half the community who expects it to do the other. The solution is to frustrate everyone :)

                Ryan

                "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                S L 2 Replies Last reply
                0
                • R Ryan Binns

                  What would you like it to do? Open the project in a new blank solution, thereby closing the current one? Add the project to the current solution? If you implement either one, you'll frustrate half the community who expects it to do the other. The solution is to frustrate everyone :)

                  Ryan

                  "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                  S Offline
                  S Offline
                  Shog9 0
                  wrote on last edited by
                  #14

                  Well, i would be happy with the later (assuming there is actually a solution open). But if they were really interested in not pissing off those poor souls who suffer through life without my work habits, then a message box asking which behavior was desired would still be less annoying than a message box bluntly refusing to do anything.

                  ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                  R 1 Reply Last reply
                  0
                  • S Shog9 0

                    Well, i would be happy with the later (assuming there is actually a solution open). But if they were really interested in not pissing off those poor souls who suffer through life without my work habits, then a message box asking which behavior was desired would still be less annoying than a message box bluntly refusing to do anything.

                    ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                    R Offline
                    R Offline
                    Ryan Binns
                    wrote on last edited by
                    #15

                    I agree. Especially if you could default the message box choice in the options somewhere.

                    Ryan

                    "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                    1 Reply Last reply
                    0
                    • P pc128

                      When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?

                      B Offline
                      B Offline
                      Bruce Duncan
                      wrote on last edited by
                      #16

                      "A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.

                      "Time sneaks up on you like a windshield on a bug."
                      - John Lithgow

                      R D J 3 Replies Last reply
                      0
                      • S Shog9 0

                        pc128 wrote:

                        Does anybody else think this is stupid?

                        Yes. In fact, while i've had VS crash on me, lock up on me, chew up massive amounts of memory and then lose project files, none of those bug me as much as that one, stupid, error message. It represents everything that was unnecessarily broken in the move from VS6 to VS2k1, and that is why my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message. :|

                        ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                        R Offline
                        R Offline
                        Roger Wright
                        wrote on last edited by
                        #17

                        Shog9 wrote:

                        my ultimate goal as a programmer now is to reach a position where i can find myself in a small, locked, windowless room with a lighter, a large cigar, and the person responsible for that error message.

                        A large, heavy stick might be handy to have on such an occasion, too. Just in case you run out of cigar before you're done doing the Lord's business. "...a photo album is like Life, but flat and stuck to pages." - Shog9

                        1 Reply Last reply
                        0
                        • B Bruce Duncan

                          "A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.

                          "Time sneaks up on you like a windshield on a bug."
                          - John Lithgow

                          R Offline
                          R Offline
                          Ryan Binns
                          wrote on last edited by
                          #18

                          Bruce Duncan wrote:

                          why the utterly retarded limitation

                          VBA. workbook = Application.Workbooks["Book1.xls"] - The VBA calls don't refer to paths - just the file name.

                          Bruce Duncan wrote:

                          the documents have the same name, how the hell can they not be in different folders.

                          I'm stumped :)

                          Ryan

                          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                          B 1 Reply Last reply
                          0
                          • I Igor Vigdorchik

                            it's a feature. You should try and drop a solution file instead. It works.

                            J Offline
                            J Offline
                            Jeremy Falcon
                            wrote on last edited by
                            #19

                            You can open a project file from the menu without a solution, so why not drag and drop? Jeremy Falcon

                            1 Reply Last reply
                            0
                            • I Igor Vigdorchik

                              it's a feature. You should try and drop a solution file instead. It works.

                              D Offline
                              D Offline
                              Don Miguel
                              wrote on last edited by
                              #20

                              Igor Vigdorchik wrote:

                              It's not a bug, it's a feature

                              :laugh: Right said! ;P

                              1 Reply Last reply
                              0
                              • B Bruce Duncan

                                "A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.

                                "Time sneaks up on you like a windshield on a bug."
                                - John Lithgow

                                D Offline
                                D Offline
                                Don Miguel
                                wrote on last edited by
                                #21

                                :-D Good one! I should use excel more, i didn't think it could be so funny!!!

                                1 Reply Last reply
                                0
                                • R Ryan Binns

                                  What would you like it to do? Open the project in a new blank solution, thereby closing the current one? Add the project to the current solution? If you implement either one, you'll frustrate half the community who expects it to do the other. The solution is to frustrate everyone :)

                                  Ryan

                                  "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                                  L Offline
                                  L Offline
                                  leppie
                                  wrote on last edited by
                                  #22

                                  If I drag it into the editor, I wanna edit it, if I drag it into the solution explorer I wanna open it. Isnt rocket science :)

                                  xacc.ide-0.1.2.15
                                  Now with a grid!

                                  1 Reply Last reply
                                  0
                                  • P pc128

                                    When you drag and drop the project file onto the VS.NET (2002,2003 and now 2005), you get a message: Project files cannot be dropped onto Visual Studio. They must be opened via the File menu. Does anybody else think this is stupid? Why giving me a shitty message box instead of just opening the darn file? WTF!?

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

                                    :sigh: Hardly life threating Blogless

                                    1 Reply Last reply
                                    0
                                    • R Ryan Binns

                                      Bruce Duncan wrote:

                                      why the utterly retarded limitation

                                      VBA. workbook = Application.Workbooks["Book1.xls"] - The VBA calls don't refer to paths - just the file name.

                                      Bruce Duncan wrote:

                                      the documents have the same name, how the hell can they not be in different folders.

                                      I'm stumped :)

                                      Ryan

                                      "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                                      B Offline
                                      B Offline
                                      Bruce Duncan
                                      wrote on last edited by
                                      #24

                                      Ryan Binns wrote:

                                      VBA. workbook = Application.Workbooks["Book1.xls"] - The VBA calls don't refer to paths - just the file name.

                                      For real? :doh: How come Word doesn't suffer from the same limitation then?

                                      "Time sneaks up on you like a windshield on a bug."
                                      - John Lithgow

                                      R 1 Reply Last reply
                                      0
                                      • B Bruce Duncan

                                        Ryan Binns wrote:

                                        VBA. workbook = Application.Workbooks["Book1.xls"] - The VBA calls don't refer to paths - just the file name.

                                        For real? :doh: How come Word doesn't suffer from the same limitation then?

                                        "Time sneaks up on you like a windshield on a bug."
                                        - John Lithgow

                                        R Offline
                                        R Offline
                                        Ryan Binns
                                        wrote on last edited by
                                        #25

                                        Bruce Duncan wrote:

                                        For real?

                                        I believe so, but then again I may be leading you up the garden path - perhaps the VBA limitation is because of the Excel limitation, not the other way around. Either way, they're both the same.

                                        Bruce Duncan wrote:

                                        How come Word doesn't suffer from the same limitation then?

                                        No idea. I assume it's because they were created by different development teams and the Word team had a better design process ;)

                                        Ryan

                                        "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                                        1 Reply Last reply
                                        0
                                        • B Bruce Duncan

                                          "A document with the name 'foo.xls' is already open. You cannot open two documents with the same name, even if the documents are in different folders." First, why the utterly retarded limitation, second, the documents have the same name, how the hell can they not be in different folders.

                                          "Time sneaks up on you like a windshield on a bug."
                                          - John Lithgow

                                          J Offline
                                          J Offline
                                          Joe Woodbury
                                          wrote on last edited by
                                          #26

                                          I didn't even know about that idiocy until eight months ago when my then CTO suggested it as a great solution to a problem we were facing. (Once again it shows that just because someone does something brilliant once, doesn't mean he should be making project-wide, let alone business decisions.) Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

                                          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