Page 1 of 1

Scintilla example program

Posted: Wed Sep 01, 2010 12:11 am
by gedumer
Is there a relatively complete example Scintilla PB program available for download? I would like to study the code so I can learn how to create my own Scintilla PB programs.

Thanks.

Re: Scintilla example program

Posted: Wed Sep 01, 2010 12:15 am
by Innesoft
srod's GoScintilla should give you a good starting point, as it makes working with Scintilla much easier.

:arrow: http://www.purebasic.fr/english/viewtop ... +scintilla

Re: Scintilla example program

Posted: Wed Sep 01, 2010 12:54 am
by gedumer
Innesoft wrote:srod's GoScintilla should give you a good starting point, as it makes working with Scintilla much easier.

:arrow: http://www.purebasic.fr/english/viewtop ... +scintilla
Thanks for the tip... I DL'd GoScintilla and am looking at it now. It should certainly make Scintilla much easier.

Thanks.