Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Jul 9, 2023
1 parent ba111ff commit 6a21b09
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 74 deletions.
46 changes: 23 additions & 23 deletions Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"caption": "StringEncode",
"children":
[
{ "command": "string_encode_paste", "caption": "Paste Encoded..." },
{ "caption": "Paste Encoded...", "command": "string_encode_paste" },
{ "caption" : "-" },
{ "command": "html_entitize", "caption": "HTML Entitize" },
{ "command": "html_deentitize", "caption": "HTML Deentitize" },
{ "command": "xml_entitize", "caption": "XML Entitize" },
{ "command": "xml_deentitize", "caption": "XML Deentitize" },
{ "command": "safe_html_entitize", "caption": "Safe HTML Entitize" },
{ "command": "safe_html_deentitize", "caption": "Safe HTML Deentitize" },
{ "caption": "HTML Entitize", "command": "html_entitize" },
{ "caption": "HTML Deentitize", "command": "html_deentitize" },
{ "caption": "XML Entitize", "command": "xml_entitize" },
{ "caption": "XML Deentitize", "command": "xml_deentitize" },
{ "caption": "Safe HTML Entitize", "command": "safe_html_entitize" },
{ "caption": "Safe HTML Deentitize", "command": "safe_html_deentitize" },
{ "caption" : "-" },
{ "command": "url_encode", "caption": "URL Encode" },
{ "command": "url_decode", "caption": "URL Decode" },
{ "command": "base64_encode", "caption": "Base64 Encode" },
{ "command": "base64_decode", "caption": "Base64 Decode" },
{ "command": "md5_encode", "caption": "MD5" },
{ "command": "sha256_encode", "caption": "Sha256" },
{ "command": "sha512_encode", "caption": "Sha512" },
{ "caption": "URL Encode", "command": "url_encode" },
{ "caption": "URL Decode", "command": "url_decode" },
{ "caption": "Base64 Encode", "command": "base64_encode" },
{ "caption": "Base64 Decode", "command": "base64_decode" },
{ "caption": "MD5", "command": "md5_encode" },
{ "caption": "Sha256", "command": "sha256_encode" },
{ "caption": "Sha512", "command": "sha512_encode" },
{ "caption" : "-" },
{ "command": "json_escape", "caption": "JSON Escape" },
{ "command": "json_unescape", "caption": "JSON Unescape" },
{ "command": "escape_regex", "caption": "Escape regex" },
{ "command": "escape_like", "caption": "Escape LIKE" },
{ "caption": "JSON Escape", "command": "json_escape" },
{ "caption": "JSON Unescape", "command": "json_unescape" },
{ "caption": "Escape regex", "command": "escape_regex" },
{ "caption": "Escape LIKE", "command": "escape_like" },
{ "caption" : "-" },
{ "command": "dec_hex", "caption": "Decimal to Hexadecimal" },
{ "command": "hex_dec", "caption": "Hexadecimal to Decimal" },
{ "command": "unicode_hex", "caption": "Unicode to Hexadecimal" },
{ "command": "hex_unicode", "caption": "Hexadecimal to Unicode" },
{ "command": "unicode_escape", "caption": "Decode Escaped Unicode" }
{ "caption": "Decimal to Hexadecimal", "command": "dec_hex" },
{ "caption": "Hexadecimal to Decimal", "command": "hex_dec" },
{ "caption": "Unicode to Hexadecimal", "command": "unicode_hex" },
{ "caption": "Hexadecimal to Unicode", "command": "hex_unicode" },
{ "caption": "Decode Escaped Unicode", "command": "unicode_escape" }
]
}
]
40 changes: 20 additions & 20 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{ "caption": "StringEncode: Paste Encoded...", "command": "string_encode_paste" },
{ "caption": "StringEncode: HTML Entitize", "command": "html_entitize" },
{ "caption": "StringEncode: HTML Deentitize", "command": "html_deentitize" },
{ "caption": "StringEncode: CSS Escape", "command": "css_escape" },
{ "caption": "StringEncode: CSS Unescape", "command": "css_unescape" },
{ "caption": "StringEncode: XML Entitize", "command": "xml_entitize" },
{ "caption": "StringEncode: XML Deentitize", "command": "xml_deentitize" },
{ "caption": "StringEncode: Safe HTML Entitize", "command": "safe_html_entitize" },
{ "caption": "StringEncode: Safe HTML Deentitize", "command": "safe_html_deentitize" },
{ "caption": "StringEncode: JSON Escape", "command": "json_escape" },
{ "caption": "StringEncode: JSON Unescape", "command": "json_unescape" },
{ "caption": "StringEncode: URL Encode", "command": "url_encode" },
{ "caption": "StringEncode: URL Decode", "command": "url_decode" },
{ "caption": "MD5", "command": "md5_encode" },
{ "caption": "Sha256", "command": "sha256_encode" },
{ "caption": "Sha512", "command": "sha512_encode" },
{ "caption": "StringEncode: Base64 Encode", "command": "base64_encode" },
{ "caption": "StringEncode: Base64 Decode", "command": "base64_decode" },
{ "caption": "StringEncode: Escape regex", "command": "escape_regex" },
{ "caption": "StringEncode: Escape LIKE", "command": "escape_like" },
{ "caption": "StringEncode: Paste Encoded...", "command": "string_encode_paste" },
{ "caption": "StringEncode: HTML Entitize", "command": "html_entitize" },
{ "caption": "StringEncode: HTML Deentitize", "command": "html_deentitize" },
{ "caption": "StringEncode: CSS Escape", "command": "css_escape" },
{ "caption": "StringEncode: CSS Unescape", "command": "css_unescape" },
{ "caption": "StringEncode: XML Entitize", "command": "xml_entitize" },
{ "caption": "StringEncode: XML Deentitize", "command": "xml_deentitize" },
{ "caption": "StringEncode: Safe HTML Entitize", "command": "safe_html_entitize" },
{ "caption": "StringEncode: Safe HTML Deentitize", "command": "safe_html_deentitize" },
{ "caption": "StringEncode: JSON Escape", "command": "json_escape" },
{ "caption": "StringEncode: JSON Unescape", "command": "json_unescape" },
{ "caption": "StringEncode: URL Encode", "command": "url_encode" },
{ "caption": "StringEncode: URL Decode", "command": "url_decode" },
{ "caption": "MD5", "command": "md5_encode" },
{ "caption": "Sha256", "command": "sha256_encode" },
{ "caption": "Sha512", "command": "sha512_encode" },
{ "caption": "StringEncode: Base64 Encode", "command": "base64_encode" },
{ "caption": "StringEncode: Base64 Decode", "command": "base64_decode" },
{ "caption": "StringEncode: Escape regex", "command": "escape_regex" },
{ "caption": "StringEncode: Escape LIKE", "command": "escape_like" },
{ "caption": "StringEncode: Decimal to Hexadecimal", "command": "dec_hex" },
{ "caption": "StringEncode: Hexadecimal to Decimal", "command": "hex_dec" },
{ "caption": "StringEncode: Unicode to Hexadecimal", "command": "unicode_hex" },
Expand Down
75 changes: 44 additions & 31 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@
"children":
[
{
"id": "packages",
"caption": "Packages",
"id": "packages",
"children":
[
{
"caption": "StringEncode",
"children":
[
{ "command": "string_encode_paste", "caption": "Paste Encoded..." },
{ "caption": "Paste Encoded...", "command": "string_encode_paste" },
{ "caption" : "-" },
{ "command": "html_entitize", "caption": "HTML Entitize" },
{ "command": "html_deentitize", "caption": "HTML Deentitize" },
{ "command": "xml_entitize", "caption": "XML Entitize" },
{ "command": "xml_deentitize", "caption": "XML Deentitize" },
{ "command": "safe_html_entitize", "caption": "Safe HTML Entitize" },
{ "command": "safe_html_deentitize", "caption": "Safe HTML Deentitize" },
{ "caption": "HTML Entitize", "command": "html_entitize" },
{ "caption": "HTML Deentitize", "command": "html_deentitize" },
{ "caption": "XML Entitize", "command": "xml_entitize" },
{ "caption": "XML Deentitize", "command": "xml_deentitize" },
{ "caption": "Safe HTML Entitize", "command": "safe_html_entitize" },
{ "caption": "Safe HTML Deentitize", "command": "safe_html_deentitize" },
{ "caption" : "-" },
{ "command": "url_encode", "caption": "URL Encode" },
{ "command": "url_decode", "caption": "URL Decode" },
{ "command": "base64_encode", "caption": "Base64 Encode" },
{ "command": "base64_decode", "caption": "Base64 Decode" },
{ "command": "md5_encode", "caption": "MD5" },
{ "command": "sha256_encode", "caption": "Sha256" },
{ "command": "sha512_encode", "caption": "Sha512" },
{ "caption": "URL Encode", "command": "url_encode" },
{ "caption": "URL Decode", "command": "url_decode" },
{ "caption": "Base64 Encode", "command": "base64_encode" },
{ "caption": "Base64 Decode", "command": "base64_decode" },
{ "caption": "MD5", "command": "md5_encode" },
{ "caption": "Sha256", "command": "sha256_encode" },
{ "caption": "Sha512", "command": "sha512_encode" },
{ "caption" : "-" },
{ "command": "json_escape", "caption": "JSON Escape" },
{ "command": "json_unescape", "caption": "JSON Unescape" },
{ "command": "escape_regex", "caption": "Escape regex" },
{ "command": "escape_like", "caption": "Escape LIKE" },
{ "caption": "JSON Escape", "command": "json_escape" },
{ "caption": "JSON Unescape", "command": "json_unescape" },
{ "caption": "Escape regex", "command": "escape_regex" },
{ "caption": "Escape LIKE", "command": "escape_like" },
{ "caption" : "-" },
{ "command": "dec_hex", "caption": "Decimal to Hexadecimal" },
{ "command": "hex_dec", "caption": "Hexadecimal to Decimal" },
{ "command": "unicode_hex", "caption": "Unicode to Hexadecimal" },
{ "command": "hex_unicode", "caption": "Hexadecimal to Unicode" },
{ "command": "unicode_escape", "caption": "Decode Escaped Unicode" }
{ "caption": "Decimal to Hexadecimal", "command": "dec_hex" },
{ "caption": "Hexadecimal to Decimal", "command": "hex_dec" },
{ "caption": "Unicode to Hexadecimal", "command": "unicode_hex" },
{ "caption": "Hexadecimal to Unicode", "command": "hex_unicode" },
{ "caption": "Decode Escaped Unicode", "command": "unicode_escape" }
]
}
]
Expand Down Expand Up @@ -92,38 +92,52 @@
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/StringEncode/Context.sublime-menu",
"default": "[\n\t$0\n]\n"
}
},
{
"caption": "Main Menu",
"command": "z_edit_settings",
"args":
{
"base_file": "${packages}/StringEncode/Main.sublime-menu",
"default": "[\n\t$0\n]\n"
}
},
{
"caption": "Side Bar Menu",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/StringEncode/Side Bar.sublime-menu",
"default": "[\n\t$0\n]\n"
}
},
{
"caption": "Side Bar Open Files Menu",
"command": "z_edit_settings",
"args":
{
"base_file": "${packages}/StringEncode/Tab Sidebar Context.sublime-menu",
"default": "[\n\t$0\n]\n"
}
},
{
"caption": "Tab Menu",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/StringEncode/Tab Context.sublime-menu",
"default": "[\n\t$0\n]\n"
}
},
{
"caption": "Main Menu",
"caption": "Widget Menu",
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/StringEncode/Main.sublime-menu",
"base_file": "${packages}/StringEncode/Widget Context.sublime-menu",
"default": "[\n\t$0\n]\n"
}
}
Expand All @@ -134,7 +148,6 @@
"command": "z_edit_settings",
"args":
{
"is_parent_setting": "1",
"base_file": "${packages}/StringEncode/Default.sublime-commands",
"default": "[\n\t$0\n]\n"
}
Expand Down

0 comments on commit 6a21b09

Please sign in to comment.