Skip to content

Releases: tonsky/Sublime-Executor

1.6.0

06 Apr 21:54

Choose a tag to compare

  • Use color scheme to display all ANSI terminal colors for fg & bg
  • Added executor_show_panel command

1.5.2

17 Nov 16:14

Choose a tag to compare

  • Fixed result_file_regex & result_line_regex
  • Clear annotations on executor_clear_output
  • Put 0.2 sec limit on find_executables

1.5.1

23 Aug 15:22

Choose a tag to compare

  • Trim command name in status bar #7

1.5.0

27 Jun 22:55

Choose a tag to compare

  • Added executor_show_panel_on_output option

1.4.1

06 Feb 15:49

Choose a tag to compare

  • Don’t throw if there are no files/no directories #6

1.4.0

06 Feb 15:48

Choose a tag to compare

  • Support colored output
  • Better escape sequences filter

1.3.0

28 Dec 20:02

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

Choose a tag to compare

  • fixed exceptions

1.2.1

30 Nov 18:54

Choose a tag to compare

  • Added executor_clear_output command

1.2.0

30 Nov 17:07

Choose a tag to compare

  • Executions are per-window