[Implemented] InitScintilla on OS X and Linux

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

[Implemented] InitScintilla on OS X and Linux

Post by lexvictory »

Can InitScintilla() be made into a dummy function on Linux/OS X?
i.e. one that does nothing. It would save one more CompilerIf.
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Make a Macro in a resident and problem is solved :wink:

Code: Select all

Macro InitScintilla()
EndMacro
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
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

Didn't think of that one! Thanks
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Post Reply