welovewordpress / SublimeHtmlTidy

Tidy, clean and prettify your HTML code with this plugin for Sublime Text 2
GNU General Public License v2.0
88 stars 15 forks source link

Added error handling and fiddled with the settings. #12

Closed fitnr closed 12 years ago

fitnr commented 12 years ago

Errors now don't change the doc, and the message opens in a new window. Warnings show in the command line.

Added the quiet option, which I left out accidentally. Made quiet=yes default, to suppress the 'Welcome to Tidy, join the W3C' message.

Fixed a bug in windows path handling. Now uses os.path.normpath() to keep the slashes and backslashes straight.