platformio / platformio-atom-ide-terminal

A terminal package for Atom, complete with themes, API and more for PlatformIO IDE
https://atom.io/packages/platformio-ide-terminal
MIT License
614 stars 162 forks source link

Retain Some Terminal when Atom is closed? #704

Open susautw opened 5 years ago

susautw commented 5 years ago

Retain some terminal when closed Atom,and open it on launch Atom. (Color ,Name)

the-j0k3r commented 5 years ago

@susautw! Thank you for reaching out to us with this question. Or is it a feature request... Its unclear.

If its a question, the answer is no.

if its a feature request, this project now relies solely on community contributed fixes, features and other additions, meaning its the users, like you/me/others that now must develop the plugin if they want x,y,z implemented/fixed or done.

Thank you in advance for understanding.

Fell free to Submit a PR or clarify what you want exactly, help others to help you better.

susautw commented 5 years ago

@the-j0k3r yeah,It is a feature request. I will try , if time allow.

the-j0k3r commented 5 years ago

Im not sure you can keep the platformio-ide-terminal open once you closed Atom, especially since this terminal needs Atom to be visible as its rendered inside.

There is an internal setting to keep terminal open When closing Atom, Try that.

Capture

You wont Get any terminals from inside Atom because its closed, and platformio-ide-terminal requires Atom to display the terminal.

If anyone knows a way to this, please submit a PR.

thanks