-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Full / complete terminal, console, command line, command prompt features on Sublime Text
A simple output is enough for most languages on Linux Platforms. On linux, what does not work and I notice so far is the terminal drawing as this:
On windows to run the same shell script, I need to launch a separate terminal otherwise is does neither starts:
D:/Cygwin64/bin/mintty.exe -w max -h always -e /bin/bash --login -i -c "sshpass -p password ssh user@machine.com make"
- The problem about running a separate terminal or in SublimeREPL is that is cannot benefit with the feature as the
show_errors_inlineand go to error code lineSublime Textbuilt in features. - This commands are able to run on the open source
Eclipse IDEoutput terminal, including the user input data as passwords Allow for user interaction when running programs in the Build Panel #478.
This would be the expected out put on the Sublime Text output panel for Windows and Linux:
Related threads:
Sublime Text version 3126
Windows && Linux, Unknown relation to Mac OS output panel.
Screenshot from Atom Terminal
evandrocoan, radekmie, REJack, jeffmanthei, Giancarlos and 37 more


