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

Add menu commands #26

Open GregPriceDev opened 8 years ago

GregPriceDev commented 8 years ago

Thanks for forking and fixing/improving! Hopefully terminal plus guy will come back or your can inherit his repo & continue development.

Enhancement Request:

  1. Add "toggle fullscreen" as menu command. There is an existing pr from @iammarkoradak for terminal-plus: https://github.com/jeremyramin/terminal-plus/pull/229
  2. Add "send terminal to tab" as menu command

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

ivankravets commented 8 years ago

Thank you, @WebAppNut . I've just asked @iammarkoradak to make PR to this repo https://github.com/jeremyramin/terminal-plus/pull/229#issuecomment-219208219

markoradak commented 8 years ago

Just submitted PR for first request.

GregPriceDev commented 8 years ago

Thanks @ivankravets & @markoradak!

Here's the keybinding I'm using for now if anyone else is curious:

'.platform-darwin` .platformio-ide-terminal .terminal':
 'ctrl-1':           'platformio-ide-terminal:fullscreen'
ivankravets commented 8 years ago

The toggle fullscreen is implemented in the latest release