Monthly Archives: April 2007

Visual Studio: Code Definition Window

In the process of trying to do a Format Selection (Ctrl+E, F) I butter fingered the Code Definition Window (Ctrl+W, D) open. Now this is a really cool window (for C++ and C#) that shows the definition code of the … Continue reading

Posted in Programming, Software, Visual Studio | Leave a comment

Software Build Scripts

I have been working on the build scripts for our products, and they are almost perfect now. New enhancements are: All build done on a remote machine “The Build Machine” Get the SVN revision (via svn.exe info) so it can … Continue reading

Posted in Programming | Leave a comment