mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more from hell
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user