purduesigbots / pros-atom

Main plugin for supporting PROS development in Atom
http://atom.io/packages/pros
Mozilla Public License 2.0
11 stars 9 forks source link

T167 Add interactivity to atom's terminal/T158 Open connection to Cortex #12

Closed HotelCalifornia closed 7 years ago

HotelCalifornia commented 7 years ago

The terminal now has a text box that will accept input and run it as a shell command when the user presses enter. The user can also traverse their command history by using the up/down arrow keys.

Added a new command that allows users to view Cortex output in the terminal as long as the Cortex is connected over serial (wrapper for pros terminal).

Also added a method to kill commands by sending a SIGINT to the threads running them. (related)