Line endings mess up when using clipboard
Computermatronic opened this issue · 2 comments
Computermatronic commented
It seems that the carriage return character is not properly filtered out when pasting into the source editor on windows. After pasting it is displayed as a space (but the hexdecimal character display in the corner shows 0x0000d
). On save and reload carriage return is converted to line feed rather than filtered out altogether, resulting in doubled line spaces.
Computermatronic commented
Forgot to mention: I'm using Windows 7 and DlangIDE 0.8.5 (the pre-built binary in releases).
Computermatronic commented
Issue seems to be fixed in 0.8.12, Closing