Skip to content

Releases: tonsky/Sublime-Executor

1.5.1

23 Aug 15:22
Compare
Choose a tag to compare
  • Trim command name in status bar #7

1.5.0

27 Jun 22:55
Compare
Choose a tag to compare
  • Added executor_show_panel_on_output option

1.4.1

06 Feb 15:49
Compare
Choose a tag to compare
  • Don’t throw if there are no files/no directories #6

1.4.0

06 Feb 15:48
Compare
Choose a tag to compare
  • Support colored output
  • Better escape sequences filter

1.3.0

28 Dec 20:02
Compare
Choose a tag to compare

Ability to redirect output to a view.

New settings:

  • executor_output_view
  • executor_reuse_output_view
  • executor_bottom_group_ratio

New commands:

  • executor_toggle_bottom_group

Fixed:

  • executor_file_regex
  • executor_base_dir
  • executor_line_regex
  • executor_word_wrap

1.2.2

30 Nov 19:48
Compare
Choose a tag to compare
  • fixed exceptions

1.2.1

30 Nov 18:54
Compare
Choose a tag to compare
  • Added executor_clear_output command

1.2.0

30 Nov 17:07
Compare
Choose a tag to compare
  • Executions are per-window

1.1.6

30 Nov 17:06
Compare
Choose a tag to compare
  • Don’t die if project has non-existing folders

1.1.5

19 Aug 17:08
Compare
Choose a tag to compare
  • Allow running any command on top of another one, implicitly killing previous one