[
|
|
{
|
|
"id": "project",
|
|
"children":
|
|
[
|
|
{ "caption": "-" },
|
|
{
|
|
"caption": "Project Manager",
|
|
"id": "project_manager",
|
|
"children":
|
|
[
|
|
{
|
|
"caption": "Project Manager",
|
|
"command": "project_manager"
|
|
},
|
|
{ "caption": "-" },
|
|
{
|
|
"caption": "Add New Project",
|
|
"command": "project_manager", "args": {"action": "add_project"}
|
|
},
|
|
{
|
|
"caption": "Import *.sublime-project File",
|
|
"command": "project_manager", "args": {"action": "import_sublime_project"}
|
|
},
|
|
{
|
|
"caption": "Open Project",
|
|
"command": "project_manager", "args": {"action": "switch"}
|
|
},
|
|
{
|
|
"caption": "Open Project in New Window",
|
|
"command": "project_manager", "args": {"action": "new"}
|
|
},
|
|
{
|
|
"caption": "Append Project",
|
|
"command": "project_manager", "args": {"action": "append"}
|
|
},
|
|
{
|
|
"caption": "Remove Project",
|
|
"command": "project_manager", "args": {"action": "remove"}
|
|
},
|
|
{
|
|
"caption": "Edit Project",
|
|
"command": "project_manager", "args": {"action": "edit"}
|
|
},
|
|
{
|
|
"caption": "Rename Project",
|
|
"command": "project_manager", "args": {"action": "rename"}
|
|
},
|
|
{
|
|
"caption": "Clear Recent Projects",
|
|
"command": "project_manager", "args": {"action": "clear_recent_projects"}
|
|
},
|
|
{
|
|
"caption": "Remove Dead Projects",
|
|
"command": "project_manager", "args": {"action": "remove_dead_projects"}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "preferences",
|
|
"children":
|
|
[
|
|
{
|
|
"id": "package-settings",
|
|
"children":
|
|
[
|
|
{
|
|
"caption": "Project Manager",
|
|
"children":
|
|
[
|
|
{
|
|
"caption": "Documentation",
|
|
"children":
|
|
[
|
|
{
|
|
"caption": "Readme",
|
|
"command": "pm_readme"
|
|
},
|
|
{
|
|
"caption": "Changelog",
|
|
"command": "pm_changelog"
|
|
}
|
|
]
|
|
},
|
|
{ "caption": "-" },
|
|
{
|
|
"caption": "Settings",
|
|
"command": "edit_settings",
|
|
"args":
|
|
{
|
|
"base_file": "${packages}/ProjectManager/settings/project_manager.sublime-settings",
|
|
"default": "{\n\t$0\n}\n"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Key Bindings",
|
|
"command": "edit_settings",
|
|
"args":
|
|
{
|
|
"base_file": "${packages}/ProjectManager/input-maps/Default (${platform}).sublime-keymap",
|
|
"default": "[\n\t$0\n]\n"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|