From this morning something strange is happening to my Notepad++ editor. When I press ↵ Enter on the keyboard I get some strange symbols:

screenshot

What can I do to fix this?

link|improve this question
feedback

migrated from stackoverflow.com Apr 13 '10 at 1:05

This question came from our site for professional and enthusiast programmers.

3 Answers

it's an view option, turn it off via view -> "show end of line"

link|improve this answer
1  
On mine it's under View -> Show Symbol -> Show End of Line – Cameron Apr 12 '10 at 12:43
this is the right answer I can't accept it yet – user24795 Apr 12 '10 at 12:44
I think it's in different places in different versions. I have version 5.6.6. – Cameron Apr 12 '10 at 12:54
feedback

You've probably turned on some mode that displays control characters. CR-LF (\r\n in C parlance) is the standard end-of-line sequences in Windows.

link|improve this answer
feedback

Indeed, you're seeing control characters in your view. Just for fun, a little bit of CR/LF history.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.