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
 [1731] column selection/paren matching bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

tom_seddon
Tomato Guru

162 Posts

Posted - Aug 26 2009 :  7:17:58 PM  Show Profile  Reply with Quote
1. Ensure "Highlight matching {} and () using..." is set.

2. Create new C/C++ file and paste in this code:

int main()
{
	int x=(1+2+3);
	int y=(4+5+6);
	int z=(7+8+9);
}


3. Column select everything in the brackets, starting from '1' and moving to '9' -- left to right, top to bottom -- and press Del.

The result is that one extra character is deleted:

int main()
{
	int x=();
	int y=();
	int z=);
}


You can highlight the other way (starting from '9', and moving to '1') and the result is correct. In fact it looks like any time you drag the column highlight left to right, you get this bug.

(A similar bug was in a previous VAX, but the other way round...)

--Tom

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 26 2009 :  9:55:03 PM  Show Profile  Reply with Quote
Looks like this has probably been around since build 1721. Thanks for the report. case=31530
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 10 2009 :  3:18:32 PM  Show Profile  Reply with Quote
case=31530 is fixed in build 1734

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000