Releases: johnhidey/hdy.brackets-shell
Releases · johnhidey/hdy.brackets-shell
v0.0.12
v0.0.11
v0.0.10
- BUG: Added feature for being able to specify the shell to use resolves the one outstanding issue with running on the *nix platform
- FEATURE: Updated *nix support for using different shells. The preference 'hdy.brackets-shell.shell is the string path to the shell to be used. On Windows machines this will default to "cmd.exe" and on *nix machines this will default to "/bin/sh". If you wish to you a different shell, say bash, just set this value to something like '/bin/bash'
v0.0.9
- BUGFIX: Replace character with charCode 65533 to avoid showing garbage on command result on Windows (10?)
- DOC: updated readme file with extension options and usage
- BUGFIX: Finally have *nix platforms environment pulling it. I have verified this on a Ubuntu 14 x64 installation. Currently
only support the sh (Bourne) shell.
v0.0.8
v0.0.7
v0.0.6
v0.0.5
- BUGFIX: Change the way the command are actually executed from child_process.exec to
child_process.spawn - BUGFIX: Fixed scrollbar scrolling down beyound visible panel.
- FEATURE: ANSI console color support added ANSI Escape Codes.
Many thanks to Andres Lozada Mosto @alfathenus for adding this - FEATURE: Added setting to support dark theme. (Thanks again to Andres Lozada Mosto @alfathenus)
- FEATURE: Added kill process to title bar of console
v0.0.4
- BUG: Resolved issue when attempting to browse to directory which doesn't
nothing would happen. This now returns an error for display - FEATURE: Color coded all errors that occur in the shell to be a red color.
This will help them stand out and make it easier to identify them