Quote:


I was just hoping there was an easier way to select all of the white space at once.





Have you tried turning off "contiguous"?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}