vote up 1 vote down star

One of the PDC2008 presentations showed off the new VS2010 UI (not the same as the current beta) that was built with WPF. Some of the new code effects looked fairly nice (comment xml parsed and styled within the code editor).

It got me wondering if Microsoft would ever change the VS UI to the Ribbon; like Office, the change could possibly be forced with no 'classic' mode.

Would you embrace such a change?

From what I gather

Advanced programmers: minor change, hot keys are the same.

Intermediate/Beginner programmers: considerable change, every button has moved!

New programmers: Context sensitive ribbons help emphasize what they may do and where.

flag

75% accept rate

6 Answers

vote up 2 vote down check

It all depends on how it would be implemented.
It could be a good thing, but just in case I would like it to be optional:)

link|flag
vote up 3 vote down

Rico Mariani mentions several times that he does not like the Ribbon for VS, so I don't think it will be implemented any time soon.

link|flag
vote up 0 vote down

Bad Bad Bad... I already remove all the toolbars that exist in favor of a custom created one which contains about 15 select commands from all over the place.

I don't need a ribbon cluttering up my workspace.

link|flag
Fortunately you can set it to auto-hide, or not show at all. – Terminus Nov 3 '08 at 10:26
I commend you for the minimalism, but wouldn't you be able to create a personalized ribbon like that too? CTRL+F1 would hide it away nicely too! – Karl R Nov 3 '08 at 10:26
vote up 1 vote down

I'm a huge fan of the ribbon, but it would be horrible if they implemented a ribbon-like UI on VS if it hogged too much screen real estate and kept me from seeing my code.

link|flag
looking at Word and VS side by side, the ribbon takes up about the same space as 3 rows in VS – Karl R Nov 3 '08 at 10:19
@Karl - but, in the Ribbon's defense, you can hide it by double clicking the top menu text. – Jeff Schumacher Nov 3 '08 at 10:38
vote up 1 vote down

If they did that, I would predict that the biggest backlash of developers ever would occur. The Ribbon is a great evolution of the File menu, but it does not solve all problems, and it's no where near mature enough for an application like VS.

I honestly believe that such a move would make many devs move to something like SharpDevelop. Including me. The best move wold be to make the Ribbon style menu optional, and NOT the default.

link|flag
vote up 2 vote down

I absolutely love the Ribbon Interface for MS Office, because it is so intuitive, but I would hate it for Visual Studio. MS Office is a program for everyone, so it should be easy to use for everybody, but VS is a specialised application designed for experts.

link|flag
I bet many people in the publishing world would question the difference. – Karl R Nov 3 '08 at 10:21
1  
I think people in the publishing world use DTP applications, not Office applications ;). – Terminus Nov 3 '08 at 10:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.