#BIDE Options
#Note that you must restart BIDE to take the changes in account.

#If you don't want unicode for some reason, set to false
allowUnicode=true

#If you don't want auto-completion, set to false
autocomplete=true

#Set to "true" for various optimizations. Warning: this removes comments, as they slow down the interpreter!
optimize=false

#Font of programs. Warning: only change if you have a font that supports ALL the glyphs! (or disable unicode)
#Default font: "DejaVu Avec Casio"
#Casio font: "Casio Graph"
progFontName=DejaVu Avec Casio

#It is advised to put a multiple of 7, else the pixels won't be of the same height
#For DejaVu Avec Casio, a minimum of 14 is required for all glyphs to display properly
progFontSize=14

#Default picture zoom size.
pictZoom=6

#Background color
bgColor=FFFFFF

#Text color
textColor=000000

#Selected line color
hlColor=EEEEEE

#Syntax coloration
keywordColor=0000FF
operatorColor=0080FF
variableColor=8000FF
strColor=808080
entityColor=FF8000
commentColor=008000
preprocessorColor=804000

#Whether to put spaces on operators when importing a g1m
#Note that unary operators don't have spaces, so "3*-5" -> "3 * -5"
#^
spacesFor^=true
#/
spacesFor/=true
#-
spacesFor-=true
#,
spacesFor,=true
#+
spacesFor+=true
#<=
spacesFor<\==true
#*
spacesFor*=true
#>
spacesFor>=true
#->
spacesFor->=true
#=
spacesFor\==true
#<
spacesFor<=true
#>=
spacesFor>\==true
#:
spacesFor\:=true
#!=
spacesFor\!\==true
#=>
spacesFor\=>=true

#Set to "emulator" to test on the emulator (requires the Manager PLUS emulator).
#Else, set to "none".
runOn=none

#If BIDE can't find the emulator screen, you may need to set the dimensions manually.
#To do that, take a screenshot of the emulator (Tools->Take emulator screenshot).
#Then, go in Paint and note the coordinates of the top left corner of the screen.
screenX=41
screenY=139

#If you set the emulator screen size to something other than 2, modify these dimensions
#Note that you must also replace the reference images in the .jar.
screenWidth=256
screenHeight=128

#Do not change this!
version=1.1