mucho arbeit los preferences

This commit is contained in:
benfry
2003-11-06 21:07:14 +00:00
parent f03ec873c9
commit e14bca135b
13 changed files with 235 additions and 204 deletions
+50 -40
View File
@@ -8,69 +8,74 @@
# 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.program.font=Monospaced,plain,12
editor.font=Monospaced,plain,12
# anti-aliased text, turned off by default
editor.program.antialias=false
editor.antialias=false
# foreground and background colors
editor.program.fgcolor=#000000
editor.program.bgcolor=#ffffff
editor.fgcolor=#000000
editor.bgcolor=#ffffff
# color to be used for background when 'external editor' enabled
editor.program.bgcolor.external=#ddddbb
editor.bgcolor.external=#ddddbb
# styles for various types of text
# comments
editor.program.comment1.style=#777755,plain
editor.program.comment2.style=#777755,plain
editor.comment1.style=#777755,plain
editor.comment2.style=#777755,plain
# abstract, final, private
editor.program.keyword1.style=#cc6600,plain
editor.keyword1.style=#cc6600,plain
# beginShape, point, line
editor.program.keyword2.style=#996600,plain
editor.keyword2.style=#996600,plain
# byte, char, short, color
editor.program.keyword3.style=#993300,bold
editor.keyword3.style=#993300,bold
# constants: null, true, this, RGB, TWO_PI
editor.program.literal1.style=#cc0000,plain
editor.literal1.style=#cc0000,plain
# p5 built in variables: mouseX, width, pixels
editor.program.literal2.style=#cc0000,plain
editor.literal2.style=#cc0000,plain
# ?? maybe this is for words followed by a colon
# like in case statements or goto
editor.program.label.style=#7E7E00,bold
editor.label.style=#7E7E00,bold
# + - = /
editor.program.operator.style=#000000,plain
editor.operator.style=#000000,plain
# caret blinking and caret color
editor.program.caret.blink=true
editor.program.caret.color=#333300
editor.caret.blink=true
editor.caret.color=#333300
# selection color
editor.program.selection.color=#ffcc00
editor.program.selection.color=#cccc00
editor.selection.color=#ffcc00
editor.selection.color=#cccc00
# highlight for the current line
editor.program.linehighlight.enabled=true
editor.program.linehighlight.color=#ddddbb
editor.linehighlight=true
editor.linehighlight.color=#ddddbb
# bracket/brace highlighting
editor.program.brackethighlight.enabled=true
editor.program.brackethighligh.color=#ffcc00
editor.brackethighlight=true
editor.brackethighligh.color=#ffcc00
# little pooties at the end of lines that show where they finish
editor.program.eolmarkers.enabled=false
editor.program.eolmarkers.color=#99991A
editor.eolmarkers=false
editor.eolmarkers.color=#99991A
# area that's not in use by the text (replaced with tildes)
editor.program.invalid.enabled=false
editor.program.invalid.style=#7E7E00,bold
editor.invalid=false
editor.invalid.style=#7E7E00,bold
editor.buttons.bgcolor = #999988
@@ -82,11 +87,18 @@ editor.header.fgcolor.primary = #ffffff
editor.header.fgcolor.secondary = #ccccbb
editor.header.font = SansSerif,plain,12
editor.console.bgcolor = #1A1A00
editor.console.fgcolor.output = #ccccbb
editor.console.fgcolor.error = #ff3000
editor.console.font = Monospaced,plain,11
editor.console.lines = 4
console.bgcolor = #1A1A00
console.fgcolor.output = #ccccbb
console.fgcolor.error = #ff3000
console.font = Monospaced,plain,11
console.lines = 4
# monospaced on java 1.3 was monaco, but on 1.4 it has changed
# to courier, which actually matches other platforms better.
# (and removes the 12 point being too large issue)
# monaco is nicer on macosx, so use that explicitly
editor.font.macosx = Monaco,plain,10
console.font.macosx = Monaco,plain,10
editor.status.notice.fgcolor = #333322
editor.status.notice.bgcolor = #bbbbaa
@@ -100,6 +112,13 @@ editor.status.font = SansSerif,plain,12
editor.tabs.expand = true
editor.tabs.size = 2
# size of divider between editing area and the console
editor.divider.size = 0
# the larger divider on windows is ugly with the little arrows
# this makes it large enough to see (mouse changes) and use,
# but keeps it from being annoyingly obtrusive
editor.divider.size.windows = 2
# automatically indent each line
editor.indent = true
@@ -109,15 +128,6 @@ editor.wheelmouse.multiplier = 3
# background color for full-screen presentation mode
run.present.bgcolor = #666666
# these are the defaults for the serial port
# un-comment them and set them to different values if you'd
# rather have something else as the default
#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