Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Member initialization coloring

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000