Files
processing4/processing/build/shared/lib/pde.properties
2003-01-06 01:51:40 +00:00

106 lines
3.0 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.
# a pound sign at the beginning of a line is a comment
# parameters need to be un-commented before they take effect
# font size for editor
#editor.program.font=Monospaced,plain,12
# foreground and background colors
#editor.program.fgcolor=#000000
#editor.program.bgcolor=#ffffff
# styles for various types of text
# comments
#editor.program.comment1.style=#666666,plain
#editor.program.comment2.style=#666666,plain
# abstract, final, private
#editor.program.keyword1.style=#aa6666,plain
# beginShape, point, line
#editor.program.keyword2.style=#993333,plain
# byte, char, short, color
#editor.program.keyword3.style=#660000,bold
# constants: null, true, this, RGB, TWO_PI
#editor.program.literal1.style=#333399,plain
# p5 built in variables: mouseX, width, pixels
#editor.program.literal2.style=#6666aa,plain
# ??
#editor.program.label.style=#009900,bold
# + - = /
editor.program.operator.style=#000000,plain
# caret blinking and caret color
#editor.program.caret.blink=true
#editor.program.caret.color=#808080
# selection color
#editor.program.selection.color=#ccccff
# highlight for the current line
#editor.program.linehighlight.enabled=true
#editor.program.linehighlight.color=#f0f0f0
# bracket/brace highlighting
#editor.program.brackethighlight.enabled=true
#editor.program.brackethighligh.color=#666666
# little pooties at the end of lines that show where they finish
#editor.program.eolmarkers.enabled=false
#editor.program.eolmarkers.color=#cccccc
# area that's not in use by the text (replaced with tildes)
#editor.program.invalid.enabled=false
#editor.program.invalid.style=#00cc00,bold
#editor.buttons.bgcolor = #999999
#editor.buttons.status.font = SansSerif,plain,10
#editor.buttons.status.color = #333333
#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
#editor.expand_tabs=true
#editor.tab_size=2
#editor.auto_indent=true
#editor.balance_parens=false
#serial.port = COM1
#serial.rate = 9600
#serial.parity = N
#serial.databits = 8
#serial.stopbits = 1
# 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