From 10e67d644c07dc59fbe680ec74685c8e9efcd69f Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 30 Dec 2015 13:09:39 +0100 Subject: .processing/preferences.txt: Updated settings for processing > 3.0. --- .processing/preferences.txt | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to '.processing') diff --git a/.processing/preferences.txt b/.processing/preferences.txt index 3892b8f..2768ded 100644 --- a/.processing/preferences.txt +++ b/.processing/preferences.txt @@ -1,6 +1,5 @@ buttons.hide.image=false chooser.files.native=false -chooser.files.native.linux=false console.auto_clear=true console.font.size=12 console.length=500 @@ -9,20 +8,17 @@ contribution.backup.on_install=true contribution.backup.on_remove=true editor.caret.blink=true editor.caret.block=false +editor.completion.auto_close=false editor.divider.size=0 -editor.divider.size.windows=2 editor.font.family=Source Code Pro editor.font.size=12 editor.indent=true editor.input_method_support=false editor.keys.alternative_cut_copy_paste=true -editor.keys.alternative_cut_copy_paste.macosx=false editor.keys.home_and_end_travel_far=false -editor.keys.home_and_end_travel_far.macosx=true editor.keys.home_and_end_travel_smart=true editor.keys.shift_backspace_is_delete=false editor.laf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -editor.laf.linux=com.sun.java.swing.plaf.gtk.GTKLookAndFeel editor.smooth=true editor.tabs.expand=true editor.tabs.size=2 @@ -38,16 +34,18 @@ editor.token.keyword2.style=#33997e,plain editor.token.keyword3.style=#669900,plain editor.token.keyword4.style=#d94a7a,plain editor.token.keyword5.style=#e2661a,plain +editor.token.keyword6.style=#33997e,plain editor.token.label.style=#666666,bold editor.token.literal1.style=#7D4793,plain editor.token.literal2.style=#718a62,plain editor.token.operator.style=#006699,plain editor.untitled.prefix=sketch_ editor.untitled.suffix=yyMMdd +editor.watcher=true +editor.watcher.debug=false +editor.watcher.window=1500 editor.window.height.default=600 editor.window.height.min=500 -editor.window.height.min.macosx=450 -editor.window.height.min.windows=530 editor.window.width.default=500 editor.window.width.min=400 export.application.embed_java=true @@ -61,6 +59,17 @@ last.sketch.count=0 last.sketch.mode=processing.mode.java.JavaMode last.sketch.restore=true launcher=xdg-open +pdex.autoSave.autoSaveByDefault=true +pdex.autoSave.autoSaveEnabled=false +pdex.autoSave.promptDisplay=true +pdex.autoSaveInterval=5 +pdex.completion=false +pdex.completion.trigger=false +pdex.dbgOutput=false +pdex.errorCheckEnabled=true +pdex.suggest.imports=true +pdex.warningsEnabled=true +pdex.writeErrorLogs=false platform.auto_file_type_associations=true preproc.color_datatype=true preproc.enhanced_casting=true @@ -70,11 +79,16 @@ preproc.substitute_floats=true preproc.substitute_unicode=true preproc.web_colors=true proxy.host= +proxy.http.host= +proxy.http.port= +proxy.https.host= +proxy.https.port= proxy.port= +proxy.socks.host= +proxy.socks.port= recent.count=10 run.display=0 run.options= -run.options.bits.macosx=32 run.options.memory=false run.options.memory.initial=64 run.options.memory.maximum=256 @@ -82,7 +96,10 @@ run.present.bgcolor=#666666 run.present.stop.color=#cccccc run.window.bgcolor=#DFDFDF sketchbook.path=/home/dave/git/sketchbooks/processing-sketchbook +sketchbook.path.three=/home/dave/git/sketchbooks/processing-sketchbook toolbar.hide.image=false update.check=false update.id=-2232603851351662427 update.last=1395616194592 +welcome.seen=false +welcome.show=true -- cgit v1.2.3-54-g00ecf