diff --git a/.gitignore b/.gitignore index c5d99cb..a78f1f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.un~ +*.sublime-project \ No newline at end of file diff --git a/arduino-irremote.sublime-workspace b/arduino-irremote.sublime-workspace new file mode 100644 index 0000000..f536803 --- /dev/null +++ b/arduino-irremote.sublime-workspace @@ -0,0 +1,240 @@ +{ + "auto_complete": + { + "selected_items": + [ + [ + "vb", + "vboMatrix" + ] + ] + }, + "buffers": + [ + ], + "build_system": "", + "build_system_choices": + [ + ], + "build_varint": "", + "command_palette": + { + "height": 275.0, + "last_filter": "blame", + "selected_items": + [ + [ + "blame", + "Git: Blame" + ], + [ + "install", + "Package Control: Install Package" + ], + [ + "diff", + "Git: Diff Current File" + ], + [ + "js", + "Set Syntax: JavaScript" + ], + [ + "i", + "Package Control: Install Package" + ], + [ + "instal", + "Package Control: Install Package" + ] + ], + "width": 510.0 + }, + "console": + { + "height": 126.0, + "history": + [ + "import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)" + ] + }, + "distraction_free": + { + "menu_visible": true, + "show_minimap": false, + "show_open_files": false, + "show_tabs": false, + "side_bar_visible": false, + "status_bar_visible": false + }, + "expanded_folders": + [ + "/C/Users/Rafi Khan/Documents/Arduino/libraries/Arduino-IRremote" + ], + "file_history": + [ + "/C/Users/Rafi Khan/Documents/Arduino/libraries/Arduino-IRremote/changelog.md", + "/C/Users/Rafi Khan/Documents/Development/Arduino-IRremote/arduino-irremote.sublime-project", + "/C/Users/Rafi Khan/Documents/Development/Arduino-IRremote/.gitignore", + "/C/Users/Rafi Khan/Documents/Development/magic/README.md", + "/C/Users/Rafi Khan/Documents/Development/magic/shader.frag", + "/C/Users/Rafi Khan/Documents/Development/magic/package.json", + "/C/Users/Rafi Khan/Documents/Development/magic/block.js", + "/C/Users/Rafi Khan/Documents/Development/magic/chunker.js", + "/C/Users/Rafi Khan/Documents/Development/magic/index.js", + "/C/Users/Rafi Khan/Documents/Development/magic/blocks", + "/C/Users/Rafi Khan/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings", + "/C/Users/Rafi Khan/Documents/Development/magic/shader.vert", + "/C/Users/Rafi Khan/Documents/Development/magic/magic.sublime-project", + "/C/Users/Rafi Khan/Documents/Development/magic/node_modules/browserify/node_modules/syntax-error/node_modules/acorn/.tern-project", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/supermarket.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/takingavacation.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/TipCalculator.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/battleship.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/exam.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/pyglatin.py", + "/C/Users/Rafi Khan/OneDrive/Documents/School-RafiKhan/Grade 11/CS30/Python/student.py" + ], + "find": + { + "height": 28.0 + }, + "find_in_files": + { + "height": 0.0, + "where_history": + [ + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + "i", + "Direction", + ";", + ";\n", + "north", + "cubeMatrix", + ")\n", + "vec3.set", + "f", + ";", + "();\n", + "render", + "this", + "y" + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": false, + "replace_history": + [ + ], + "reverse": false, + "show_context": true, + "use_buffer2": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "sheets": + [ + ] + } + ], + "incremental_find": + { + "height": 28.0 + }, + "input": + { + "height": 66.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.find_results": + { + "height": 0.0 + }, + "pinned_build_system": "", + "project": "arduino-irremote.sublime-project", + "replace": + { + "height": 52.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "json", + "package.json" + ], + [ + "inde", + "index.js" + ] + ], + "width": 0.0 + }, + "select_project": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "select_symbol": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "selected_group": 0, + "settings": + { + }, + "show_minimap": true, + "show_open_files": false, + "show_tabs": true, + "side_bar_visible": true, + "side_bar_width": 150.0, + "status_bar_visible": true, + "template_settings": + { + } +}