[Gambas-devel] FCompletion

Benoit Minisini gambas at ...1...
Sun Mar 23 02:11:39 CET 2008


On dimanche 23 mars 2008, Robert Rowe wrote:
> I'm using kdiff to compare gambas2 to gambas3 in order to backport my
> recent IDE changes. I see a change on line 544 of FCompletion.class that
> I did not make. Here's the line:
>
> ELSE IF InStr("([.!", Key.Text) > 0 AND InStr(". A<", $sMode) > 0 THEN
>
> In gambas3, the A< has been removed. Since I'm having to change this
> file anyway do you want me to make this change also? I'm not certain
> what it does and don't want to break anything.
>
> Robert Rowe
>

The "A<" was not removed in Gambas 3, it was added in Gambas 2. This is a fix 
I forgot to put in Gambas 3. So if you could add it with your own changes...

Regards,

-- 
Benoit Minisini




More information about the Devel mailing list