From 6ec2de1d874261f4a00a6e3d29e2f86411fffb1a Mon Sep 17 00:00:00 2001 From: Erick Kinnee Date: Fri, 16 Oct 2020 15:35:57 -0500 Subject: [PATCH] Package updates --- SharpCAT.sublime-project | 10 ++ SharpCAT.sublime-workspace | 195 +++++++++++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 SharpCAT.sublime-project create mode 100644 SharpCAT.sublime-workspace diff --git a/SharpCAT.sublime-project b/SharpCAT.sublime-project new file mode 100644 index 0000000..db3281f --- /dev/null +++ b/SharpCAT.sublime-project @@ -0,0 +1,10 @@ +{ + "folders": + [ + { + "follow_symlinks": true, + "path": "." + } + ], + "solution_file": "./SharpCAT.sln" +} \ No newline at end of file diff --git a/SharpCAT.sublime-workspace b/SharpCAT.sublime-workspace new file mode 100644 index 0000000..bc00b1a --- /dev/null +++ b/SharpCAT.sublime-workspace @@ -0,0 +1,195 @@ +{ + "auto_complete": + { + "selected_items": + [ + ] + }, + "buffers": + [ + ], + "build_system": "", + "build_system_choices": + [ + ], + "build_varint": "", + "command_palette": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "inst", + "Package Control: Install Package" + ], + [ + "i", + "Package Control: Install Package" + ], + [ + "ins", + "Package Control: Install Package" + ], + [ + "insta", + "Package Control: Install Package" + ] + ], + "width": 0.0 + }, + "console": + { + "height": 0.0, + "history": + [ + ] + }, + "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": + [ + "/Users/erick/Library/Mobile Documents/com~apple~CloudDocs/Projects/SharpCAT", + "/Users/erick/Library/Mobile Documents/com~apple~CloudDocs/Projects/SharpCAT/SharpCAT" + ], + "file_history": + [ + "/Users/erick/Library/Mobile Documents/com~apple~CloudDocs/Projects/SharpCAT/SharpCAT/SharpCAT.cs", + "/Users/erick/Library/Mobile Documents/com~apple~CloudDocs/Projects/SharpCAT/SharpCAT/Serial.cs" + ], + "find": + { + "height": 0.0 + }, + "find_in_files": + { + "height": 0.0, + "where_history": + [ + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + ], + "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": 0.0 + }, + "input": + { + "height": 0.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.exec": + { + "height": 108.0 + }, + "output.find_results": + { + "height": 0.0 + }, + "output.variable_get": + { + "height": 0.0 + }, + "pinned_build_system": "", + "project": "SharpCAT.sublime-project", + "replace": + { + "height": 0.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "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": 269.0, + "status_bar_visible": true, + "template_settings": + { + } +}