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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.