mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
X fix default fonts, font size on mac X fix lots of annoying crap about highlighting lines on errors X re-enable console, add synchronized (hrmph)
84 lines
2.9 KiB
Properties
84 lines
2.9 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
|
|
|
|
# default/base style for everything
|
|
editor.program.default.style = Monospaced,plain,12,#000000,#ffffff
|
|
|
|
# int, void, public, etc..
|
|
editor.program.reserved_word.style = Monospaced,plain,12,#000080,#ffffff
|
|
|
|
# numbers, quoted tidbits
|
|
editor.program.literal.style = Monospaced,plain,12,#800000,#ffffff
|
|
|
|
# self explanatory
|
|
editor.program.comment.style = Monospaced,plain,12,#808080,#ffffff
|
|
editor.program.whitespace.style = Monospaced,plain,12,#000000,#ffffff
|
|
|
|
# brackets, semicolons, etc
|
|
#editor.program.separator.style = Monospaced,plain,12,#008000,#ffffff
|
|
|
|
# math guys + - / *
|
|
#editor.program.operator.style = Monospaced,plain,12,#008000,#ffffff
|
|
|
|
# just about everything (ignored, default is used instead)
|
|
#editor.program.identifier.style = Monospaced,plain,12,#000000,#ffffff
|
|
|
|
#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,12
|
|
|
|
# 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
|
|
|
|
#editor.expand_tabs=true
|
|
#editor.tab_size=2
|
|
#editor.auto_indent=true
|
|
#editor.balance_parens=false
|
|
|
|
|
|
# these properties are no longer in use
|
|
|
|
# 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
|
|
|
|
# auto updating
|
|
#update.url = http://acg.media.mit.edu/people/fry/processing/update/
|
|
#update.url = http://imrf.or.jp/processing/update/
|