I've put SiDesign.mod in my BlitzMax mode folder and have included MiniB3D.bmx in my main.bmx file.
What else to I need to do to get syntax highlighting?
Do I import SiDesign.med in my main.bmx file?
Thanks. :)
Is this the correct way of doing it?
Import sidesign.MiniB3D
SuperStrict
'Import "MiniB3D.bmx"
Local width:Int=640,height:Int=480,depth:Int=16,mode:Int=0
Graphics3D width,height,depth,mode
Local cam:TCamera=CreateCamera()
PositionEntity cam,0,10,-15
Local light:TLight=CreateLight()
While not KeyDown(KEY_ESCAPE)
Cls
Flip
WEnd
hmm, at first you don't need to import sidesign.minib3d because it only contains the highlighting data and no compiled
data. For some reason the highlighting doesn't work for me neither.
But I'm far enpugh with my conversion to provide the full (original 0.4 Version) module with highlighting today.
thanks klepto2
sidesign.minib3d not work compiled
and help dont work!
mongia2
What about the document modules command in the program menu? Doesn't that rebuild the documentation??