I've been looking in the Notepad++ shortcuts and options for something that permits me to move selected text in any direction, but I couldn't find anything.
There are two commands I use very often that offer similar functionality "Move Up Current Line" and "Move Down Current Line" but they apply to an entire line and I need something to work with just a selected text.
That functionality is very useful for rearranging columns or elements inside arrays.
Do you know a way to do this? Or maybe an extension or macro?
Edit:
Here some graphical examples of the functionality I wish:
You have some code:
You notice a expression is not in the right place. Why copy-paste? Why not move it?
Or even set it in the previous line, just using the arrow keys:
The idea is to move the selected text as a unit.
I'm not sure I understand well what is your request, but, is that what you want:
var c = 34;
)