Something really awesome in Visual Studio.
-
How many pints have been killed in the process? :beer:
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated. There are 10 kinds of people in the world: People who know binary and people who don't.
More than two, shall we say?
*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
-
More than two, shall we say?
*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
... and less than 3,000,000...
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
-
... and less than 3,000,000...
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
We tried. Man that was a good night out.
*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
-
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
Chris Maunder wrote:
WholeTomato Software made a very successful business by being one of the very few companies breave enough to battle VS.
And by battle you are of course referring to the use of CBT hooks to inject code into devenv and inserting a menu resource at runtime :-)
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Chris Maunder wrote:
WholeTomato Software made a very successful business by being one of the very few companies breave enough to battle VS.
And by battle you are of course referring to the use of CBT hooks to inject code into devenv and inserting a menu resource at runtime :-)
Regards, Nish
My technology blog: voidnish.wordpress.com
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
-
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
Chris Maunder wrote:
Where's that bottle of red...
:-D
Regards, Nish
My technology blog: voidnish.wordpress.com
-
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
careful there Maunder, M$ will Graussify you and whip away your Microsoft C++ MVP for daring to speak your mind 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 -
careful there Maunder, M$ will Graussify you and whip away your Microsoft C++ MVP for daring to speak your mind 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 IpadThey can pry my tiny glass award disk[^] from my cold, dead fingers.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
They can pry my tiny glass award disk[^] from my cold, dead fingers.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
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 -
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 Ipadbryce wrote:
i think they have a team for that - anyone know what its called?
The now-retired Visual J# team?
Regards, Nish
My technology blog: voidnish.wordpress.com
-
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
-
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
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 :)
-
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 :)
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
-
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 :)
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.
-
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
Ah yes, Whole Tomato, from the great school of frivolous software company names pioneered by the classic editor Brief from Underware.
-
That'll be a problem with me too!
-
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
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".
-
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
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
-
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 -
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
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