问题
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.
回答1:
View -> Show Symbol -> uncheck Show End of Line.
回答2:
View -> Show Symbol -> uncheck Show All characters
回答3:
Goto View -> Show Symbol -> Show All Characters. Uncheck it. There you go.!!
回答4:
"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!
回答5:
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.
回答6:
Goto View -> Show Symbol Select as per screen-shot, you will get correct
回答7:
Please find the below screenshot
来源:https://stackoverflow.com/questions/41036033/cr-lf-notepad-removal