Commit 9f78072d authored by Hewei Liu's avatar Hewei Liu

Add "Run Apps" for inovoking external tools from ST

It's a typical feature in IDEs such as Visual studio, Eclipse, ... Usually called "External Tools".

Very simple implementation: user can add customized applications, and then the commands will appear in command pallete which is very easy to invoke through "ctrl+shift+p".
parent 0bfe3049
...@@ -1177,6 +1177,16 @@ ...@@ -1177,6 +1177,16 @@
} }
] ]
}, },
{
"name": "Run Apps",
"details": "https://github.com/liuhewei/run-app-sublime",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/liuhewei/run-app-sublime/tags"
}
]
},
{ {
"details": "https://github.com/qfel/RunCommand", "details": "https://github.com/qfel/RunCommand",
"releases": [ "releases": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment