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
 1422 coloring bug
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bugfix
Tomato Guru

Germany
324 Posts

Posted - Sep 12 2005 :  03:14:41 AM  Show Profile
template <typename T>
class SmartPtr
{};
template <typename K, typename V>
class MapT
{};

struct SomeStruct;
typedef SmartPtr<SomeStruct> SomeStructPtr;
//typedef MapT<int, SomeStructPtr> SomeStructMap;

With last line commented out SomeStructPtr is colored correctly as type, with last line commented in SomeStructPtr is colored as variable which is obviously wrong:)

sorry for all those bug reports:))

http://www.mf-sd.de

support
Whole Tomato Software

5566 Posts

Posted - Sep 12 2005 :  09:31:30 AM  Show Profile
Thanks, it will be fixed in 1423.
Go to Top of Page

bugfix
Tomato Guru

Germany
324 Posts

Posted - Sep 13 2005 :  09:36:28 AM  Show Profile
Some more:)

int Value;
Value is colored as type.

Furthermore some enums of d3d9 are colored as variables, e.g.
D3DMULTISAMPLE_XXX.
If you use D3DMULTISAMPLE_TYPE::D3DMULTISAMPLE_XXX it's colored correctly though.

1422, vs.net 2k3

http://www.mf-sd.de
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