Skip to content

Releases: liuhewei/run-app-sublime

Run External Apps

10 Apr 12:05
Compare
Choose a tag to compare

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

02 Apr 13:47
Compare
Choose a tag to compare

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

11 Dec 13:24
Compare
Choose a tag to compare

2015.12.11
Support spaces in app's path

Run Apps

13 Nov 07:53
Compare
Choose a tag to compare

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

04 Dec 13:36
Compare
Choose a tag to compare

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, ...