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
 No '.' to '->' conversion i.c.w. autocomplete
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Aqua
New Member

2 Posts

Posted - Feb 19 2007 :  08:09:52 AM  Show Profile  Reply with Quote
{
// C++ example with VASSIST 10.3.1544.0, windows XP, Ms-VS 2005prof.
// with VASSIST option "Accept sug-list with any character not valid in a symbol"
// turned on.

std::vector<long> myVector;
std::vector<long> *pMyVector = &myVector;

// type a 'p' , '.' , 'si' , <enter> and note that '.' is not replaced with '->' :
pMyVector.size()

// ==> It forgets to replace the '.' by '->' when the dot is used to
// accept the autocomplete-suggestion. Pressing <enter> or <tab> before the '.' does
// a correct conversion of '.' to '->'.
pMyVector->size()
}

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Feb 20 2007 :  12:41:09 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=5171

As a general rule we recommend C and C++ programmers turn off accepting a suggestion list with "Any character not valid in a symbol", but this should still work. For now either retype the dot or accept pointer variables with tab and then type the dot.

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