Comment 2 by jteh (in reply to comment 1) on 2009-11-24 00:28
Replying to aleksey_s:
What issues we currently have?
We need code which can find the best completion given a list of possible completions. This should be done in pythonConsole.PythonConsole._findBestCompletion(). Examples:
Given an original string of "a" and a completion list of ["ab", "abc"]("a",), the best completion should be "a".
Given an original string of "a" and a completion list of ["abd"]("abc",), the best completion should be "ab".
Pressing tab twice should provide a list of all completions, perhaps using a context menu.
Reported by aleksey_s on 2009-10-01 20:08
it will be usefull to have auto-completion in wonderfull python console.
The text was updated successfully, but these errors were encountered: