Skip to content

Full/complete terminal features on Sublime Text #1468

@evandrocoan

Description

@evandrocoan

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:

current

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_inline and go to error code line Sublime Text built in features.
  • This commands are able to run on the open source Eclipse IDE output 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:

expected

Related threads:

  1. Allow for user interaction when running programs in the Build Panel #478

Sublime Text version 3126
Windows && Linux, Unknown relation to Mac OS output panel.

Screenshot from Atom Terminal

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions