I've almost completely replaced CodeBlocks with CodeLite. I'm probably here to stay, but there are still a few little things that bug me. One of them is the Alt-key copying/pasting. I'm not sure what to call it, but it's just when you hold the Alt key when selecting text so that it copies a rectangular selection of text. The problem is with pasting once I've copied it to the clipboard. Here's an example to illustrate:
if I have this text:
and I hold ALT to select all of the Bs, the clipboard is filled with this data:
Here's the text I'm going to paste it into:
when I put the caret after W and paste, this is the result I
expect (and this is how CodeBlocks behaves):
and this is the
actual result:
which, if I didn't hold ALT to select the copied text, would be correct. But I did, and CL doesn't take that into account.
If this is not something you'd like to change, perhaps it can be made into a feature that you can enable. I'm not sure whether to make this a bug report/feature request.