more from hell

This commit is contained in:
benfry
2003-11-07 00:13:25 +00:00
parent e14bca135b
commit 50b67fa76a
4 changed files with 156 additions and 205 deletions
+6 -13
View File
@@ -1,20 +1,16 @@
# p r o c e s s i n g development environment settings
# these are similar to those used with the applet version.
# edit these only if you know what you're doing.
# These are the default preferences for Processing
# They will be copied to your home folder into a file called
# .processing, where you can make changes for your machine.
# a pound sign at the beginning of a line is a comment
# parameters need to be un-commented before they take effect
# usually, the default is listed here, just commented out
# default size for the main window
default.window.width = 500
default.window.height = 500
# TextAreaDefaults.java
# font size for editor
editor.font=Monospaced,plain,12
@@ -128,13 +124,10 @@ editor.wheelmouse.multiplier = 3
# background color for full-screen presentation mode
run.present.bgcolor = #666666
# prompt for sketch location when 'new' is hit
sketchbook.prompt = false
# preliminary for rev 0047, can point sketchbook at
# another location. this can be a full or relative path
# no promises on how well this works, and note that
# a 'default' directory will be created inside it,
# which is where any new sketches will be thrown.
#sketchbook.path=sketchbook
#sketchbook.path = sketchbook
# note that this path should use forward slashes (like unix)
# instead of \ on windows or : on windows or whatever else