Date: Wed, 18 Oct 2000 14:44:52 -0700 From: Hannah C. Tang Newsgroups: uwash.class.cse142.bboard Subject: Re-indenting code in MSVC If you're using MSVC, you may find it useful and TA-friendly to re-indent your code if the indentation gets a little messed-up. Just highlight the region of code you'd like MSVC to re-indent and press Alt-F8. And if you're curious, Ctrl-a will highlight your entire document. =) Hannah