mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
random fixes and making windows build script
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#editor.status.error.bgcolor = #CC0000
|
||||
#editor.status.prompt.fgcolor = #FFFFFF
|
||||
#editor.status.prompt.bgcolor = #CC9900
|
||||
#editor.status.font = SansSerif,plain,10
|
||||
#editor.status.font = SansSerif,plain,12
|
||||
|
||||
# not necessary to set bgcolor of window b/c it comes from os
|
||||
#run.window.bgcolor = #666666
|
||||
@@ -42,6 +42,14 @@
|
||||
#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 especially in use
|
||||
|
||||
# enable this to run hack-version mildly stabler external processing
|
||||
#play.external = true
|
||||
|
||||
@@ -52,11 +60,6 @@
|
||||
# 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.expand_tabs=true
|
||||
#editor.tab_size=2
|
||||
#editor.auto_indent=true
|
||||
#editor.balance_parens=false
|
||||
|
||||
#update.enabled
|
||||
#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