[issue16198] IDLE - tabbing in a string always brings up file completion window

Roger Serwy report at bugs.python.org
Thu Oct 11 20:05:15 CEST 2012


Roger Serwy added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file27533/issue16198_check_matches.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16198>
_______________________________________


More information about the Python-bugs-list mailing list