T O P I C R E V I E W |
SaloS |
Posted - Dec 21 2005 : 01:36:31 AM I've noticed one more unpleasant thing with coloring. All member variables that are initialized in C++ constructor like CMyClass::CMyClass : m_Member1(Value1), m_Member2(Value2){} are colored as function but not as variables. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 21 2005 : 3:27:14 PM you can argue that this is a function call the basic problem is that to the parser this looks just like a function call.
this is on the list of things to fix now that we have a new parser. |