One of my first tasks at Whole Tomato was to do some code cleanup in the name of learning the Visual Assist codebase. After just a few Find References, Renames, and Goto Definitions, I realized the recursive nature of this product: I was using VA to learn VA. I was using VA to refactor VA’s [...]
Archive for November, 2008
Recursive Products
Posted in Other on November 27, 2008 | 2 Comments »
Using Qt 4.4 with Visual Assist X
Posted in Tips and Tricks on November 20, 2008 | 6 Comments »
If you are using Visual Studio with Qt, you can ensure a more productive experience by adding the Qt directories to your Visual Studio list of includes. In Visual Studio, add the following directories to the Win32 Platform Include files list (Tools|Options|Projects and Solution|VC++ Directories): $(QTDIR)\include $(QTDIR)\include\Qt $(QTDIR)\include\QtCore $(QTDIR)\include\QtGui $(QTDIR)\include\QtHelp $(QTDIR)\include\QtNetwork $(QTDIR)\include\QtOpenGL $(QTDIR)\include\QtScript $(QTDIR)\include\QtSql $(QTDIR)\include\QtSvg [...]