Archive for August, 2008
Visual Studio Find in Files
15 August 2008So a number of times I’ve found that Visual Studio 2005’s find utility is borked. You know how it goes you press Ctrl-Shift-F and expect it to search through your solution looking for that little snippet of code you know you’ve written before and suddenly you get
Find all “vector< MyClass>“, Match case, Subfolders, Find Results […]
Changing default font on gvim
14 August 2008I couldn’t for the life of me figure out how to do it until I came across this web site: http://www.troubleshooters.com/linux/vifont.htm
Considering that it is GRAPHICAL vim and there is a graphical selection of the font/size/etc, you’d think they’d have an option for saving the settings you choose right? Wrong, instead after selecting the font you […]