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
 1242 Autocomplete Before Symbol Bug
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

swinefeaster
Tomato Guru

310 Posts

Posted - Sep 30 2005 :  5:27:45 PM  Show Profile
say you have a line that says:

GetWindowText();

And you want to change it to:

CString a = GetWindowText();

Before in VAX 1418 you could type:

CStr|GetwindowText();

| denotes the caret. And then you would hit autocomplete and you could change it to:

CString|GetWindowText();

and keep typing at the caret.

Now it changes it to:

CString();

It kills the GetWindowText(), which is no good :(.

Any thoughts?

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Oct 01 2005 :  3:59:57 PM  Show Profile
it should not be doing that, and i cannot reproduce this using VS 2003 and VA 1424. can you try updating to 1424 and see if it helps?

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

swinefeaster
Tomato Guru

310 Posts

Posted - Oct 03 2005 :  7:39:38 PM  Show Profile
It is doing this on 1424, vc6.

Thanks
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Oct 04 2005 :  3:13:16 PM  Show Profile
using VC6 and 1424 i still cannot reproduce this.
are you getting a suggestion (question mark icons) listbox or completion listbox?
how are you accepting it?
does this happen in a different cpp file?
does it happen in a different project?
any other plugins?
anything that might be related or relevant?

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

swinefeaster
Tomato Guru

310 Posts

Posted - Oct 04 2005 :  5:25:21 PM  Show Profile
I believe I was getting a completion listbox, and I was pressing Ctrl+Shift+W, which I have mapped to CompleteWord. I'm accepting it by pressing Tab. It always happens. No other plugins.

Maybe you are putting a space between the two? It happens when there is no space...
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