<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Enrico Tröger wrote:
<blockquote cite="mid:20070618152431.a49ca808.enrico.troeger@uvena.de"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I just committed(SVN r1628) a complete rewrite of the construct auto
completion code.

...

There are probably still bugs in the code which I missed to find. So
please test and report anything you notice.
I will be happy about any feedback about the documentation, too. I
guess it has to be improved in quantity as well as quality.
  
      </pre>
    </blockquote>
    <pre wrap="">I found a small bug-like thing...

Type: "for " (including space and excluding "'s) and press "TAB".

Result:
ffor ($i = 0; $i < ; $i++)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks for reporting. Should be fixed in SVN r1630.
Auto completion of words which are followed by any whitespace is
disabled. I.e. the cursor has to be at the end of the word to auto
complete.
  </pre>
</blockquote>
That's a reasonable fix, and works as expected...<br>
<br>
-tnx!-<br>
<br>
Harold<br>
</body>
</html>