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
 VAX 1209 on VC6 - Extended paste menu underlines
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Dec 29 2003 :  2:17:42 PM  Show Profile
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  Show Profile
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

Go to Top of Page

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Mar 11 2004 :  11:25:27 AM  Show Profile
Yup, 1219 still fails for me in both .NET 2003 and VC6 using this line of code copied to the clipboard:

     int&                  nCount) const

Go to Top of Page

SvenC
Tomato Guru

Germany
339 Posts

Posted - Mar 11 2004 :  12:00:24 PM  Show Profile
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 &.
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