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
 Completion with parameter in nested parenthesis
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kschaab
Tomato Guru

USA
118 Posts

Posted - Feb 02 2004 :  5:26:31 PM  Show Profile
When completion happens in nested parenthesis where the end parenthesis is the next character methods with parameters completion happens so cursor lands outside the method parenthesis.

For example if you have the method:

bool MyFoo(MyClass myClass)
{
...
}

and you type if and complete so that you get if () with cursor inside parenthesis and then you type MyFoo and complete you will get
if (MyFoo()) with the cursor between the last parenthesis and the one before it instead of between the parenthesis for MyFoo as expected. This behavior holds true for typeof() operator as well. I'm using C#, have not tried this with C++.
  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