Message275981
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. |
|
Date |
User |
Action |
Args |
2016-09-12 07:09:29 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, ggenellina, taleinat, roger.serwy, cvrebert, gert, zach.ware |
2016-09-12 07:09:29 | terry.reedy | set | messageid: <1473664169.33.0.526598158621.issue6858@psf.upfronthosting.co.za> |
2016-09-12 07:09:29 | terry.reedy | link | issue6858 messages |
2016-09-12 07:09:28 | terry.reedy | create | |
|