Menu

#1527 Autocomplete jumps out of string

open
5
2012-09-05
2012-09-05
Anonymous
No

PyDev 2.6 on Eclipse Juno 4.2 on Linux

| = cursor position
$=is in prompt

Typing a function foo
$foo|
Adding opening parenthese
$foo(|)
Adding quote '
$foo('|')
typing a string that also is a package on the path (also shown in autocomplete dropdown)
$foo('bar|')
Typing a dot (.)
expected: $foo('bar.|')
actual : $foo('bar.')I (cursor at end of line, why?)

Discussion