not sure if it was raised before or not... when you have a line divided by wordwrap the duplicate line function may give unexpected results depending on where is the cursor
steps to reproduce it: - activate worwrap and write some text, make sure the text is big enough to be divided in at least 2 wrapped lines, or more to see more dramatic results - put the cursor in the last wrapped line and call the duplicate line function (edit/line operations/duplicate), it will duplicate all the line fine (so if it is divided in 5 wrapped lines you get 5 wrapped lines) - undo - put the cursor in any other wrapped line but the first and duplicate, it will duplicate only up to the wrapped line where the cursor is instead of the whole thing, moreover it will duplicate from the wrapped line where the cursor is instead of the last wrapped line - undo - put the cursor in the first wrapped line and duplicate, now the result is weirder, in a 5 wrapped lines text [1-2-3-4-5], i get [1][1-2-3-4-5-3-4-5] instead of [1-2-3-4-5][1-2-3-4-5] ------- i can post screenshots if not clear enough, just let me know dunno if it is fixable anyways (it may be a problem from synedit) -- <http://forum.pspad.com/read.php?4,44980,44980> PSPad freeware editor http://www.pspad.com
