einaregilsson / StopOnFirstBuildError

Visual Studio extension to stop solution build immediately after a projects fails to build.
http://einaregilsson.com/stop-build-on-first-error-in-visual-studio-2010/
51 stars 17 forks source link

2 features: add a "Show Error list when build is stopped" option and saving of settings #3

Closed garethl closed 11 years ago

garethl commented 11 years ago

Adding another menu item, "Show Error list when build is stopped", which allows the user to turn off the automatic showing of the error list when stopping the build.

Also implemented a settings class that persists the checked states of the menu items between runs of Visual Studio (bonus is that this appears in the main Options dialog as well).

Tested in 2010, I don't have 2012 installed at the moment.

einaregilsson commented 11 years ago

Thanks for the patch. I'm on vacation until Oct. 23rd, but I'll merge and publish after that. Thanks again.

einaregilsson commented 11 years ago

Merged, committed and published to the VS gallery. Gave you credits in the release notes. Thanks again :)

garethl commented 11 years ago

Awesome, thanks.