I’ve recently found Komodo after a lot of searching, and as you might know I’ve already filed some bugs (i.e. complained ) about some things. Tonight I just wanted to stop by and pay some compliments.
I’m dealing with some BlueGriffon bugs (which is why I’m looking for editors), and one irritating one is that sometimes BG throws in an LF for an EOL instead of an CRLF when wrapping on Windows. I was using a regex on Notepad++ to find and fix those. (EmEditor’s current regex won’t even allow [^\r]\n
as a regex.)
So I was really impressed when I loaded my file into Komodo, and it automatically found the LF lines and marked them with warnings. And the “Clean Line Endings” method was just a dream.
Very nice work!
At some point it would be helpful to provide a function to convert from one EOL style to the other, regardless of what your settings say. (e.g. If I were editing a Linux shell script on Windows, I might want to convert an CRLF file to a LF file without changing my preferences.)
Anyway the current EOL functionality is really slick and nicely done. Congratulations and thanks!
Garret