This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger
Date 2015-03-14.23:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426376584.28.0.267295855034.issue23667@psf.upfronthosting.co.za>
In-reply-to
Content
We have an option to clear trailing whitespace (Format / Strip trailing whitespace) but it isn't always clear when to use it (because the trailing whitespace is invisible).

One thing the can be done is to colorize trailing white space to make it more visible (this idea is inspired by a similar feature in mercurial's colorized diffs).

Another option is put a hook on File / Save to scan for trailing whitespace and offer to remove it (this idea is inspired by the whitespace commit hook used in Python's own source code management).
History
Date User Action Args
2015-03-14 23:43:04rhettingersetrecipients: + rhettinger
2015-03-14 23:43:04rhettingersetmessageid: <1426376584.28.0.267295855034.issue23667@psf.upfronthosting.co.za>
2015-03-14 23:43:04rhettingerlinkissue23667 messages
2015-03-14 23:43:03rhettingercreate