bblanchon / SublimeText-HighlightBuildErrors

👻 A plugin for Sublime Text 3 that highlights the lines that caused errors in the build
https://sublime.wbond.net/packages/Highlight%20Build%20Errors
MIT License
12 stars 7 forks source link

Configurable popups, fixes #16 #19

Closed msjyoo closed 8 years ago

msjyoo commented 8 years ago

Hello!

I've implemented a bunch of options to make popups configuable and more user friendly. This also fixes the issue of popup texts being too cramped when they are long.

I've also changed the indenting of the settings file to four spaces, since that's what all the other plugins seem to use (including ST3 itself).

Please code review and merge. Thanks!

msjyoo commented 8 years ago

Maybe a command to toggle the popup message truncation like https://github.com/bblanchon/SublimeText-HighlightBuildErrors/commit/75e29a1e0f651e94412a5249f471be85c274fce6? But I don't think it's necessary.

bblanchon commented 8 years ago

Sorry for the long delay. I gave you push access to the repository, but if you prefer pull-request, we can continue this way.

Thanks again Michael!

msjyoo commented 8 years ago

@bblanchon Thanks!