noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Button text #461

Closed danqing closed 7 years ago

danqing commented 7 years ago

This is a fantastic package! Thank you for it!!

There are 3 buttons on the right of the top bar: a lightening bolt, a trash can and a close. I'm not entirely sure what they are for, and the tooltip often doesn't show up somehow. Also is there a button to abort the build? The close button seems to only close the pane?

Thank you!

noseglid commented 7 years ago

The buttons are

You can press escape to abort the build (by default, SIGINT will be sent. Pressing escape a second time will send SIGTERM, and a third time will send SIGKILL which guarantees process termination. Read more in the README about killSignals.

danqing commented 7 years ago

Hi @noseglid thanks for the reply! I know what they mean and I know that there are shortcuts. However, I'm hoping for some more clarity directly from the buttons so that it's a more intuitive UI. Do you think that makes sense?

noseglid commented 7 years ago

I see. Perhaps some better icons or a tooltip. Added button for stopping the build would also make sense. I accept PRs.