Josh Ledgard - Tour of Visual Studio core team (Part II)
- Posted: Jan 12, 2005 at 9:53 PM
- 66,613 Views
- 27 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Q: Is the VS editor based on the rich text format?
(instead of HTML or XML etc)
OT: Using the Save link to download the video, seeking doesn't work in the saved wmv and it stops playing at some 75%.. These problems do not appear in the streaming version.
OT2: I have had ch9 since beginning using cookie for password - I do not remember the password and cannot access the profile from other computer. Can you please send a new password to the email in my profile? I tried the forgotten password function but it does not seem to work in this case. Thanks.
RE: The Editor: We default to Rich Text when copying text. The Editor itself is not a RichText control but something we owner draw ourselves.
Other than that it was interesting to meet the VS Core team. Good stuff.
Same here. The video ends abruptly. The file is 62,734,692 bytes. Also having the seek problem mentioned above.
Some of those offices looked kinda crowded (and hot) with two people in them. Looks like Jeremy had a big fan to keep him cool. Is that the norm around there? They all seemed to be enjoying what they were doing!
I had no problems with the videos, got all the way to the end to hear how tired Scoble was.
But then why does it have the same new-line squiggle bug as Word?
- I am talking about 2003, not 2005. Is 2003 a rich-text based program?
Wow! Touch-based computing. How do you delete stuff? White-out?
Just having fun. Great stuff guys. But seeing stuff like using C++ to write the C++ compiler, or using VS to write VS always weird me out.
When developing, I like to use the best IDE available
So you're probably using VS 2K3 to write VS 2K5. But have you used VS 2K5 on any production stuff yet?
No, I'm using VS 2005; you have to if you are writing managed code for VS 2005 (and a lot of people are). There are breaking changes in the metadata formats between 1.1 and 2.0 such that 1.1 can't load 2.0 assemblies; 2.0 can load 1.1 and 1.0 just fine. Also, I need features like generics, snap lines in the Winforms designer, layout panels, etc.
Sure I have to drop into gvim if the build isn't stable but I have .vbproj files for Microsoft.VisualStudio.Editors.dll (Property pages, project, resource and settings designers) and Microsoft.VisualStudio.Publish.dll (ClickOnce integration into VS).
"Some of those offices looked kinda crowded (and hot) with two people in them. Looks like Jeremy had a big fan to keep him cool. Is that the norm around there?"
For some reason Jeremy's office is worse than others. We think it has to do with the placement. But yeah, offices with a lot of computers tend to get pretty hot.
"They should glue the 9 guy on top of the camera and/or mic."
Well, what other reason does Robert have to be walking around the buildings? I think just seeing him is fair warning.
"But then why does it have the same new-line squiggle bug as Word? - I am talking about 2003, not 2005. Is 2003 a rich-text based program? "
No, our editor has been an owner drawn control for a long time. Yes, the squiggles may look the same and are for relatively the same purpose, but I don't believe they share much (if any) code.
"Wow! Touch-based computing. How do you delete stuff? White-out?"
In Developer Division, code deletes you.
"Any chance of making the install faster, why does it take so long anyway? 25mins + (Based on VS 2003)"
I should get a video with the team working on the installer. From what I know VS 2005 should be faster. We now use cab compression to reduce the disk access time required of the install and they've also done a lot of other work including some UI streamlining. The Express SKU installs should also be much faster due to the reduced footprint of the SKU.
"So you're probably using VS 2K3 to write VS 2K5. But have you used VS 2K5 on any production stuff yet?"
I can't speak for everyone, but most of the developers I know are currently using VS 2005 to develop VS 2005 and the test teams have been using it to test itself for a long time. Dogfooding is big here.
How come there are so many Microsoft employees that haven't heard of Channel9? That seems strange to me.
It seems strange to us too. But, we're making progress.

We'll get them all even if we have to video them all first.
What's that Recording / Test automation app Chetan Parmar was testing? is it the same Diane Rapp (I think it was her) was using to test Find Symbol?
I was wondering if anyone would catch that. Diane was using our standard automation libraries that we've built for testing Visual Studio. Chetan was demonstrating a newer, in development, approach that translated his actions into calls to the accessibility apis for playback.
I think I saw an article on msdn mag or somewhere in msdn about using the accesibility apis for that, and laid out a sample implementation.
How much of the framework is written in VB vs C#?
Remove this comment
Remove this thread
close