What Windows editor has CORRECT EOL whitespace handling?

Posted by blueshift on Stack Overflow See other posts from Stack Overflow or by blueshift
Published on 2010-06-02T08:05:29Z Indexed on 2010/06/03 1:34 UTC
Read the original article Hit count: 274

Filed under:
|
|

I'm looking for a Windows text editor for programming that handles EOL whitespace CORRECTLY, which for my idea of correct means: Strip all EOL whitespace on save, EXCEPT on lines that I haven't edited. This is to minimise the amount of EOL whitespace evil in my world, but not pollute SCM diff/blame with whitespace-only fixes (I have to deal with old / other people's code).

I have played with TextPad, Notepad++, Kodomo Edit and Programmer's Notepad 2, and found all of them lacking.

Also: I don't get along with vi, and I am unsure about Emacs on Windows.

@Matti Virkkunen: I could mess with diff, but I want to fix the problem, not the symptoms. Fixing diff means all my, others, and server side diff tools need to be fixed, and doesn't fix space/noise/hash change issues in SCM.

Example pet hate using that system: "update" tells me a file has changed. Diff shows no changes.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about text-editor