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
 1647: using namespace in member list
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Aug 15 2008 :  10:47:42 AM  Show Profile  Reply with Quote
VS2005, C++/CLI

when having multiple "using namespace", only the top level namespace is shown in the member drop downlist.

example:
using namespace System::Collections::Generic;
using namespace System::Data::SqlClient;
using namespace System::Data;
using namespace System::Net;
using namespace System::Text;
using namespace System;
using namespace System::Threading;
using namespace Microsoft;
using namespace Microsoft::CSharp;

this produces 5 times "using namespace System" and 2 "using namespace Microsoft"

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 16 2008 :  09:57:02 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=19151

This only happens for me in header files, they are not listed at all in cpp files. I don't think they should be listed in header files either.

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 13 2008 :  01:24:04 AM  Show Profile  Reply with Quote
case=19151 is fixed in build 1649
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000