Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 [1731] column selection/paren matching bug

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tom_seddon Posted - Aug 26 2009 : 7:17:58 PM
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
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 10 2009 : 3:18:32 PM
case=31530 is fixed in build 1734
sean Posted - Aug 26 2009 : 9:55:03 PM
Looks like this has probably been around since build 1721. Thanks for the report. case=31530

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000