Monthly Archives: June 2008

Keep tabs on white space in Visual Studio

To turn on visual indicators of whitespace in Visual Studio, use the keyboard chord (Ctrl-R, Ctrl-W) (setting found in Tools > Environment > Options): Instead of nothing: You can now see: By default, when I set the insertion point on … Continue reading

Posted in Tools | Tagged , , | 4 Comments

TortoiseSVN repository browser shortcut

A neat hack is buried in the depths of the TortoiseSVN docs: To create a shortcut to launch the repository browser in a particular repository: “C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe” /command:repobrowser /path:”url:to/your/repository” /notempfile I like to include the shortcut in the trunk.

Posted in Tools | Tagged | 5 Comments