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

Share your advanced PureBasic knowledge/code with the community.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

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

Post 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: )
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Chrono Syndrome
Enthusiast
Enthusiast
Posts: 169
Joined: Thu Oct 05, 2006 6:44 am
Contact:

Post by Chrono Syndrome »

It's must be included in PB package...
Don't try to catch ze Night !
Remember: 'z' is better zen 'th' =) !
Sorry for bad english.
Post Reply