mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
are you ready for a NEW BUILD ORDER
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
# 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.
|
||||
|
||||
|
||||
editor.buttons.bgcolor = #999999
|
||||
editor.buttons.status.font = SansSerif,plain,10
|
||||
editor.buttons.status.color = #333333
|
||||
|
||||
editor.program.rows = 20
|
||||
editor.program.columns = 60
|
||||
editor.program.font = Monospaced,plain,12
|
||||
|
||||
editor.header.bgcolor = #333333
|
||||
editor.header.fgcolor.primary = #ffffff
|
||||
editor.header.fgcolor.secondary = #cccccc
|
||||
editor.header.font = SansSerif,plain,12
|
||||
|
||||
editor.console.bgcolor = #0a0a0a
|
||||
editor.console.fgcolor.output = #cccccc
|
||||
editor.console.fgcolor.error = #cc0000
|
||||
editor.console.font = Monospaced,plain,11
|
||||
editor.console.lines = 6
|
||||
|
||||
#editor.status.notice.fgcolor = #333333
|
||||
#editor.status.notice.bgcolor = #cccccc
|
||||
#editor.status.error.fgcolor = #ffffff
|
||||
#editor.status.error.bgcolor = #CC0000
|
||||
#editor.status.prompt.fgcolor = #FFFFFF
|
||||
#editor.status.prompt.bgcolor = #CC9900
|
||||
#editor.status.font = SansSerif,plain,10
|
||||
|
||||
# not necessary to set bgcolor of window b/c it comes from os
|
||||
#run.window.bgcolor = #666666
|
||||
run.window.width.minimum = 120
|
||||
run.window.height.minimum = 120
|
||||
run.present.bgcolor = #999999
|
||||
|
||||
serial.port = COM1
|
||||
serial.rate = 9600
|
||||
serial.parity = N
|
||||
serial.databits = 8
|
||||
serial.stopbits = 1
|
||||
|
||||
# enable this to run hack-version mildly stabler external processing
|
||||
#play.external = true
|
||||
|
||||
# use this with above under windows 2000
|
||||
play.externalCommand = .\\bin\\jre -cp lib;lib\\sketchbook;lib\\pde.jar;lib\\kjc.jar;lib\\comm.jar ProcessingAppletViewer
|
||||
|
||||
# use this with above for window 95/98/ME and you want play.external
|
||||
# it will also be necessary to put processing in c:\
|
||||
#play.externalCommand = C:\\processing\\bin\\jre -cp c:\\processing\\lib;c:\\processing\\lib\\pde.jar;c:\\processing\\lib\\kjc.jar;c:\\processing\\lib\\comm.jar ProcessingAppletViewer
|
||||
|
||||
program = fillstrokebroken.pde
|
||||
#program = lib/dbn.pde
|
||||
#program = hack.pde
|
||||
#program = glyphrot3.pde
|
||||
#program = ../test/shape-spatial-lineloop.pde
|
||||
#program = ../test/shape-points.pde
|
||||
#program = ../test/font-vlw.pde
|
||||
#program = ../test/bagelfixes.pde
|
||||
#program = ../sketchbook/standard/SimpleSerialDemo.pde
|
||||
#program = ../basicstamp/test.pde
|
||||
#program = ../test/colorcube.pde
|
||||
#program = ../kjc/export.pde
|
||||
|
||||
editor.expandTabs=true
|
||||
editor.tabSize=2
|
||||
editor.autoIndent=true
|
||||
editor.balanceParens=true
|
||||
|
||||
#update.enabled
|
||||
#update.url = http://acg.media.mit.edu/people/fry/processing/update/
|
||||
#update.url = http://imrf.or.jp/processing/update/
|
||||
Reference in New Issue
Block a user