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 Saimadhav.Heblikar, jesstess, terry.reedy
Date 2014-06-13.06:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402641316.27.0.11709961429.issue21694@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is the 3.4 file I am ready to commit. Comments on Rietveld. I believe the 3 missed line could be hit by adding a delay to a test, but this seems pretty useless. The test file explicitly tests only two of the methods. Tests of other methods could be written, but since they would mostly be white-box tests that code does exactly what it says it does, this does not seem useful.

What *would* be useful is a patch to ParenMatch.set_timeout_last to keep the highlight on for as long as ^0 is held down, if longer that .5 sec. Right now, it flickers on and off.

The range bug, if such it is, is in 
HyperParser(self.editwin, "insert").get_surrounding_brackets().  I might take a look.
History
Date User Action Args
2014-06-13 06:35:16terry.reedysetrecipients: + terry.reedy, jesstess, Saimadhav.Heblikar
2014-06-13 06:35:16terry.reedysetmessageid: <1402641316.27.0.11709961429.issue21694@psf.upfronthosting.co.za>
2014-06-13 06:35:16terry.reedylinkissue21694 messages
2014-06-13 06:35:15terry.reedycreate