deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Better successful build message #89

Open kommen opened 8 years ago

kommen commented 8 years ago

When my build code compiles without errors I see the following message at the top:

=== Successfully generated /dev/null ===
[Finished in 0.4s]

I know this reason for this. But would it be possible to replace the generated /dev/null to something simpler? I think that the /dev/null build output should be an implementation detail of which the user should not be concerned with.

deadfoxygrandpa commented 8 years ago

I agree that this would be nicer. I'll try to get something in the next version.

msjyoo commented 8 years ago

An even better option would be to use a plugin like this one https://packagecontrol.io/packages/Better%20Build%20System to hide the panel on successful builds.