Hi, the following behavior has annoyed me for a long time already, but
it was kind of hard to describe. Now let me try with a very complete and
small example.
Open the script editor with a new (empty) script. In the preferences
have all editor options activated (=ticked), including auto-complete.
Type the first line:
series a <return>
OK, go on to type:
series damn
For me with this fairly recent Windows version after typing the first
two letters "da" I get a pop-up suggesting me the word "series".
Since
that's not what I want I ignore it. Fine - but then after finishing the
word "damn" I hit <return> to get a line break. However, the editor
thinks I want to accept its suggestion and replaces "damn" with
"series", so what I get is:
series series
(and no line break)
This is a quite distracting PITA. Is this a GTK problem? An obvious
workaround is to switch off auto-completion, or get used to typing a
superfluous space at the end before the return.
thanks
Sven