Author |
Topic |
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Dec 29 2003 : 2:17:42 PM
|
When you do a Shift-Ctrl-V to get the extended paste menu, the items displayed are incorrectly converting ampersands to underlines. That is, values like:
bool& bCloserToLeftColumn
are appearing as:
bool bCloserToLeftColumn |
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Mar 11 2004 : 11:20:50 AM
|
Is this still in?
According to feline, it is:
quote: using VAX 1219 and VC .NET 2003
the top two items in the ctrl_shift_v menu are:
) const; const QString &
i know this from pasting them into my code. they are displayed as:
) const; const QString _
the underscore seems to be one of the extended characters, rather than the one i get from my keyboard, since it looks longer than a normal _ character.
i am in England, and the keyboard is set to UK layout, since it is a UK keyboard . international settings are also set to UK.
from VAX about info: Font: Courier New 13(Pixels)
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=1817 |
|
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 11 2004 : 11:25:27 AM
|
Yup, 1219 still fails for me in both .NET 2003 and VC6 using this line of code copied to the clipboard:
int& nCount) const
|
|
|
SvenC
Tomato Guru
Germany
339 Posts |
Posted - Mar 11 2004 : 12:00:24 PM
|
But its not consistently replacing &. E.g. with this content in the clipboard "const BSTR& Interface, IID& iid" I get "const BSTR Interface, IID_iid" in the clipboard ring menu. Luckily enough the content pasted is the correct content - its just the display of the clipboard content which is wrong when it comes to &. |
|
|
|
Topic |
|