mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
X same under windows, just wasn't being set properly before X header font needed to be set each time as well X introduce pde.properties_OSNAME X tested to make sure it joins with the other pde.properties ok X setPixel(i, j, #99CC00); X not working anymore Syntax error: unexpected token: CC00 X problem was substitute only worked along with =
63 lines
2.2 KiB
Properties
63 lines
2.2 KiB
Properties
# 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
|
|
|
|
#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/
|