From 1811e9c2ffe0694330d7d8bf63930480e4358f18 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 28 Sep 2014 16:27:02 +0200 Subject: Adding Arduino preferences --- .arduino/preferences.txt | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .arduino/preferences.txt (limited to '.arduino/preferences.txt') diff --git a/.arduino/preferences.txt b/.arduino/preferences.txt new file mode 100644 index 0000000..6bfc106 --- /dev/null +++ b/.arduino/preferences.txt @@ -0,0 +1,78 @@ +board=uno +browser=mozilla +browser.linux=mozilla +console=true +console.auto_clear=true +console.error.file=stderr.txt +console.length=500 +console.lines=4 +console.output.file=stdout.txt +editor.antialias=false +editor.caret.blink=true +editor.divider.size=0 +editor.divider.size.windows=2 +editor.external=false +editor.font=Monospaced,plain,12 +editor.font.macosx=Monaco,plain,10 +editor.indent=true +editor.invalid=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.shift_backspace_is_delete=true +editor.languages.current= +editor.linenumbers=false +editor.tabs.expand=true +editor.tabs.size=2 +editor.window.height.default=600 +editor.window.height.min=290 +editor.window.width.default=500 +editor.window.width.min=400 +export.applet.separate_jar_files=false +export.application.fullscreen=false +export.application.platform=true +export.application.platform.linux=true +export.application.platform.macosx=true +export.application.platform.windows=true +export.application.stop=true +export.delete_target_folder=true +last.ide.1.0.6.daterun=1411912958 +last.ide.1.0.6.hardwarepath=/usr/share/arduino/hardware +last.screen.height=1200 +last.screen.width=1920 +last.sketch.count=0 +last.sketch0.path= +launcher=xdg-open +platform.auto_file_type_associations=true +preproc.color_datatype=true +preproc.enhanced_casting=true +preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.* +preproc.output_parse_tree=false +preproc.save_build_files=false +preproc.substitute_floats=true +preproc.substitute_unicode=true +preproc.web_colors=true +programmer=arduino:avrispmkii +run.display=1 +run.options= +run.options.memory=false +run.options.memory.initial=64 +run.options.memory.maximum=256 +run.present.bgcolor=#666666 +run.present.exclusive=false +run.present.exclusive.macosx=true +run.present.stop.color=#cccccc +run.window.bgcolor=#DFDFDF +serial.databits=8 +serial.debug_rate=9600 +serial.parity=N +serial.port=COM1 +serial.stopbits=1 +sketchbook.path=/home/dave/.arduino/sketchbook +target=arduino +update.check=true +update.id=-5111801774645063504 +update.last=1411912792122 +upload.using=bootloader +upload.verify=true -- cgit v1.2.3-54-g00ecf