How to - Quick Setup?

BlitzMax Forums/MiniB3D Module/How to - Quick Setup?

Amon(Posted 2007) [#1]
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. :)


Amon(Posted 2007) [#2]
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



klepto2(Posted 2007) [#3]
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.


mongia2(Posted 2007) [#4]
thanks klepto2

sidesign.minib3d not work compiled
and help dont work!

mongia2


Matthew Smith(Posted 2007) [#5]
What about the document modules command in the program menu? Doesn't that rebuild the documentation??