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
 1283/.NET2K3 - Alt-select, C-comment erases text
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Mar 01 2005 :  09:35:04 AM  Show Profile
Given this code:
	virtual void	Address(CString& s);
	virtual CString	Address();
Place your caret on the first line, to the left of the first 'v'. Now hold down the Alt and Shift keys, and then right-arrow seven times, then down arrow once. You should end up with the two 'virtual' words selected. Now press the '*' key, to comment out the selected text. I expected to see this:

	/*virtual*/ void	Address(CString& s);
	/*virtual*/ CString	Address();
... but instead I got this:
	/*
	virtual
	virtual
	*/
Which is not good...

Edited by - LarryLeonard on Mar 01 2005 09:44:15 AM

feline
Whole Tomato Software

United Kingdom
18755 Posts

Posted - Mar 01 2005 :  5:45:27 PM  Show Profile
using .NET 2003 and VAX 1293 i am getting a slightly different result, but still not good.

case=517

zen is the art of being at one with the two'ness
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