You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Feb 09 2009 : 07:23:13 AM Often you want to comment multiple lines in C++:
// This is a very long description of a complicated method. // We make sure the text is not longer than 80 characters. // It would be nice if VAX could make commented text look // like this. This would be especially useful when you edit // a long text block and want to re-indent. // It's really painful to manually remove some of the '//' // and correct the line-feeds. Hope to see this feature!
You get the idea. A shortcut to make comments properly indented!
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Feb 09 2009 : 6:09:46 PM This has came up before:
case=3866
It is an interesting idea, and we may look into it at some point.