mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
finishing up for 46
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)
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
# osx makes things a little large by default
|
||||
editor.program.font = Monospaced,plain,10
|
||||
# the usual 12 point from other platforms is too big on osx
|
||||
editor.program.default.style = Monospaced,plain,10,#000000,#ffffff
|
||||
|
||||
@@ -7,10 +7,8 @@
|
||||
#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
|
||||
|
||||
# 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
|
||||
@@ -23,36 +21,24 @@ 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
|
||||
#editor.program.separator.style = Monospaced,plain,12,#008000,#ffffff
|
||||
|
||||
# math guys + - / *
|
||||
#editor.program.operator.style = Monospaced,plain,12,#008000,#ffffff
|
||||
#editor.program.operator.style = Monospaced,plain,12,#008000,#ffffff
|
||||
|
||||
# just about everything else
|
||||
#editor.program.identifier.style = Monospaced,plain,12,#000000,#ffffff
|
||||
|
||||
# unused for java editor
|
||||
|
||||
#editor.program.body.style = Monospaced,plain,12,#000000,#ffffff
|
||||
#editor.program.tag.style = Monospaced,plain,12,#800000,#ffffff
|
||||
#editor.program.reference.style = Monospaced,plain,12,#000000,#ffffff
|
||||
#editor.program.name.style = Monospaced,plain,12,#b03060,#ffffff
|
||||
#editor.program.value.style = Monospaced,plain,12,#b03060,#ffffff
|
||||
#editor.program.text.style = Monospaced,plain,12,#000000,#ffffff
|
||||
#editor.program.preprocessor.style = Monospaced,plain,12,#a020f0,#ffffff
|
||||
#editor.program.error.style = Monospaced,plain,12,#800000,#ffffff
|
||||
#editor.program.unknown.style = Monospaced,plain,12,#804000,#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.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
|
||||
@@ -80,7 +66,7 @@ editor.program.whitespace.style = Monospaced,plain,12,#000000,#ffffff
|
||||
#editor.balance_parens=false
|
||||
|
||||
|
||||
# these properties are no longer especially in use
|
||||
# these properties are no longer in use
|
||||
|
||||
# enable this to run hack-version mildly stabler external processing
|
||||
#play.external = true
|
||||
@@ -92,6 +78,6 @@ editor.program.whitespace.style = Monospaced,plain,12,#000000,#ffffff
|
||||
# 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
|
||||
|
||||
#update.enabled
|
||||
# auto updating
|
||||
#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