mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
71 lines
2.7 KiB
Plaintext
71 lines
2.7 KiB
Plaintext
[
|
||
{
|
||
"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": "-" }
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|