Wednesday, March 12, 2014

Notes on Visual Studio

Visual Studio 2010 Format C++ Code: Ctrl+A, Ctrl+K, Ctrl+F
http://stackoverflow.com/questions/8812741/ctrlk-ctrld-not-available-in-visual-studio-2010-working-on-c-project

Visual Studio: Re-enable “Build failed, run last success?”
http://stackoverflow.com/questions/2925125/visual-studio-re-enable-build-failed-run-last-success-dialogue-box
On the menubar go to: 'Tools' --> 'Options'. There you go to 'Project and Solutions' --> 'Build and Run'. There you can find a combobox under the label 'On run, when build or deployment errors occur...'. Select Prompt or Do not launch.

No comments:

Post a Comment