Skip to content

Commit

Permalink
Change package-settings menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
zam1024t committed Aug 11, 2017
1 parent 86b305e commit 35e9cd8
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 108 deletions.
54 changes: 27 additions & 27 deletions .menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" },
{
"id": "locales",
Expand Down Expand Up @@ -38,33 +65,6 @@
{ "caption": "-" }
]
},
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" }
]
}
Expand Down
54 changes: 27 additions & 27 deletions locale/ru/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" },
{
"id": "locales",
Expand Down Expand Up @@ -38,33 +65,6 @@
{ "caption": "-" }
]
},
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" }
]
}
Expand Down
54 changes: 27 additions & 27 deletions locale/zh_CN/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" },
{
"id": "locales",
Expand Down Expand Up @@ -38,33 +65,6 @@
{ "caption": "-" }
]
},
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" }
]
}
Expand Down
54 changes: 27 additions & 27 deletions locale/zh_TW/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" },
{
"id": "locales",
Expand Down Expand Up @@ -38,33 +65,6 @@
{ "caption": "-" }
]
},
{
"id": "package-settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" }
]
}
Expand Down

0 comments on commit 35e9cd8

Please sign in to comment.