You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
benner
Posted - Aug 06 2008 : 5:00:48 PM If you block-copy a section of code, Alt+(Mouse Movement), when you paste it, I would like to suggest that it should also be reformatted according to its scope, etc. just as if it was a regular cut-n-paste. This, of course, assumes that the following check box is ticked:
Advanced > Corrections > "Format after paste"
I apologize if this has already been suggested.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Aug 08 2008 : 08:33:36 AM Can you post an example where you are actually seeing this problem? As soon as you copy a block in C++ or C# you are going to be missing the end of the line's. Since the semi-colons are missing as soon as the code is formatted you are going to get a "silly" result, since you do not actually have valid code.