Hello,
to move the current line up or down can be done using the shortcut Ctrl+Shift+Crsr-up/down. Is it possible to extend this functionality to move marked *lines* up and down? Coming from eclipse I am used to this feature and would like to see this realized in notepad++. What's your opinion about that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
to move the current line up or down can be done using the shortcut Ctrl+Shift+Crsr-up/down. Is it possible to extend this functionality to move marked *lines* up and down? Coming from eclipse I am used to this feature and would like to see this realized in notepad++. What's your opinion about that?
This would be a native functionality of Scintilla, to request to that project. A plugin could do that, but it isn't written yet afaik.
CChris