CR LF notepad++ removal

Notepad++

Notepad++ Problem Overview


I am using notepad++ , after end of line when i press enter CR LF is printed . I tried a lot but not able to remove it . Please help me to change the setting so that I can restore it back and there wont be CR LF anyomre.

enter image description here

Notepad++ Solutions


Solution 1 - Notepad++

View -> Show Symbol -> uncheck Show End of Line.

Solution 2 - Notepad++

View -> Show Symbol -> uncheck Show All characters

Solution 3 - Notepad++

Goto View -> Show Symbol -> Show All Characters. Uncheck it. There you go.!!

enter image description here

Solution 4 - Notepad++

"View -> Show Symbol -> uncheck Show All characters" may not work if you have pending update for notepad++. So update Notepad++ and then View -> Show Symbol -> uncheck Show All characters

Hope this is helpful!

Solution 5 - Notepad++

The best and quick solution to the problem is first do this: View-> Show Symbol-> uncheck Show End of Line

This will solve problem for 90% of you and as in my case CR LF and its combinations still persist in the code. To fix this simply create a new tab using ctrl+n and copy whole file and paste in this new file. All CRLF gone, copy whole file again and go to original file delete whole code and paste the copied save and you rock!!!

Hope this helps.

Solution 6 - Notepad++

enter image description hereGoto View -> Show Symbol Select as per screen-shot, you will get correct

Solution 7 - Notepad++

Please find the below screenshot

enter image description here

enter image description here

Categories
Recommended Notepad++ Solutions

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAshish BankerView Question on Stackoverflow
Solution 1 - Notepad++Pierre-Loup PagniezView Answer on Stackoverflow
Solution 2 - Notepad++ashish kumar poddarView Answer on Stackoverflow
Solution 3 - Notepad++Karthick KView Answer on Stackoverflow
Solution 4 - Notepad++Bablu BanikView Answer on Stackoverflow
Solution 5 - Notepad++v kayView Answer on Stackoverflow
Solution 6 - Notepad++DashrathView Answer on Stackoverflow
Solution 7 - Notepad++rinku ChoudharyView Answer on Stackoverflow