I wouldn't say it is urgent, but the other devs on my project are taking steps to automatically prevent whitespace noise from creeping into svn commits, so I feel compelled to do the same.
This is probably a dumb question, but why does it matter if trailing whitespace is stripped from lines in triple-quoted strings? On Saturday 01 December 2007 6:05:37 am Detlev Offenbach wrote: > short answer is "No it doesn't". Do these trailing whitespace cause > problems or is just for cosmetic reasons? If there is an urgent need, I > could add such a function. However, this would affect all lines, even those > with tripple quoted strings, which I think is a bad idea. > > Detlev > > On Mittwoch, 28. November 2007, Darren Dale wrote: > > Does Eric4 have a feature to strip trailing whitespace when saving a > > file? Emacs has a function called delete-trailing-whitespace that can be > > added in to local-write-file-hooks, which the other devs at one of my > > projects are using. _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
