JsonHunt / save-commands

Assign parametrized shell commands to file globs to be automatically run whenever the file is saved
MIT License
20 stars 11 forks source link

Unable to resize or close pane #45

Closed jeffmagill closed 1 year ago

jeffmagill commented 6 years ago

Once the output pane is opened, I am unable to resize or close it. It takes up about 25% of my screen real estate so this a poor experience for me. When I resize the Atom window, the output pane remains the same size and the text editor shrinks. That basically means I can only work in Atom full sized.

Please consider granting the ability to resize and close that pane. I think this means converting it to a Panel. I briefly looked into this and since I dont know the API at all, I dont have the time to figure this out myself.

https://atom.io/docs/api/v1.0.0/Panel

jeffmagill commented 6 years ago

I realized that Esc will close the window as a workaround. I still think this should have a more configurable user experience. I dont need the window to be so big. I dont necessarily want it to pop up every time I save (I hit Cmd + S quite a bit) It would be nice to change the position.

Mario-Duarte commented 6 years ago

This seams to be the only package that runs commands on save for wind and mac, have used other but only work on mac the downside of this one is like you said, can't resize the output pane or even close it...Thanks for the tip on the ESC key.

Would be really cool if this was an actual panel...i might look into doing this