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. Something really awesome in Visual Studio.

Something really awesome in Visual Studio.

Scheduled Pinned Locked Moved The Lounge
toolscsharpphpvisual-studiocom
35 Posts 16 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.
  • N Nagy Vilmos

    Is there a problem with your keyboard? The shift key and several vowels don't appear to be working...


    Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

    K Offline
    K Offline
    killabyte
    wrote on last edited by
    #18

    i think the problem is with you but lets not open that can of worms please ;P

    R 1 Reply Last reply
    0
    • P Pete OHanlon

      I've been hinting for quite a while now that Sacha and I have been working on some software together. Well, I've been writing a Visual Studio extension and it has some settings that we show in the Tools > Options dialog. Well, it's vital that the user enters these settings (they can't get to any further activities without setting these). If only Visual Studio allowed us to get to the property page, well thanky-dank you Microsoft for giving me something awesome:

      EnvDTE.DTE dte = (EnvDTE.DTE)Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SDTE));
      dte.ExecuteCommand("Tools.Options", GuidList.PropertyPageGuid);

      And that's it - Visual Studio shows me the settings page (all you have to do is provide the property page guid).

      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

      R Offline
      R Offline
      rtpHarry
      wrote on last edited by
      #19

      I am a --massive-- fan of the code project newsletters. The puns that the writer(s) come up with on a daily basis is a consistently high quality. I regularly read around 80% of the articles listed each day. I don't like this new policy of using a forum post as the subject line of the email. Its really misleading and most of the time links through to a post that's filled with drivel. No offence to the posters in this thread, you should freely discuss niche subjects like this in the forum. I'm not try to say the posters are responsible but as a reader of the newsletter I see this pop up in my inbox "Something really awesome in Visual Studio", click through to this page and its not something awesome. It doesn't make any sense to the programmers that are not working on VS addons. Its nothing I can use. I guess its something to do with trying to drum up more users in the forums but for me its just been a waste of time most of the time I click through to these posts. I can only assume this is being automatically injected based on the post popularity because I don't see why you would include this in the newsletter. Hope I don't come off as offensive, I'm just baffled as to why this has started cropping up in my favourite newsletter :)

      P U K 3 Replies Last reply
      0
      • R rtpHarry

        I am a --massive-- fan of the code project newsletters. The puns that the writer(s) come up with on a daily basis is a consistently high quality. I regularly read around 80% of the articles listed each day. I don't like this new policy of using a forum post as the subject line of the email. Its really misleading and most of the time links through to a post that's filled with drivel. No offence to the posters in this thread, you should freely discuss niche subjects like this in the forum. I'm not try to say the posters are responsible but as a reader of the newsletter I see this pop up in my inbox "Something really awesome in Visual Studio", click through to this page and its not something awesome. It doesn't make any sense to the programmers that are not working on VS addons. Its nothing I can use. I guess its something to do with trying to drum up more users in the forums but for me its just been a waste of time most of the time I click through to these posts. I can only assume this is being automatically injected based on the post popularity because I don't see why you would include this in the newsletter. Hope I don't come off as offensive, I'm just baffled as to why this has started cropping up in my favourite newsletter :)

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

        As the author of said post, I should be offended, but I'm not. I wouldn't have chosen this post for the newsletter either, and I was surprised to see it there. I would disagree with you that this feature isn't awesome though. It really is. But no hard feelings on my part, so don't worry about it.

        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

        My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

        R 1 Reply Last reply
        0
        • R rtpHarry

          I am a --massive-- fan of the code project newsletters. The puns that the writer(s) come up with on a daily basis is a consistently high quality. I regularly read around 80% of the articles listed each day. I don't like this new policy of using a forum post as the subject line of the email. Its really misleading and most of the time links through to a post that's filled with drivel. No offence to the posters in this thread, you should freely discuss niche subjects like this in the forum. I'm not try to say the posters are responsible but as a reader of the newsletter I see this pop up in my inbox "Something really awesome in Visual Studio", click through to this page and its not something awesome. It doesn't make any sense to the programmers that are not working on VS addons. Its nothing I can use. I guess its something to do with trying to drum up more users in the forums but for me its just been a waste of time most of the time I click through to these posts. I can only assume this is being automatically injected based on the post popularity because I don't see why you would include this in the newsletter. Hope I don't come off as offensive, I'm just baffled as to why this has started cropping up in my favourite newsletter :)

          U Offline
          U Offline
          User 7762783
          wrote on last edited by
          #21

          I agree. It was a interesting post to read but when I clicked on the newsletter email I was expecting an article, not a post. Seems like the subject of the email if for posts more and more here lately.

          1 Reply Last reply
          0
          • C Chris Maunder

            I remember back in the dark days of Visual Studio add-ins. WholeTomato Software made a very successful business by being one of the very few companies breave enough to battle VS. And then Microsoft realised extensibility was a good thing and all stops were pulled. Wait until you see the next version...

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

            R Offline
            R Offline
            Rob Grainger
            wrote on last edited by
            #22

            Ah yes, Whole Tomato, from the great school of frivolous software company names pioneered by the classic editor Brief from Underware.

            1 Reply Last reply
            0
            • K killabyte

              i think the problem is with you but lets not open that can of worms please ;P

              R Offline
              R Offline
              Rob Grainger
              wrote on last edited by
              #23

              That'll be a problem with me too!

              1 Reply Last reply
              0
              • P Pete OHanlon

                As the author of said post, I should be offended, but I'm not. I wouldn't have chosen this post for the newsletter either, and I was surprised to see it there. I would disagree with you that this feature isn't awesome though. It really is. But no hard feelings on my part, so don't worry about it.

                *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                R Offline
                R Offline
                Rob Grainger
                wrote on last edited by
                #24

                Well said. I for one found the feature of interest, but then one of my pet projects is writing a language, so extensibility is a concern of interest (although I'm miles away from worrying about it now, and the post will be buried by the time if its of use). Nonetheless, I do agree with the point that forum posts don't make good newsletter material - although I do enjoy perusing both. If they must remain there, I'd suggest putting them in a clearly identifiable section, something like "From the Forums".

                J 1 Reply Last reply
                0
                • P Pete OHanlon

                  I've been hinting for quite a while now that Sacha and I have been working on some software together. Well, I've been writing a Visual Studio extension and it has some settings that we show in the Tools > Options dialog. Well, it's vital that the user enters these settings (they can't get to any further activities without setting these). If only Visual Studio allowed us to get to the property page, well thanky-dank you Microsoft for giving me something awesome:

                  EnvDTE.DTE dte = (EnvDTE.DTE)Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SDTE));
                  dte.ExecuteCommand("Tools.Options", GuidList.PropertyPageGuid);

                  And that's it - Visual Studio shows me the settings page (all you have to do is provide the property page guid).

                  *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                  "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                  My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                  F Offline
                  F Offline
                  Fabio Franco
                  wrote on last edited by
                  #25

                  So, is this going to be an extension that requires a paid license or do you have another model in mind? By the way, please be very careful with this piece of software, I avoid extensions to the maximum so it won't hurt stability.

                  "To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson

                  P 1 Reply Last reply
                  0
                  • B bryce

                    i think they have a team for that - anyone know what its called? Bryce

                    MCAD --- To paraphrase Fred Dagg - the views expressed in this post are bloody good ones. --
                    Our kids books :The Snot Goblin, and Book 2 - the Snotgoblin and Fluff The Snotgoblin for the Ipad

                    K Offline
                    K Offline
                    K Quinn
                    wrote on last edited by
                    #26

                    They just refer to it as "The Community."

                    1 Reply Last reply
                    0
                    • F Fabio Franco

                      So, is this going to be an extension that requires a paid license or do you have another model in mind? By the way, please be very careful with this piece of software, I avoid extensions to the maximum so it won't hurt stability.

                      "To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson

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

                      Currently it's open source. The settings are needed for authentication purposes, purely for part of the functionality. I don't want to give too much away because it's very much Sacha's brainchild and I am onboard to provide the Visual Studio experience.

                      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                      F 1 Reply Last reply
                      0
                      • P Pete OHanlon

                        Currently it's open source. The settings are needed for authentication purposes, purely for part of the functionality. I don't want to give too much away because it's very much Sacha's brainchild and I am onboard to provide the Visual Studio experience.

                        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                        My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                        F Offline
                        F Offline
                        Fabio Franco
                        wrote on last edited by
                        #28

                        Great! I just wanted to know if I would be able to get my hands on this little baby when it's ready. Coming from you and Sacha, it's gotta be good, and being open source, it's even better; great opportunity to learn.

                        "To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson

                        1 Reply Last reply
                        0
                        • P Pete OHanlon

                          I've been hinting for quite a while now that Sacha and I have been working on some software together. Well, I've been writing a Visual Studio extension and it has some settings that we show in the Tools > Options dialog. Well, it's vital that the user enters these settings (they can't get to any further activities without setting these). If only Visual Studio allowed us to get to the property page, well thanky-dank you Microsoft for giving me something awesome:

                          EnvDTE.DTE dte = (EnvDTE.DTE)Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SDTE));
                          dte.ExecuteCommand("Tools.Options", GuidList.PropertyPageGuid);

                          And that's it - Visual Studio shows me the settings page (all you have to do is provide the property page guid).

                          *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                          "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                          My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                          A Offline
                          A Offline
                          Anna Jayne Metcalfe
                          wrote on last edited by
                          #29

                          There's a few tricks like that you can pull. My favourite is starting an instance of the IDE remotely and pressing buttons on it from a distance. Right freaks people out, that one does - but it's useful to know about for integration tests. :-\

                          Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"

                          P 1 Reply Last reply
                          0
                          • A Anna Jayne Metcalfe

                            There's a few tricks like that you can pull. My favourite is starting an instance of the IDE remotely and pressing buttons on it from a distance. Right freaks people out, that one does - but it's useful to know about for integration tests. :-\

                            Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"

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

                            Not that you would ever do this with evil intent. ;)

                            *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                            "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                            My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                            A 1 Reply Last reply
                            0
                            • C Chris Maunder

                              Real coders around the world just grunted, spat and/or adjusted their crotches. Back in the days when Men were Real Men, Developers were Real Developers, and Visual Studio Had Help That Was Actually Useful. Where's that bottle of red...

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

                              K Offline
                              K Offline
                              KP Lee
                              wrote on last edited by
                              #31

                              Chris Maunder wrote:

                              and Visual Studio Had Help That Was Actually Useful.

                              Dang, I came in kind of late to VS and missed that time period.

                              1 Reply Last reply
                              0
                              • R rtpHarry

                                I am a --massive-- fan of the code project newsletters. The puns that the writer(s) come up with on a daily basis is a consistently high quality. I regularly read around 80% of the articles listed each day. I don't like this new policy of using a forum post as the subject line of the email. Its really misleading and most of the time links through to a post that's filled with drivel. No offence to the posters in this thread, you should freely discuss niche subjects like this in the forum. I'm not try to say the posters are responsible but as a reader of the newsletter I see this pop up in my inbox "Something really awesome in Visual Studio", click through to this page and its not something awesome. It doesn't make any sense to the programmers that are not working on VS addons. Its nothing I can use. I guess its something to do with trying to drum up more users in the forums but for me its just been a waste of time most of the time I click through to these posts. I can only assume this is being automatically injected based on the post popularity because I don't see why you would include this in the newsletter. Hope I don't come off as offensive, I'm just baffled as to why this has started cropping up in my favourite newsletter :)

                                K Offline
                                K Offline
                                KP Lee
                                wrote on last edited by
                                #32

                                rtpHarry wrote:

                                I don't like this new policy of using a forum post as the subject line of the email.

                                Hear hear. (Or is that "Here, here"?) I too, would like the subject line to pick the best (in their opinion) article, instead of "best" message. (Some picked have REALLY been drivel.) I like the messages being included in the newsletter, just don't make them the subject line unless it is exceptional.

                                1 Reply Last reply
                                0
                                • P Pete OHanlon

                                  Not that you would ever do this with evil intent. ;)

                                  *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                  "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                  My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                  A Offline
                                  A Offline
                                  Anna Jayne Metcalfe
                                  wrote on last edited by
                                  #33

                                  Nah...evil is when you connect to a co-workers machine and execute the "Rebuild All" command on a large C++ solution while they're not looking. "Why's it building again? Damn...I'll have to wait another 45 minutes before I can do anything else now".

                                  Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"

                                  1 Reply Last reply
                                  0
                                  • P Pete OHanlon

                                    I've been hinting for quite a while now that Sacha and I have been working on some software together. Well, I've been writing a Visual Studio extension and it has some settings that we show in the Tools > Options dialog. Well, it's vital that the user enters these settings (they can't get to any further activities without setting these). If only Visual Studio allowed us to get to the property page, well thanky-dank you Microsoft for giving me something awesome:

                                    EnvDTE.DTE dte = (EnvDTE.DTE)Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SDTE));
                                    dte.ExecuteCommand("Tools.Options", GuidList.PropertyPageGuid);

                                    And that's it - Visual Studio shows me the settings page (all you have to do is provide the property page guid).

                                    *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

                                    "Mind bleach! Send me mind bleach!" - Nagy Vilmos

                                    My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                                    M Offline
                                    M Offline
                                    MacSpudster
                                    wrote on last edited by
                                    #34

                                    The most awesome feature is: File -> Exit.

                                    ~ [Don't] Visual[ize the] Basic[s], C#[ly instead] ~ ASPX: Apple Simply Performs eXcellently

                                    1 Reply Last reply
                                    0
                                    • R Rob Grainger

                                      Well said. I for one found the feature of interest, but then one of my pet projects is writing a language, so extensibility is a concern of interest (although I'm miles away from worrying about it now, and the post will be buried by the time if its of use). Nonetheless, I do agree with the point that forum posts don't make good newsletter material - although I do enjoy perusing both. If they must remain there, I'd suggest putting them in a clearly identifiable section, something like "From the Forums".

                                      J Offline
                                      J Offline
                                      jsc42
                                      wrote on last edited by
                                      #35

                                      The subject is not directly "of interest" to me. But one of the really good things about the Forum / Lounge and the articles linked in the CP Newsletters is that you end up reading about things that are not directly "of interest". Instead, ones breadth of knowledge about what is current and topical is expanded. Whilst it is highly improbable that I'll ever write an extension for Visual Studio (not allowed to download things, e.g. VS, or install products that have not been rigorously tested by our s/w assurance, let alone to develop for them)knowing albeit in a very limited way about what is possible and what people are doing is always beneficial. It is also good to read 'product X is good because ...' rather than 'product X is a **** ** **** because ...' articles. After all, the designers of product X are our fellow developers and when they have done something worthwhile, it is good to praise them Most of us would feel better if, just occassionally, someone gave us a complement for the 99% of good work that we do instead of just criticising the 1% of not so good work that we do.

                                      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