forked from facelessuser/ColorHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac9ece9
commit 1cbb5dd
Showing
3 changed files
with
213 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" } | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" } | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.