Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Small colouring error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Feb 24 2004 :  09:14:20 AM  Show Profile
I have a class which declares a function
void Trace(LPCTSTR lpsz);
Another file in the project — not #include'd in this file — #define's a macro called Trace(). In my class, the declaration of Trace() is coloured as a macro not a function.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004

Nels_P_Olsen
Senior Member

USA
47 Posts

Posted - Feb 25 2004 :  11:55:51 AM  Show Profile
The coloring logic needs serious enhancement when it comes to dealing with an identifier defined in more than one "category" (class, macro, variable, method, etc.) The existing logic apparently was originally designed assuming identifiers are not used simultaneously for different "categories" of things, so it appears to use the first category it finds the identifier defined in, with no regard to context.

I've made many requests about this, and they should be getting to it in March.

- Nels
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000