◐ Shell
clean mode source ↗

Message 172670 - Python tracker

Message172670

Author roger.serwy
Recipients roger.serwy, terry.reedy
Date 2012-10-11.18:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349978715.86.0.668296060101.issue16198@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a preliminary patch. It checks to see if the cursor is on a line within a multiline string in order to avoid displaying the ACW. As a last resort, it checks to make sure that a valid match exists before opening the ACW when mode == COMPLETE_FILES.

A test is still needed. See issue15392.
History
Date User Action Args
2012-10-11 18:05:15roger.serwysetrecipients: + roger.serwy, terry.reedy
2012-10-11 18:05:15roger.serwysetmessageid: <1349978715.86.0.668296060101.issue16198@psf.upfronthosting.co.za>
2012-10-11 18:05:15roger.serwylinkissue16198 messages
2012-10-11 18:05:15roger.serwycreate