T O P I C R E V I E W |
DrB |
Posted - Jun 19 2007 : 2:36:47 PM Something very useful would be a different color option for class member variables.
When reading code and looking for possible changes in class state, I often wish I could easily spot class members. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 20 2007 : 08:31:09 AM Part of the answer is given here: http://docs.wholetomato.com?W146
Turning on: VA Options -> Advanced -> Fonts and Colors -> Local symbols in Bold should help.
personally I use "m_" at the front of all class member variables for exactly this reason, which is a very common practice, and is where VA's option:
VA Options -> Advanced -> C/C++ -> insert _ after m and shift
came from. |
|
|