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. Is it just me...

Is it just me...

Scheduled Pinned Locked Moved The Lounge
javavisual-studiocomquestion
43 Posts 20 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.
  • L Luc Pattyn

    sh*t happens. The day I first installed VS2010, I copied a 100KLOC project and rebuild it; in less than 20 minutes I had everything in working conditions. I still use VS2008 most of the time, but that is because some of my machines don't have VS2010 installed, and I want to keep my projects compatible across them all. :)

    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).


    C Offline
    C Offline
    Chris Losinger
    wrote on last edited by
    #13

    Luc Pattyn wrote:

    sh*t happens.

    :laugh: second time i tried "close solution", the IDE went solid black. hooray for variety!

    image processing toolkits | batch image processing

    L 1 Reply Last reply
    0
    • C Chris Losinger

      no, really: the mismatched styles between the menu bar, the top toolbar, the window frame and the interior IDE screams "1996!" the round-topped frameless windows, the bitmap background ? the colors ? X|

      image processing toolkits | batch image processing

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

      If the color scheme is really bothering you, you can download another theme. There was a thread on that here very recently.

      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

        If the color scheme is really bothering you, you can download another theme. There was a thread on that here very recently.

        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 Losinger
        wrote on last edited by
        #15

        the color is just one part of it. the whole UI style is icky.

        image processing toolkits | batch image processing

        N 1 Reply Last reply
        0
        • C Chris Losinger

          or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

          image processing toolkits | batch image processing

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #16

          Dunno. Never user Java. But I prefer the color scheme of 2008; 2010 is too dark for my tastes.

          modified on Saturday, June 5, 2010 12:56 PM

          L 1 Reply Last reply
          0
          • C Chris Losinger

            the color is just one part of it. the whole UI style is icky.

            image processing toolkits | batch image processing

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

            Chris Losinger wrote:

            the color is just one part of it. the whole UI style is icky.

            If you think this UI is bad, you should take a look at Expression Blend. It's probably the most ghastly UI you'd have seen in years :-D

            Regards, Nish


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

            L 1 Reply Last reply
            0
            • C Chris Losinger

              Luc Pattyn wrote:

              sh*t happens.

              :laugh: second time i tried "close solution", the IDE went solid black. hooray for variety!

              image processing toolkits | batch image processing

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #18

              Keep trying. You're bound to eventually get a color you'll like. BTW: did you perform a clean install? or did you have a beta or RC before? Mine was clean, I'm in no hurry getting the latest of everything. :)

              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).


              C 1 Reply Last reply
              0
              • P PIEBALDconsult

                Dunno. Never user Java. But I prefer the color scheme of 2008; 2010 is too dark for my tastes.

                modified on Saturday, June 5, 2010 12:56 PM

                L Offline
                L Offline
                Luc Pattyn
                wrote on last edited by
                #19

                PIEBALDconsult wrote:

                2010 is to dark

                if you meant that literally, you could skin[^] it. :)

                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).


                P 1 Reply Last reply
                0
                • L Luc Pattyn

                  Keep trying. You're bound to eventually get a color you'll like. BTW: did you perform a clean install? or did you have a beta or RC before? Mine was clean, I'm in no hurry getting the latest of everything. :)

                  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).


                  C Offline
                  C Offline
                  Chris Losinger
                  wrote on last edited by
                  #20

                  nope, this is the first time i've installed it. it's a clean install of the "trial" version that i downloaded Wednesday. here's some fun. i'm building a library. it's all C/C++, no MFC or ATL. some STL. so, same source code, same build options, 5 different VC++ versions. this is a static lib, linking against the debug multi-threaded CRT. watch the library size grow! VC6: 8,400K VS03: 19,000K VS05: 33,000K VS08: 36,000K VS10: 60,000K again, same source, same options. as if the 4x bloat from VC6 to VS08 wasn't bad enough, the nearly 8x bloat to VS10 is absurd. and why ? well, it probably has something to do with the fact that you can no longer omit debugging info from a library ! (Properties, C/C++, General, Debug Info Format). another fine choice, MS. as was getting rid of the MDI interface!

                  image processing toolkits | batch image processing

                  L E 2 Replies Last reply
                  0
                  • C Chris Losinger

                    or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

                    image processing toolkits | batch image processing

                    4 Offline
                    4 Offline
                    4277480
                    wrote on last edited by
                    #21

                    Less complaining more coding.

                    C 1 Reply Last reply
                    0
                    • L Luc Pattyn

                      PIEBALDconsult wrote:

                      2010 is to dark

                      if you meant that literally, you could skin[^] it. :)

                      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).


                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #22

                      Homey don't play dat.

                      1 Reply Last reply
                      0
                      • C Chris Losinger

                        nope, this is the first time i've installed it. it's a clean install of the "trial" version that i downloaded Wednesday. here's some fun. i'm building a library. it's all C/C++, no MFC or ATL. some STL. so, same source code, same build options, 5 different VC++ versions. this is a static lib, linking against the debug multi-threaded CRT. watch the library size grow! VC6: 8,400K VS03: 19,000K VS05: 33,000K VS08: 36,000K VS10: 60,000K again, same source, same options. as if the 4x bloat from VC6 to VS08 wasn't bad enough, the nearly 8x bloat to VS10 is absurd. and why ? well, it probably has something to do with the fact that you can no longer omit debugging info from a library ! (Properties, C/C++, General, Debug Info Format). another fine choice, MS. as was getting rid of the MDI interface!

                        image processing toolkits | batch image processing

                        L Offline
                        L Offline
                        Luc Pattyn
                        wrote on last edited by
                        #23

                        I haven't done any native code on VS2010 yet, I don't do much of it at all. I'm mostly active in C#. I too blame MS for taking too many decisions; it is fine they add functionality and features, improve speed or size; it is not OK they decide things the users should be able to decide for themselves. I know, doing so could lead to lots of settings, well so be it. It should be possible to recreate what you had when switching tool generations, so functionality, look and feel, size, and performance should, at some setting, be nearly identical. However they seem to think they know better. It holds true for all their products: Windows, Office, Visual, ... I for one would not remove the old menu bar from Office; just add the ribbon, and let the user decide. Why force these things? With all their OO prowess, how hard can it be to offer two different views on the command infrastructure? :)

                        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).


                        H 1 Reply Last reply
                        0
                        • C Chris Losinger

                          or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

                          image processing toolkits | batch image processing

                          0 Offline
                          0 Offline
                          0x3c0
                          wrote on last edited by
                          #24

                          No, it's not just you. For me, it's a lot slower to run, open a project or create a project. Because I've been doing a fair bit in C++ for a while, I've been using Code::Blocks (8.02 though - I tried 10.05 and it was horrible)

                          OSDev :)

                          1 Reply Last reply
                          0
                          • L Luc Pattyn

                            I haven't done any native code on VS2010 yet, I don't do much of it at all. I'm mostly active in C#. I too blame MS for taking too many decisions; it is fine they add functionality and features, improve speed or size; it is not OK they decide things the users should be able to decide for themselves. I know, doing so could lead to lots of settings, well so be it. It should be possible to recreate what you had when switching tool generations, so functionality, look and feel, size, and performance should, at some setting, be nearly identical. However they seem to think they know better. It holds true for all their products: Windows, Office, Visual, ... I for one would not remove the old menu bar from Office; just add the ribbon, and let the user decide. Why force these things? With all their OO prowess, how hard can it be to offer two different views on the command infrastructure? :)

                            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).


                            H Offline
                            H Offline
                            Henry Minute
                            wrote on last edited by
                            #25

                            Luc Pattyn wrote:

                            With all their OO prowess, how hard can it be to offer two different views on the command infrastructure

                            About as hard as it is to properly OOpify the plain old TextBox. Since Win95 I keep reading about how they are going to move everything over to 'proper' OO. Haven't seen much evidence of it yet.

                            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” Why do programmers often confuse Halloween and Christmas? Because 31 Oct = 25 Dec.

                            1 Reply Last reply
                            0
                            • N Nish Nishant

                              Chris Losinger wrote:

                              the color is just one part of it. the whole UI style is icky.

                              If you think this UI is bad, you should take a look at Expression Blend. It's probably the most ghastly UI you'd have seen in years :-D

                              Regards, Nish


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

                              L Offline
                              L Offline
                              Luc Pattyn
                              wrote on last edited by
                              #26

                              Maybe they should come up with a way of splitting the job, leaving the technical stuff to technical people, and the aesthetic aspects to some designers; we would then get functional and reliable tools that look good too. I wonder why they haven't done so yet, or did I miss something? :laugh:

                              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).


                              1 Reply Last reply
                              0
                              • C Chris Losinger

                                or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

                                image processing toolkits | batch image processing

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #27

                                Chris Losinger wrote:

                                does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

                                I actually like the way the IDE looks. I guess these types of things are just a matter of opinion. The only negative issue I have noticed is the speed of the IDE. I'm on a fairly high-end desktop workstation... but when I am using VS2010 I feel completely and utterly managed. But overall I guess the improvements outweigh the negative aspects. I can deal with a 3 second delay as long as everything works correctly. VS2010 is absolutely an improvement for C++ developers because of the support for C++0x features. I have also noticed a huge improvement while debugging heavily templated code. While working with VS2005/VS2008 I was deleting the intellisense database once per week and allowing it to rebuild on some of my larger projects. I have not had to do this with VS2010; not even once. Best Wishes, -David Delaune

                                1 Reply Last reply
                                0
                                • 4 4277480

                                  Less complaining more coding.

                                  C Offline
                                  C Offline
                                  Chris Losinger
                                  wrote on last edited by
                                  #28

                                  is this your first day in the Lounge ?

                                  image processing toolkits | batch image processing

                                  G X 2 Replies Last reply
                                  0
                                  • C Chris Losinger

                                    Luc Pattyn wrote:

                                    VS2010 is way better than every Java IDE I've ever used including Eclipse

                                    i closed a solution (the first solution i ever opened), and the entire IDE went white, except for a non-functioning ghost view of the search/replace dialog - a dialog which had suddenly docked itself to the right side of the IDE. not. ready. for. release.

                                    image processing toolkits | batch image processing

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #29

                                    Chris Losinger wrote:

                                    i closed a solution (the first solution i ever opened), and the entire IDE went white

                                    I have actually seen that happen a few times in VS2010 myself. Each time it happened I was upgrading a large C++ project from a previous version of Visual Studio and closed it a few seconds later. If I had to take a guess I would say that Visual Studio appears to be scanning the project #includes for the intellisense database. My guess would be that when the IDE closes it is waiting on the intellisense database-building threads to terminate. I'm not even sure if managed developers will experience this IDE freeze... because the managed intellisense database is built with the Metadata API[^] while C++ intellisense is built by brute-force file scanning. Best Wishes, -David Delaune

                                    1 Reply Last reply
                                    0
                                    • C Chris Losinger

                                      or does the VS2010 IDE look and feel like some crappy Java IDE from 1996 ?

                                      image processing toolkits | batch image processing

                                      A Offline
                                      A Offline
                                      Anthony Mushrow
                                      wrote on last edited by
                                      #30

                                      I've only just started using it and it does seem a quicker and I'm already loving that I can drag code to my second monitor. I'm not too fond of the colour scheme and how everything 'blends' together (if you know what I mean) but it seems like a nice step up from VS2008. As for looking like some Java IDE from 1996 I can't really comment, I've barely used any Java and certainly not way back in '96. You can change the colour scheme though.

                                      My current favourite quote is: Punch them in the face, see what happens!

                                      -SK Genius

                                      1 Reply Last reply
                                      0
                                      • C Chris Losinger

                                        is this your first day in the Lounge ?

                                        image processing toolkits | batch image processing

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

                                        He/she/it/they are just a number (and not even a prime one, at that). Factor them out and go on.

                                        Software Zen: delete this;
                                        Fold With Us![^]

                                        1 Reply Last reply
                                        0
                                        • C Chris Losinger

                                          is this your first day in the Lounge ?

                                          image processing toolkits | batch image processing

                                          X Offline
                                          X Offline
                                          Xmen Real
                                          wrote on last edited by
                                          #32

                                          I think that was a joke

                                          TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN% R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

                                          ----------------------------------------------- 128 bit encrypted signature, crack if you can

                                          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