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
 1233: >> causes the the cursor jump
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

imtrobin
Ketchup Master

50 Posts

Posted - May 14 2004 :  09:58:27 AM  Show Profile
Using VSNet. '$' is where the cursor is.


// is_ is a std::ifstream

{
   is_ >> a >> b
       $
}


When I type '>>', the cursor jumps to the beginning of the line, ie it becomes


{
   is_ >> a >> b
>>
}


instead of

{
   is_ >> a >> b
       >>
}

imtrobin
Ketchup Master

50 Posts

Posted - May 14 2004 :  10:00:39 AM  Show Profile
To add, it happens only when VAX is enabled.
Go to Top of Page

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - May 14 2004 :  10:45:06 AM  Show Profile
Happens to me too, in .NET71, 1236 ... it's pretty funny looking, actually...

Interestingly, turning off VAX only fixes half the bug: the symbols still jump to the left, but the caret is now positioned in the right space. It looks to me like the IDE is jumping the symbols to the left, and VAX is unaware of that, so it keeps the caret where it "should" be...

Go to Top of Page

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - May 14 2004 :  10:49:03 AM  Show Profile
Oh yes, that's a strange one. It doesn't happen with << by the way.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - May 14 2004 :  11:23:00 AM  Show Profile
Fixed in 1237.

Whole Tomato Software, Inc.
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