[Gambas-user] How to search in the Editor Control

Benoit Minisini gambas at ...1...
Tue Feb 12 12:55:27 CET 2008


On mardi 12 février 2008, MaxVK wrote:
> Hi, I'm making use of the excellent highlight editor in Gambas 2, but Iv
> become stuck trying to search through the code shown in it. The closest I
> can come is the 'findnextword' method, but the description is missing from
> both the online and installed help file and I cant work out how to use it.
>
> Can anyone help please?
>
> Regards
>
> Max

You must do it "by hand", by using Editor.Lines[LineNumber] to get the text of 
each line.

Regards,

-- 
Benoit Minisini




More information about the User mailing list