I would like to modify the selection and paste operations. Coming from another editor (MultiEdit), I'm used to being able to use Shift+Down Arrow (or Shift+Up Arrow) to select the entire line, and then continuing Shift+Down Arrow (or Shift+Up Arrow) to extend selecting entire lines to create a full block of complete lines. I find this much easier (and more intuitive) than having the selection begin wherever my cursor happens to be, or always having to remember to first go to the beginning of the line. I mean really, what percentage of the time do you want to start a selection in the middle of a line and continue to somewhere in the middle of the next line as opposed to wanting to select full lines?
In addition, when I copy a selection that includes an entire line (or block of lines), 99% of the time when I go to paste it back in I do NOT want to paste it in the middle of a line. So if I'm pasting lines I again always have to remember to go to the beginning of the line where I'm going to paste. I would like to be able to paste, and if the selection contains line ends (or a block of lines), then instead of inserting in the middle of my current line, instead paste the clipped line or block ABOVE the current line. If the selection to be clipped does NOT contain line end characters then just paste at current cursor position, as is currently done.
In my other editor, this was called operating in line mode, as opposed to stream mode. Now I can understand a reluctance to change the UE editor default behavior (although an option for native line mode operation would be nice), so I don't mind writing my own scripts and binding them to custom keys.
My questions are:
Am I missing some way to configure the editor to work as I wish?
Does anyone know of scripts already available to do this, or that work similarly so I could modify (since I'm just starting to learn UE scripting)?
Thanks
In addition, when I copy a selection that includes an entire line (or block of lines), 99% of the time when I go to paste it back in I do NOT want to paste it in the middle of a line. So if I'm pasting lines I again always have to remember to go to the beginning of the line where I'm going to paste. I would like to be able to paste, and if the selection contains line ends (or a block of lines), then instead of inserting in the middle of my current line, instead paste the clipped line or block ABOVE the current line. If the selection to be clipped does NOT contain line end characters then just paste at current cursor position, as is currently done.
In my other editor, this was called operating in line mode, as opposed to stream mode. Now I can understand a reluctance to change the UE editor default behavior (although an option for native line mode operation would be nice), so I don't mind writing my own scripts and binding them to custom keys.
My questions are:
Am I missing some way to configure the editor to work as I wish?
Does anyone know of scripts already available to do this, or that work similarly so I could modify (since I'm just starting to learn UE scripting)?
Thanks