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 terry.reedy
Recipients terry.reedy
Date 2016-09-12.06:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473661985.51.0.767220094019.issue27170@psf.upfronthosting.co.za>
In-reply-to
Content
Being able to toggle syntax color on for non-py files would satisfy request #22038.  Note that toggle off does not de-colorize, but toggle on colorizes existing code.  However, in text file, it selects entire file (^a plus last blank line).  Must be pre-existing tk binding.  Pycharm uses to comment a line.
History
Date User Action Args
2016-09-12 06:34:11terry.reedyunlinkissue27170 messages
2016-09-12 06:33:05terry.reedysetrecipients: + terry.reedy
2016-09-12 06:33:05terry.reedysetmessageid: <1473661985.51.0.767220094019.issue27170@psf.upfronthosting.co.za>
2016-09-12 06:33:05terry.reedylinkissue27170 messages
2016-09-12 06:33:05terry.reedycreate