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
 VAX 1246: namespaces and auto-complete
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bsegall
New Member

4 Posts

Posted - Aug 30 2004 :  1:36:12 PM  Show Profile
The functionality described in this thread: http://66.150.196.105/forum/topic.asp?TOPIC_ID=2612

... does not work if the class is within a namespace.

Edited by - bsegall on Aug 30 2004 1:37:17 PM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 30 2004 :  4:21:13 PM  Show Profile
using C++ in .NET 2002 with VAX 1258, a beta version, in a .h i defined:
namespace feline_class
{
    class feline_test_2
    {
    public:
        int function(int first, int second);
    };
}

and in the matching cpp file i put
feline_class::feline_test_2::function(|

at this point a suggestion box with the parameters popped up.

does this example work for you?

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

nalenb
Senior Member

48 Posts

Posted - Aug 30 2004 :  9:36:31 PM  Show Profile
Mmm, it would be great is there was a way to hit tab or something at that point and have the parameters filled in. I'm in constant need of this since I use separate cpp and h files.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 31 2004 :  06:52:29 AM  Show Profile
using .NET 2003, C++ and VAX 1246
i have just entered my example, and i am seeing:



nalenb, hitting tab or enter fills in the parameters that are listed in the suggestion list.

if this isn't working for other people, then can you please provide some more details. as the pic shows, this works for me, even inside a namespace.

zen is the art of being at one with the two'ness
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