You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a new line, type foo. What is the expected output? What do you see instead? As soon as you type the dot, autocompletion adds 'bar'. Offering a list of completions after a dot is useful, but immediately inserting text is not. What version of the product are you using? On what operating system? 2.3.0-dev, pulled today, on Linux.
The best option is to let the user decide if he/she wants to insert the
text offered by the completion widget or not.
As part of this PR the option called "Show single completion" was
removed from both the Editor and the Console because it was the culprit
for auto-inserting text after a dot.
From tak...@gmail.com on 2014-02-27T19:35:00Z
What steps will reproduce the problem?
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1745
The text was updated successfully, but these errors were encountered: