Summary:
Implement Swap Lines shortcut key (Alt+Up/Down).
Description:
Often, I need to swap two lines of code in my source file or maybe just move one or several lines up or down inside my code.
In order to do this, you normally have to do a cut and paste in order to move the lines.
Having a Swap Lines feature in the CVI source editor could significantly speed up this process, especially when you have to handle big chunks of code.
The Swap Lines mechanism could be triggered by the Alt+Up/Down.
This feature should also support multiple lines selections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.