olmokramer / atom-stylus-autocompile

Compile .styl files on save in Atom
MIT License
5 stars 4 forks source link

Annoying compilation success message #9

Closed pasqLisena closed 8 years ago

pasqLisena commented 8 years ago

I find a little annoying the green success message that appears on top right every time I save the file. I'm not the only one (this project has a fork in which the messages are removed).

I think we can keep the error messages as they are, while have a small flag on the bottom of the screen as in jade-autocompile (see screenshot).

image

ghost commented 8 years ago

same here

olmokramer commented 8 years ago

Yeah I agree, the messages are quite annoying. I'll see what I can do (probably just copy some stuff from the package you mentioned :p)

olmokramer commented 8 years ago

I just published a new version that removes the annoying messages. It has a message in the status bar similar to jade-autocompile that shows the number of output files and the number of errors.

stylus-autocompile-status-bar-message

You can click on it to show the list of output files in a notification in the upper right corner.

stylus-autocompile-output-notification

The error messages are still the same.

Let me know what you think! :)

ghost commented 8 years ago

Awesome. Can you make the same at your other project atom-coffee-autocompile?

pasqLisena commented 8 years ago

This is a very good solution, elegant and practical. Thank you very much :smile:

olmokramer commented 8 years ago

@rvr-psychonaut I've just updated coffee-autocompile to use the same messages :)