946 lines
20 KiB
Plaintext
946 lines
20 KiB
Plaintext
{
|
|
"auto_complete":
|
|
{
|
|
"selected_items":
|
|
[
|
|
[
|
|
"list",
|
|
"list_of_ips\tstatement"
|
|
],
|
|
[
|
|
"su",
|
|
"sub_list\tstatement"
|
|
],
|
|
[
|
|
"def",
|
|
"def\tFunction"
|
|
],
|
|
[
|
|
"fun",
|
|
"function12\tfunction"
|
|
],
|
|
[
|
|
"func",
|
|
"function1\tfunction"
|
|
]
|
|
]
|
|
},
|
|
"buffers":
|
|
[
|
|
{
|
|
"file": "/home/dtomlinson/projects/learning/class-and-object-orianted-python/links.txt",
|
|
"settings":
|
|
{
|
|
"buffer_size": 105,
|
|
"encoding": "UTF-8",
|
|
"line_ending": "Unix"
|
|
}
|
|
},
|
|
{
|
|
"contents": "#!/usr/bin/python\n\nreplace_chars = ['[', ']', '\\'', ',']\nlist_of_ips = ['list-items-in-here']\nnew_list = []\n\n\ndef split_ips(list):\n for sub_list in list:\n for ip in sub_list.split():\n for i in range(len(replace_chars)):\n ip = ip.replace(replace_chars[i], '')\n new_list.append(ip)\n\n\nsplit_ips(list_of_ips)\n",
|
|
"file": "/home/dtomlinson/projects/temp/test.py",
|
|
"file_size": 356,
|
|
"file_write_time": 132035419907730753,
|
|
"settings":
|
|
{
|
|
"buffer_size": 352,
|
|
"line_ending": "Unix"
|
|
}
|
|
},
|
|
{
|
|
"contents": "#!/usr/bin/python\n\nreplace_chars = ['[', ']', '\\'', ',']\nlist_of_ips = [\n 'test1', 'test2', 'test3\"'\n]\nnew_list = []\n\n\ndef split_ips(list):\n \"\"\"replaces items in a list with speicified character from another list\"\"\"\n for sub_list in list:\n print(sub_list)\n for ip in sub_list.split():\n print(ip)\n for i in range(len(replace_chars)):\n ip = ip.replace(replace_chars[i], '')\n new_list.append(ip)\n\n\nfinal_list = split_ips(list_of_ips)\n\nprint(final_list)\n",
|
|
"settings":
|
|
{
|
|
"buffer_size": 521,
|
|
"line_ending": "Unix"
|
|
}
|
|
}
|
|
],
|
|
"build_system": "Packages/Python/Python.sublime-build",
|
|
"build_system_choices":
|
|
[
|
|
[
|
|
[
|
|
[
|
|
"Packages/Python/Python.sublime-build",
|
|
""
|
|
],
|
|
[
|
|
"Packages/Python/Python.sublime-build",
|
|
"Syntax Check"
|
|
]
|
|
],
|
|
[
|
|
"Packages/Python/Python.sublime-build",
|
|
""
|
|
]
|
|
]
|
|
],
|
|
"build_varint": "",
|
|
"command_palette":
|
|
{
|
|
"height": 0.0,
|
|
"last_filter": "",
|
|
"selected_items":
|
|
[
|
|
[
|
|
"ins",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"virtual",
|
|
"Virtualenv: New (venv)"
|
|
],
|
|
[
|
|
"install",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"packa",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"vir",
|
|
"Virtualenv: New (venv)"
|
|
],
|
|
[
|
|
"virtualen",
|
|
"Virtualenv: Activate"
|
|
],
|
|
[
|
|
"install pa",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"insta",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"brow",
|
|
"Preferences: Browse Packages"
|
|
],
|
|
[
|
|
"browse",
|
|
"Preferences: Browse Packages"
|
|
],
|
|
[
|
|
"remove",
|
|
"Package Control: Remove Package"
|
|
],
|
|
[
|
|
"Snippet: ",
|
|
"Snippet: For Loop"
|
|
],
|
|
[
|
|
"remo",
|
|
"Package Control: Remove Channel"
|
|
],
|
|
[
|
|
"show all",
|
|
"SublimeLinter: Show All Errors"
|
|
],
|
|
[
|
|
"prefs",
|
|
"Preferences: SublimeLinter Settings"
|
|
],
|
|
[
|
|
"package in",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"install pack",
|
|
"Package Control: Install Package"
|
|
],
|
|
[
|
|
"ayu: Activate theme",
|
|
"ayu: Activate theme"
|
|
],
|
|
[
|
|
"Browse Pack",
|
|
"Preferences: Browse Packages"
|
|
],
|
|
[
|
|
"Package Control: insta",
|
|
"Package Control: Install Package"
|
|
]
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"console":
|
|
{
|
|
"height": 250.0,
|
|
"history":
|
|
[
|
|
"sublime.cache_path()",
|
|
"import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; 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":
|
|
[
|
|
"/home/dtomlinson/projects",
|
|
"/home/dtomlinson/projects/learning",
|
|
"/home/dtomlinson/projects/learning/class-and-object-orianted-python"
|
|
],
|
|
"file_history":
|
|
[
|
|
"/home/dtomlinson/projects/base/base.sublime-project",
|
|
"/home/dtomlinson/projects/temp/temp_1.py",
|
|
"/home/dtomlinson/projects/temp/temp_new.sublime-project",
|
|
"/home/dtomlinson/projects/temp/temp.sublime-project",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/Anaconda/Anaconda.sublime-settings",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/User/Anaconda.sublime-settings",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/User/ayu-mirage.sublime-theme",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/User/ayu-dark.sublime-theme",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/SideBarEnhancements/Side Bar.sublime-settings",
|
|
"/home/dtomlinson/.config/sublime-text-3/Packages/User/Python.sublime-settings"
|
|
],
|
|
"find":
|
|
{
|
|
"height": 54.0
|
|
},
|
|
"find_in_files":
|
|
{
|
|
"height": 0.0,
|
|
"where_history":
|
|
[
|
|
]
|
|
},
|
|
"find_state":
|
|
{
|
|
"case_sensitive": false,
|
|
"find_history":
|
|
[
|
|
"ip",
|
|
"~/.virtualenvs/temp",
|
|
"space",
|
|
"spaces",
|
|
"indent",
|
|
"tab",
|
|
"Tab",
|
|
"FreeMono",
|
|
"Source Code Pro",
|
|
"PragmataPro Mono Liga"
|
|
],
|
|
"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":
|
|
[
|
|
{
|
|
"selected": 0,
|
|
"sheets":
|
|
[
|
|
{
|
|
"buffer": 0,
|
|
"file": "/home/dtomlinson/projects/learning/class-and-object-orianted-python/links.txt",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 105,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
105,
|
|
105
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"bracket_highlighter.busy": false,
|
|
"bracket_highlighter.clone": -1,
|
|
"bracket_highlighter.clone_locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.clone_regions":
|
|
[
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content",
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content"
|
|
],
|
|
"bracket_highlighter.locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.regions":
|
|
[
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content"
|
|
],
|
|
"open_with_edit": true,
|
|
"syntax": "Packages/Text/Plain text.tmLanguage"
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 0.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"stack_index": 2,
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"selected": 0,
|
|
"sheets":
|
|
[
|
|
{
|
|
"buffer": 1,
|
|
"file": "/home/dtomlinson/projects/temp/test.py",
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 352,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
352,
|
|
352
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"SL.141.region_keys":
|
|
[
|
|
],
|
|
"SL.15.region_keys":
|
|
[
|
|
"sublime_linter.protected_regions"
|
|
],
|
|
"SL.26.region_keys":
|
|
[
|
|
],
|
|
"SL.33.region_keys":
|
|
[
|
|
],
|
|
"SL.444.region_keys":
|
|
[
|
|
],
|
|
"SL.88.region_keys":
|
|
[
|
|
"sublime_linter.protected_regions"
|
|
],
|
|
"auto_complete_triggers":
|
|
[
|
|
{
|
|
"characters": ".",
|
|
"selector": "source.python - string - comment - constant.numeric"
|
|
},
|
|
{
|
|
"characters": ".",
|
|
"selector": "source.python - string - constant.numeric"
|
|
}
|
|
],
|
|
"bracket_highlighter.busy": false,
|
|
"bracket_highlighter.clone": -1,
|
|
"bracket_highlighter.clone_locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.clone_regions":
|
|
[
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content",
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content"
|
|
],
|
|
"bracket_highlighter.locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.regions":
|
|
[
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content"
|
|
],
|
|
"syntax": "Packages/Python/Python.sublime-syntax"
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 0.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"stack_index": 0,
|
|
"type": "text"
|
|
},
|
|
{
|
|
"buffer": 2,
|
|
"semi_transient": false,
|
|
"settings":
|
|
{
|
|
"buffer_size": 521,
|
|
"regions":
|
|
{
|
|
},
|
|
"selection":
|
|
[
|
|
[
|
|
521,
|
|
521
|
|
]
|
|
],
|
|
"settings":
|
|
{
|
|
"SL.143.region_keys":
|
|
[
|
|
],
|
|
"SL.19.region_keys":
|
|
[
|
|
],
|
|
"SL.28.region_keys":
|
|
[
|
|
],
|
|
"SL.34.region_keys":
|
|
[
|
|
],
|
|
"SL.446.region_keys":
|
|
[
|
|
],
|
|
"SL.90.region_keys":
|
|
[
|
|
],
|
|
"bracket_highlighter.busy": false,
|
|
"bracket_highlighter.clone": -1,
|
|
"bracket_highlighter.clone_locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.clone_regions":
|
|
[
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content",
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content"
|
|
],
|
|
"bracket_highlighter.locations":
|
|
{
|
|
"close":
|
|
{
|
|
},
|
|
"icon":
|
|
{
|
|
},
|
|
"open":
|
|
{
|
|
},
|
|
"unmatched":
|
|
{
|
|
}
|
|
},
|
|
"bracket_highlighter.regions":
|
|
[
|
|
"bh_curly",
|
|
"bh_curly_center",
|
|
"bh_curly_open",
|
|
"bh_curly_close",
|
|
"bh_curly_content",
|
|
"bh_single_quote",
|
|
"bh_single_quote_center",
|
|
"bh_single_quote_open",
|
|
"bh_single_quote_close",
|
|
"bh_single_quote_content",
|
|
"bh_default",
|
|
"bh_default_center",
|
|
"bh_default_open",
|
|
"bh_default_close",
|
|
"bh_default_content",
|
|
"bh_round",
|
|
"bh_round_center",
|
|
"bh_round_open",
|
|
"bh_round_close",
|
|
"bh_round_content",
|
|
"bh_unmatched",
|
|
"bh_unmatched_center",
|
|
"bh_unmatched_open",
|
|
"bh_unmatched_close",
|
|
"bh_unmatched_content",
|
|
"bh_c_define",
|
|
"bh_c_define_center",
|
|
"bh_c_define_open",
|
|
"bh_c_define_close",
|
|
"bh_c_define_content",
|
|
"bh_angle",
|
|
"bh_angle_center",
|
|
"bh_angle_open",
|
|
"bh_angle_close",
|
|
"bh_angle_content",
|
|
"bh_double_quote",
|
|
"bh_double_quote_center",
|
|
"bh_double_quote_open",
|
|
"bh_double_quote_close",
|
|
"bh_double_quote_content",
|
|
"bh_square",
|
|
"bh_square_center",
|
|
"bh_square_open",
|
|
"bh_square_close",
|
|
"bh_square_content",
|
|
"bh_regex",
|
|
"bh_regex_center",
|
|
"bh_regex_open",
|
|
"bh_regex_close",
|
|
"bh_regex_content",
|
|
"bh_tag",
|
|
"bh_tag_center",
|
|
"bh_tag_open",
|
|
"bh_tag_close",
|
|
"bh_tag_content"
|
|
],
|
|
"default_dir": "/home/dtomlinson/projects/temp",
|
|
"syntax": "Packages/Python/Python.sublime-syntax"
|
|
},
|
|
"translation.x": 0.0,
|
|
"translation.y": 0.0,
|
|
"zoom_level": 1.0
|
|
},
|
|
"stack_index": 1,
|
|
"type": "text"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"incremental_find":
|
|
{
|
|
"height": 29.0
|
|
},
|
|
"input":
|
|
{
|
|
"height": 51.0
|
|
},
|
|
"layout":
|
|
{
|
|
"cells":
|
|
[
|
|
[
|
|
0,
|
|
0,
|
|
1,
|
|
1
|
|
],
|
|
[
|
|
1,
|
|
0,
|
|
2,
|
|
1
|
|
]
|
|
],
|
|
"cols":
|
|
[
|
|
0.0,
|
|
0.5,
|
|
1.0
|
|
],
|
|
"rows":
|
|
[
|
|
0.0,
|
|
1.0
|
|
]
|
|
},
|
|
"menu_visible": true,
|
|
"output.SublimeLinter":
|
|
{
|
|
"height": 0.0
|
|
},
|
|
"output.exec":
|
|
{
|
|
"height": 132.0
|
|
},
|
|
"output.find_results":
|
|
{
|
|
"height": 0.0
|
|
},
|
|
"output.unsaved_changes":
|
|
{
|
|
"height": 132.0
|
|
},
|
|
"pinned_build_system": "Packages/Virtualenv/Python + Virtualenv.sublime-build",
|
|
"project": "base.sublime-project",
|
|
"replace":
|
|
{
|
|
"height": 54.0
|
|
},
|
|
"save_all_on_build": true,
|
|
"select_file":
|
|
{
|
|
"height": 0.0,
|
|
"last_filter": "",
|
|
"selected_items":
|
|
[
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"select_project":
|
|
{
|
|
"height": 500.0,
|
|
"last_filter": "",
|
|
"selected_items":
|
|
[
|
|
[
|
|
"",
|
|
"~/projects/learning/learning.sublime-project"
|
|
]
|
|
],
|
|
"width": 380.0
|
|
},
|
|
"select_symbol":
|
|
{
|
|
"height": 0.0,
|
|
"last_filter": "",
|
|
"selected_items":
|
|
[
|
|
],
|
|
"width": 0.0
|
|
},
|
|
"selected_group": 1,
|
|
"settings":
|
|
{
|
|
},
|
|
"show_minimap": true,
|
|
"show_open_files": true,
|
|
"show_tabs": true,
|
|
"side_bar_visible": true,
|
|
"side_bar_width": 212.0,
|
|
"status_bar_visible": true,
|
|
"template_settings":
|
|
{
|
|
"max_columns": 2
|
|
}
|
|
}
|