On Mon, 18 Jun 2007 10:02:53 +0200, Harold Aling h.aling@home.nl wrote:
Enrico Tröger wrote:
Hi all,
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.
I found a small bug-like thing...
Type: "for " (including space and excluding "'s) and press "TAB".
Result: ffor ($i = 0; $i < ; $i++)
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.
Regards, Enrico