Earlier quoted context omitted.
Looks like this is shaping up to be the "Maddox Visual Studio, the best Visual Studio on the internet". Capital letters, black backgrounds, now we just need insulting error messages full of manliness.
I might be OK with the ALL CAPS menu titles if I understood the rationale behind them. Has this been discussed officially anywhere? Because if not, I can't get beyond the nagging idea that MS is playing some kind of joke that I don't get, and that's a distraction that I don't need.
Visual Studio 2012 RC Available Now
31–40 of 42 posts
Re: Visual Studio 2012 RC Available Now
#32Have they backpedaled at all on their decision to not build executables for XP? I couldn't find any mention on the Jason Zander blog, so I assume not.
AFAIK this restriction only existed in the 'express' versions of Visual Studio 2012.
The C++ Runtime Library doesn't support XP, so C++ programs compiled with Visual Studio 2012 can't run on Windows XP. (It is possible to work around this by statically linking and overriding some CRT functions, as detailed here: http://tedwvc.wordpress.com/)
You can keep using the Visual Studio 2010 C++ compiler (and target XP), but then you can't use any of the new C++11 features supported in VS2012.
.NET Framework 4.5 RC also doesn't support XP (see "System requirements" at http://www.microsoft.com/en-us/download/details.aspx?id=2990...), so C#/VB.NET programs targeting .NET 4.5 can't be run on XP either.
Re: Visual Studio 2012 RC Available Now
#33Earlier quoted context omitted.
I find it strange that they've moved to all-caps for menu titles (FILE, EDIT, VIEW...), especially considering Microsoft's recent uses of good typography. All-caps is a tradeoff where you take away the identifiable shape of a word to make it draw more attention. You could argue that menu titles would be the absolute worst place to use all-caps.
The ALL CAPS MENU TITLES are supposedly "more Metro-like", even though many Metro screenshots are all-lowercase and the Metro motto is "content before chrome." I'm surprised Microsoft hasn't made their menu titles disappear until you move the mouse near them (like Mac OS X's X-+ window buttons). That sounds like the "hide the UI so it looks good but is less usable" style Microsoft likes.
[1] http://visualstudiogallery.msdn.microsoft.com/bdbcffca-32a6-...
Re: Visual Studio 2012 RC Available Now
#34Earlier quoted context omitted.
I might be OK with the ALL CAPS menu titles if I understood the rationale behind them. Has this been discussed officially anywhere? Because if not, I can't get beyond the nagging idea that MS is playing some kind of joke that I don't get, and that's a distraction that I don't need.
There's a registry value you can set to go back to normal (title case) menus: http://www.richard-banks.org/2012/06/how-to-prevent-visual-s...
Re: Visual Studio 2012 RC Available Now
#35Re: Visual Studio 2012 RC Available Now
#36Earlier quoted context omitted.
Looks like this is shaping up to be the "Maddox Visual Studio, the best Visual Studio on the internet". Capital letters, black backgrounds, now we just need insulting error messages full of manliness.
I might be OK with the ALL CAPS menu titles if I understood the rationale behind them. Has this been discussed officially anywhere? Because if not, I can't get beyond the nagging idea that MS is playing some kind of joke that I don't get, and that's a distraction that I don't need.
Re: Visual Studio 2012 RC Available Now
#37Earlier quoted context omitted.
Can you elaborate?
Editing html in vs2012 beta(?) was quite laggy, with > 4 second delays between keypress and screen update.
Guess you'll have to DL and see for yourself ;)
Re: Visual Studio 2012 RC Available Now
#38Earlier quoted context omitted.
I find it strange that they've moved to all-caps for menu titles (FILE, EDIT, VIEW...), especially considering Microsoft's recent uses of good typography. All-caps is a tradeoff where you take away the identifiable shape of a word to make it draw more attention. You could argue that menu titles would be the absolute worst place to use all-caps.
Could you explain further how caps "take[s] away the identifiable shape of a word"? Is [FILE] really considered less identifiable than [file] somehow?
The Wikipedia page for word recognition has some useful links:
Re: Visual Studio 2012 RC Available Now
#39Is it still incapable of assembling XP-compatible binaries?