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...
|