From 1cbb5ddf35136e8873ea5879ab24af76c1f7d2a7 Mon Sep 17 00:00:00 2001 From: Zachary Miller Date: Fri, 19 Jun 2020 15:06:45 -0400 Subject: [PATCH] Patches for linting tests --- Default.sublime-commands | 38 +++--- Main.sublime-menu | 242 +++++++++++++++++++-------------------- color_helper.palettes | 146 +++++++++++------------ 3 files changed, 213 insertions(+), 213 deletions(-) diff --git a/Default.sublime-commands b/Default.sublime-commands index 55201e0a..6a6c6ba2 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -1,21 +1,21 @@ [ - { - "caption": "Color Helper: Index Colors in File", - "command": "color_helper_file_index" - }, - { - "caption": "Color Helper: Show Palettes", - "command": "color_helper", - "args": { "mode": "palette" } - }, - { - "caption": "Color Helper: Show Color Info", - "command": "color_helper", - "args": { "mode": "info" } - }, - { - "caption": "Color Helper: Show Color Picker", - "command": "color_helper", - "args": { "mode": "color_picker" } - } + { + "caption": "Color Helper: Index Colors in File", + "command": "color_helper_file_index" + }, + { + "caption": "Color Helper: Show Palettes", + "command": "color_helper", + "args": { "mode": "palette" } + }, + { + "caption": "Color Helper: Show Color Info", + "command": "color_helper", + "args": { "mode": "info" } + }, + { + "caption": "Color Helper: Show Color Picker", + "command": "color_helper", + "args": { "mode": "color_picker" } + } ] diff --git a/Main.sublime-menu b/Main.sublime-menu index 262d53ce..56783d82 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -1,123 +1,123 @@ [ - { - "caption": "Tools", - "mnemonic": "T", - "id": "tools", - "children": - [ - { - "id": "packages", - "caption": "Packages", - "children": - [ - { - "caption": "Color Helper", - "children": - [ - { - "caption": "Color Info", - "command": "color_helper", - "args": { "mode": "info" } - }, - { - "caption": "Color Palettes", - "command": "color_helper", - "args": { "mode": "palette" } - }, - { - "caption": "Color Picker", - "command": "color_helper", - "args": { "mode": "color_picker" } - } - ] - } - ] - } - ] - }, - { - "id": "preferences", - "children": - [ - { - "caption": "Package Settings", - "id": "package-settings", - "children": - [ - { - "caption": "ColorHelper", - "children": - [ - { - "caption": "Settings", - "command": "edit_settings", - "args": - { - "base_file": "${packages}/ColorHelper/ColorHelper.sublime-settings", - "default": "{\n\t$0\n}\n" - } - }, - { "caption": "-" }, - { - "caption": "Menus", - "children": - [ - { - "caption": "Main Menu", - "command": "z_edit_settings", - "args": - { - "is_parent_setting": "1", - "base_file": "${packages}/ColorHelper/Main.sublime-menu", - "default": "[\n\t$0\n]\n" - } - } - ] - }, - { - "caption": "Commands", - "command": "z_edit_settings", - "args": - { - "is_parent_setting": "1", - "base_file": "${packages}/ColorHelper/Default.sublime-commands", - "default": "[\n\t$0\n]\n" - } - }, - { "caption": "-" }, - { - "caption": "Changelog", - "command": "color_helper_changes" - }, - { - "caption": "Documentation", - "command": "color_helper_open_site", - "args": { "url": "https://facelessuser.github.io/ColorHelper/" } - }, - { - "caption": "Quick Start Guide", - "command": "color_helper_doc", - "args": { "page": "${packages}/ColorHelper/QUICKSTART.md" } - }, - { "caption": "-" }, - { - "caption": "Support Info", - "command": "color_helper_support_info" - }, - { - "caption": "Issues", - "command": "color_helper_open_site", - "args": { "url": "https://github.com/facelessuser/ColorHelper/issues" } - }, - { - "caption": "README", - "command": "open_file", - "args": { "file": "${packages}/ColorHelper/README.md" } - } - ] - } - ] - } - ] - } + { + "caption": "Tools", + "mnemonic": "T", + "id": "tools", + "children": + [ + { + "id": "packages", + "caption": "Packages", + "children": + [ + { + "caption": "Color Helper", + "children": + [ + { + "caption": "Color Info", + "command": "color_helper", + "args": { "mode": "info" } + }, + { + "caption": "Color Palettes", + "command": "color_helper", + "args": { "mode": "palette" } + }, + { + "caption": "Color Picker", + "command": "color_helper", + "args": { "mode": "color_picker" } + } + ] + } + ] + } + ] + }, + { + "id": "preferences", + "children": + [ + { + "caption": "Package Settings", + "id": "package-settings", + "children": + [ + { + "caption": "ColorHelper", + "children": + [ + { + "caption": "Settings", + "command": "edit_settings", + "args": + { + "base_file": "${packages}/ColorHelper/ColorHelper.sublime-settings", + "default": "{\n\t$0\n}\n" + } + }, + { "caption": "-" }, + { + "caption": "Menus", + "children": + [ + { + "caption": "Main Menu", + "command": "z_edit_settings", + "args": + { + "is_parent_setting": "1", + "base_file": "${packages}/ColorHelper/Main.sublime-menu", + "default": "[\n\t$0\n]\n" + } + } + ] + }, + { + "caption": "Commands", + "command": "z_edit_settings", + "args": + { + "is_parent_setting": "1", + "base_file": "${packages}/ColorHelper/Default.sublime-commands", + "default": "[\n\t$0\n]\n" + } + }, + { "caption": "-" }, + { + "caption": "Changelog", + "command": "color_helper_changes" + }, + { + "caption": "Documentation", + "command": "color_helper_open_site", + "args": { "url": "https://facelessuser.github.io/ColorHelper/" } + }, + { + "caption": "Quick Start Guide", + "command": "color_helper_doc", + "args": { "page": "${packages}/ColorHelper/QUICKSTART.md" } + }, + { "caption": "-" }, + { + "caption": "Support Info", + "command": "color_helper_support_info" + }, + { + "caption": "Issues", + "command": "color_helper_open_site", + "args": { "url": "https://github.com/facelessuser/ColorHelper/issues" } + }, + { + "caption": "README", + "command": "open_file", + "args": { "file": "${packages}/ColorHelper/README.md" } + } + ] + } + ] + } + ] + } ] diff --git a/color_helper.palettes b/color_helper.palettes index c47cbfef..8f60af91 100644 --- a/color_helper.palettes +++ b/color_helper.palettes @@ -1,76 +1,76 @@ { - // Favorites - "favorites": [ - ], + // Favorites + "favorites": [ + ], - // Palette lists - "palettes": [ - { - "name": "Random Colors", - // "caption": "Example: Random colors", - "colors": [ - "#000000", - "#ddbdff", - "#fbdb65", - "#bc1339", - "#b3bc20", - "#d6655c", - "#6f8197", - "#fbdb65", - "#fce17e", - "#fca27e", - "#fc9870", - "#5dbede", - "#cd4236", - "#032149", - "#1c375b", - "#ae323b", - "#93d6c3", - "#91e374", - "#f08c78", - "#bab3b2", - "#ff748c", - "#9fd6c2", - "#ff748c", - "#bab3b2", - "#9fd6c2", - "#f08c78", - "#b78d78", - "#93d6c3", - "#a0294c", - "#ae323b", - "#a369af", - "#b0e2ff", - "#a4d3ee", - "#d3c99b", - "#dcc6ad", - "#a77658", - "#fd8e2f", - "#e52325", - "#abe2f7", - "#6cccf2", - "#2eb7ed", - "#ffdfe5", - "#ffc0cb" - ] - }, - { - "name": "Old Clover", - // "caption": "Captions are optional", - "colors": [ - "#abb88e", - "#a0a97f", - "#838b75", - "#968f7e", - "#988177" - ] - }, - { - "name": "Yet Another", - "colors": [ - "#6699cc", - "#99cc99" - ] - } - ] + // Palette lists + "palettes": [ + { + "name": "Random Colors", + // "caption": "Example: Random colors", + "colors": [ + "#000000", + "#ddbdff", + "#fbdb65", + "#bc1339", + "#b3bc20", + "#d6655c", + "#6f8197", + "#fbdb65", + "#fce17e", + "#fca27e", + "#fc9870", + "#5dbede", + "#cd4236", + "#032149", + "#1c375b", + "#ae323b", + "#93d6c3", + "#91e374", + "#f08c78", + "#bab3b2", + "#ff748c", + "#9fd6c2", + "#ff748c", + "#bab3b2", + "#9fd6c2", + "#f08c78", + "#b78d78", + "#93d6c3", + "#a0294c", + "#ae323b", + "#a369af", + "#b0e2ff", + "#a4d3ee", + "#d3c99b", + "#dcc6ad", + "#a77658", + "#fd8e2f", + "#e52325", + "#abe2f7", + "#6cccf2", + "#2eb7ed", + "#ffdfe5", + "#ffc0cb" + ] + }, + { + "name": "Old Clover", + // "caption": "Captions are optional", + "colors": [ + "#abb88e", + "#a0a97f", + "#838b75", + "#968f7e", + "#988177" + ] + }, + { + "name": "Yet Another", + "colors": [ + "#6699cc", + "#99cc99" + ] + } + ] }