Releases: liuhewei/run-app-sublime
Releases · liuhewei/run-app-sublime
Run External Apps
2016/4/10:
- Add two arguments: cli and input
- Support customize the input text through input-panel
- Support run CLI app and capture the output to shown in output-panel
Refer to the README for more details.
Run Apps
2016/4/2
- Provide the error message when the application command is not correct
- Add a new argument "async" for capturing running results from CLI apps
Run Apps
2015.12.11
Support spaces in app's path
Run Apps
Add the support of embedded variables:
$FILE$: the file's full path with name
$DIR$: the file's full path without name
$PROJ$: the sublime project's path
Run Apps
Run customized external applications from Sublime Text.
Use Tools->Run Apps->Add Application
to add external tools. Just like what you did in Visual Studio, Eclipse, ...