mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
[
|
|
{
|
|
"caption": "SublimeREPL: Python",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_python",
|
|
"file": "config/Python/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Python - PDB current file",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_python_pdb",
|
|
"file": "config/Python/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Python - RUN current file",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_python_run",
|
|
"file": "config/Python/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"command": "python_virtualenv_repl",
|
|
"caption": "SublimeREPL: Python - virtualenv"
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Python - IPython",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_python_ipython",
|
|
"file": "config/Python/Main.sublime-menu"
|
|
}
|
|
}
|
|
]
|