benner
Starting Member
1 Posts |
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.
|
If it was that easy, I would have already figure it out. |
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|