Patches item #1361016, was opened at 2005-11-19 06:40 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1361016&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Jerry (jerrykingking) Assigned to: Nobody/Anonymous (nobody) Summary: Auto Complete module for IDLE Initial Comment: I think IDLE need this. This is a unattached module. Locate this module on idlelib directory, import it in EditorWindow.py, made it associate with "text" property. OK, it will work. For me it works well. Have a good day, Jerry King ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-11-19 09:28 Message: Logged In: YES user_id=21627 Originator: NO Given that IDLE now has auto-completion, I'm rejecting this patch as out-of-date. jerrykingking, if you would still like to contribute some of it, please submit a new patch. Make sure you address the issues that have been mentioned by the reviewers. ---------------------------------------------------------------------- Comment By: Tal Einat (taleinat) Date: 2006-06-29 18:06 Message: Logged In: YES user_id=1330769 This module is simple and works, but IDLE already has an auto-completion module! It is in Python's SVN and will be part of Python2.5. The module posted here is extremely naïve and lacking compared to the existing auto-completion module. For example, it catches events instead of the Text widget and inserts characters directly into it to compensate for this. The MultiCall module on which the existing auto-completion module is built it a much better solution. ---------------------------------------------------------------------- Comment By: Jerry (jerrykingking) Date: 2005-11-21 12:28 Message: Logged In: YES user_id=1382613 AutoComplete.py is a IDLE module that extends Listbox and Scrollbar controls with autocompletion capabilities. Although the IDLE provides rich foundation for Python application developers, it doesn't provide any built-in autocompletion support! AutoComplete module fills the gap by bringing autocompletion capabilities to IDLE. Users of IDLE can enjoy the same autocomplete functionality they already know from Pythonwin. ---------------------------------------------------------------------- Comment By: Kurt B. Kaiser (kbk) Date: 2005-11-19 07:58 Message: Logged In: YES user_id=149084 The module is undocumented, which isn't acceptable. What functionality does this add to IDLE? ---------------------------------------------------------------------- Comment By: Kurt B. Kaiser (kbk) Date: 2005-11-19 07:57 Message: Logged In: YES user_id=149084 The module is undocumented, which isn't acceptable. What functionality does this add to IDLE? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1361016&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches