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
 Bug: Autocomplete doesn't overwrite text
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

zot
New Member

5 Posts

Posted - May 05 2005 :  12:21:07 PM  Show Profile
VA_X.dll file version 10.1.1293.0
VAOpsWin.dll version 1.2.0.4
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
2 processors
Platform: Win32

If you auto-complete something with ctrl+space when typing at the end of a line, it works fine. However, if you're inserting into the middle of the line, it doesn't always overtype the initial text you typed.

e.g.
In a C++ file, type
#include <str
...and autocomplete it to "string.h". It works fine and you get:
#include <string.h

But if you enter the line:
#include <str.h>
...and put the cursor just left of the "." and try to autocomplete with ctrl+space, you get this:
#include <strstring.h>

This happens a lot when auto-completing includes because I frequently duplicate an existing include line and then edit just the leafname when I wish to include a new file.

I could have sworn it happened on other auto-completes too, but am currently unable to reproduce that behaviour...

WannabeeDeveloper
Tomato Guru

Germany
775 Posts

Posted - May 05 2005 :  12:38:08 PM  Show Profile
See also:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=3626

case=447

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