Releases: tonsky/Sublime-Executor
Releases · tonsky/Sublime-Executor
1.5.1
- Trim command name in status bar #7
1.5.0
- Added
executor_show_panel_on_output
option
1.4.1
- Don’t throw if there are no files/no directories #6
1.4.0
- Support colored output
- Better escape sequences filter
1.3.0
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.1
- Added
executor_clear_output
command
1.2.0
- Executions are per-window
1.1.6
- Don’t die if project has non-existing folders
1.1.5
- Allow running any command on top of another one, implicitly killing previous one