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 serhiy.storchaka, terry.reedy
Date 2017-08-04.05:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501823218.99.0.2604463669.issue29910@psf.upfronthosting.co.za>
In-reply-to
Content
Adding 'break' to parenmatch.paren_closed_event prevented ')' from closing calltips.  Removing it reverts the regression.

I am leaving this open to re-review the other optional changes to see if ')' is unique or if anything else is being caught that needs to pass   I am thinking that 'break' should perhaps be limited to events that are associated with user-settable control sequences (those with modifiers other than Shift).

I am still looking at calltip_w.py to see whether, if the bindings were reversed, ')' could close a calltip but not pass on to parenmatch.
History
Date User Action Args
2017-08-04 05:06:59terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2017-08-04 05:06:58terry.reedysetmessageid: <1501823218.99.0.2604463669.issue29910@psf.upfronthosting.co.za>
2017-08-04 05:06:58terry.reedylinkissue29910 messages
2017-08-04 05:06:58terry.reedycreate