Added newly-supported properties

This commit is contained in:
dmose
2003-09-17 04:27:58 +00:00
parent a9e72fd9a0
commit 8dcee85e17

View File

@@ -122,3 +122,20 @@ editor.status.font = SansSerif,plain,12
# a 'default' directory will be created inside it,
# which is where any new sketches will be thrown
#sketchbook.path=sketchbook
# may be useful when attempting to debug the preprocessor
#editor.save_build_files=false
# allows various preprocessor features to be toggled in case they are
# causing problems
#compiler.color_datatype = true
#compiler.substitute_floats = true
#compiler.web_colors = true
#compiler.enhanced_casting = true
#compiler.substitute_image = true
#compiler.substitute_font = true
# writes out the parse tree as parseTree.xml, which can be usefully
# viewed in (at least) Mozilla or IE. useful when debugging the preprocessor.
#compiler.output_parse_tree = false