Message 275981 - Python tracker

Message275981

Author terry.reedy
Recipients cvrebert, gert, ggenellina, rhettinger, roger.serwy, taleinat, terry.reedy, zach.ware
Date 2016-09-12.07:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473664169.33.0.526598158621.issue6858@psf.upfronthosting.co.za>
In-reply-to
Content
There exists a <<toggle-auto-coloring>> bound (at least on Windows) to ^/.  When toggled off, it does not removes existing highlighting.  So accidentally hitting the key has no immediate visible effect (see #27170 for problem this caused someone.)  It does re-highlight existing code when toggled on.  The turn off part should be fixed and maybe a status bar message given.

It only applies to .py files.  With a .txt, it selects the entire file, including the trailing blank (which ^A omits).  For this issue, it should be fixed to allow for any file, just starting off for non .py files.

It is one of many key bindings not in doc or not on menu.  #28097 is about this general issue.
History
Date User Action Args
2016-09-12 07:09:29terry.reedysetrecipients: + terry.reedy, rhettinger, ggenellina, taleinat, roger.serwy, cvrebert, gert, zach.ware
2016-09-12 07:09:29terry.reedysetmessageid: <1473664169.33.0.526598158621.issue6858@psf.upfronthosting.co.za>
2016-09-12 07:09:29terry.reedylinkissue6858 messages
2016-09-12 07:09:28terry.reedycreate