[issue2062] IDLE - autocompletion logic optimization

2008-04-27 Thread Kurt B. Kaiser
Kurt B. Kaiser [EMAIL PROTECTED] added the comment: r62548 -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2062 __ ___

[issue2062] IDLE - autocompletion logic optimization

2008-02-13 Thread Tal Einat
Tal Einat added the comment: After fixing the aforementioned bug and testing as thoroughly as I can, here is a revised patch. Added file: http://bugs.python.org/file9426/IDLE_AutoComplete_complete_string_optimization.080214.patch __ Tracker [EMAIL PROTECTED]

[issue2062] IDLE - autocompletion logic optimization

2008-02-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: That should be 'Issue1350'! __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2062 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2062] IDLE - autocompletion logic optimization

2008-02-11 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I agree that testing GUI apps is problematic, especially if you are working with an intermediate version which isn't being used heavily. Besides code review, you essentially have to run at least a subset of an user-conducted acceptance test which tries to

[issue2062] IDLE - autocompletion logic optimization

2008-02-11 Thread Tal Einat
Tal Einat added the comment: Well, I admit, I haven't tested this enough. Specifically, there is a bug in this patch (both versions); please delete it. I accept your criticism of my latest patches, they truly are of inferior quality. I deeply apologize for having taken up more of your time

[issue2062] IDLE - autocompletion logic optimization

2008-02-11 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2062 __ ___ Python-bugs-list mailing list

[issue2062] IDLE - autocompletion logic optimization

2008-02-10 Thread Tal Einat
New submission from Tal Einat: Improve the code in AutoCompleteWindow._complete_string to be more efficient. (this is to be followed up by a more extensive patch, which builds on this change to support case-insensitive completion) -- components: IDLE files:

[issue2062] IDLE - autocompletion logic optimization

2008-02-10 Thread Tal Einat
Tal Einat added the comment: Found two more instances in the code where a similar improvement can be made. This (second) version of the patch is more consistent, please use it instead of the initial version. Added file:

[issue2062] IDLE - autocompletion logic optimization

2008-02-10 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Removed file: http://bugs.python.org/file9402/IDLE_AutoComplete_complete_string_optimization.080211.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2062 __

[issue2062] IDLE - autocompletion logic optimization

2008-02-10 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: I would greatly appreciate it if you would slow down and test your patches and use them for an extended period of time (preferably with some other people trying them) before submitting them. It's quite aggravating to start working on one, and even have it