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
 Multiple function parameter listboxes appear
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

much
Junior Member

12 Posts

Posted - Jul 08 2008 :  05:22:30 AM  Show Profile  Reply with Quote
Hi,

Here's some example (unfinished) code:

struct some_struct { int i; };

bool some_fn_with_various_parameters( const some_struct& s, bool b, int i1, float f1 = 0.0f, float f2 = 1.0f, float f3 = 2.0f, float f4 = 3.0f )
{
    return false;
}

bool some_fn_with_various_parameters( const some_struct& s, bool b, int i1, float f1 = 0.0f, int i2 = 3, int i3 = 5 )
{
    return true;
}

int main( int num_args, const char** args )
{
    some_struct s;
    s.i = 0;
    if( some_fn_with_various_parameters(s,
    return 0;
}

With the cursor positioned after the s, in the line near the end with the function call, if I type a comma then two function parameter listboxes appear on top of each other, as in the following screenshot:



However, when I type the opening bracket I only get a single listbox appearing, as expected.

I have the 'Get content from default Intellisense' option disabled, if that's relevant.

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jul 09 2008 :  6:27:45 PM  Show Profile  Reply with Quote
This should be fixed in the next version of VA, which we are hoping to post fairly soon:

case=16970

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

support
Whole Tomato Software

5566 Posts

Posted - Jul 14 2008 :  2:36:05 PM  Show Profile  Reply with Quote
case=16970 is fixed in build 1645

Whole Tomato Software, Inc.
Go to Top of Page

much
Junior Member

12 Posts

Posted - Jul 16 2008 :  09:54:29 AM  Show Profile  Reply with Quote
Great :)
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