windows - ^M at end of lines when editing in CodeBlocks (I think) -


I am on Ubuntu Linux 10.04. I use Wiam for most of my development and codeboles for debugging. When I first moved from Linux to Windows, I saw that ^ ^ was showing MS for Newline, and it was a Microsoft thing though, even after deleting it, I was informed that they would sometimes be in the files again. (Files that I edit in CodeBlocks I?)

Am I analyzing it properly? How can I correct this behavior?

These are actually due to the end of windows-style of lines
more info For example, see:

The only way to avoid that problem is to configure your editor / IDE so that it uses Linux-style lines - - All modern / full IDE provides a way to configure it; I think CodeBlocks also ...


Comments