Hey guys! Look what i found in the scintilla docs!
Here are some of the configs used by scintilla:
strip.trailing.spaces - Strips trailing white spaces from the file while saving.
ensure.final.line.end - Ensures file ends with a line end when saved.
ensure.consistent.line.ends - Ensures all lines end with the current Line End Characters setting when saved.
These can be applied EASILY to the editor! And I think that'll fix the inconsistent line numbers bug in the todo plugin.
Erm Yiannis, where do I put these?