[Geany] New auto completion in SVN

Harold Aling h.aling at xxxxx
Mon Jun 18 08:02:53 UTC 2007


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++)
{
   
}

2 spaces will result in "fofor ($i = 0; $i < ; $i++) ...", 3 in "forfor 
...", etc.


Cheers!

Harold.



More information about the Users mailing list