mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
backing up sublime settings
This commit is contained in:
70
Packages/SublimeREPL/Main.sublime-menu
Normal file
70
Packages/SublimeREPL/Main.sublime-menu
Normal file
@@ -0,0 +1,70 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"caption": "Eval in REPL",
|
||||
"children":
|
||||
[
|
||||
{"caption": "Selection", "command": "repl_transfer_current", "args": {"scope": "selection"}},
|
||||
{"caption": "File", "command": "repl_transfer_current", "args": {"scope": "file"}},
|
||||
{"caption": "Lines", "command": "repl_transfer_current", "args": {"scope": "lines"}},
|
||||
{"caption": "Block", "command": "repl_transfer_current", "args": {"scope": "block"}}
|
||||
]},
|
||||
{"caption": "Transfer to REPL",
|
||||
"children":
|
||||
[
|
||||
{"caption": "Selection", "command": "repl_transfer_current", "args": {"scope": "selection", "action":"view_write"}},
|
||||
{"caption": "File", "command": "repl_transfer_current", "args": {"scope": "file", "action":"view_write"}},
|
||||
{"caption": "Lines", "command": "repl_transfer_current", "args": {"scope": "lines", "action":"view_write"}},
|
||||
{"caption": "Block", "command": "repl_transfer_current", "args": {"scope": "block", "action":"view_write"}}
|
||||
]
|
||||
},
|
||||
{ "caption": "-" }
|
||||
]
|
||||
}]
|
||||
},
|
||||
|
||||
{
|
||||
"caption": "Preferences",
|
||||
"mnemonic": "n",
|
||||
"id": "preferences",
|
||||
"children":
|
||||
[
|
||||
{
|
||||
"caption": "Package Settings",
|
||||
"mnemonic": "P",
|
||||
"id": "package-settings",
|
||||
"children":
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{
|
||||
"command": "open_file", "args":
|
||||
{
|
||||
"file": "${packages}/SublimeREPL/SublimeREPL.sublime-settings"
|
||||
},
|
||||
"caption": "Settings – Default"
|
||||
},
|
||||
{
|
||||
"command": "open_file", "args":
|
||||
{
|
||||
"file": "${packages}/User/SublimeREPL.sublime-settings"
|
||||
},
|
||||
"caption": "Settings – User"
|
||||
},
|
||||
{ "caption": "-" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user