Page 1 of 1

Includefile for ScintillaGadget (PB4.10 Win and PB4.01 Lin)

Posted: Thu May 31, 2007 11:58 pm
by ts-soft
Here is a Includefile for the new ScintillaGadget.
Only structures and macros like this:

Code: Select all

Macro SCI_SetText(ID,Buffer)
  ScintillaSendMessage(ID, #SCI_SETTEXT,0,Buffer)
EndMacro
Here the code:
http://ts-soft.eu/dl/scilexer.pbi (1556 lines)
or as zip-archiv:
http://ts-soft.eu/dl/scilexer_linux.zip (not only linux :wink: )

Posted: Fri Jun 01, 2007 9:30 am
by Chrono Syndrome
It's must be included in PB package...