feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Mar 31 2004 : 07:16:56 AM
|
using VAX 1223 with VS .NET 2003, editing C++ code
when i press CTRL-SHIFT-V, the top two items are shown as:
const Line line line.
when i paste these, i get:
const Line &line
line.
note that there is a & character when i paste the top line, but it isn't shown in the CTRL-SHIFT-V list.
i am not sure why there is an underscore on the second line. most lines in the CTRL-SHIFT-V list don't have underscores.
the underscore in the first line makes a bit more sense, since the & might be causing this.
i have the UK keyboard layout, and have my location set to UK.
VA_X.dll file version 10.0.1223.0 Licensed to: VA X: VA.NET 7.1: ########################## (1-user license) VAOpsWin.dll version 1.0.0.44 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.82.2800.1106 WindowsNT 5.1 Build 2600 Service Pack 1 Single processor
Platform: Custom Stable Includes: D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\include; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include; C:\\qt\\live\\include;
Library Includes: D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\mfc; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\src\\atl; D:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src;
Other Includes: |
zen is the art of being at one with the two'ness |
|