wee-php-beautifier.tmbundle
wee-php-beautifier.tmbundle copied to clipboard
Error:: HTMLFormatter.inc missing
Just tried the Wee PHP Beautifier Bundle and got this error:
Warning: include_once(HTMLFormatter.inc): failed to open stream: No such file or directory in /Users/jasper/Library/Application Support/TextMate/Bundles/phpbeautifier.tmbundle/Support/lib/PhpBeautifier.inc on line 130
I do not seem to have this file nor is it located in this repo. A similar issue was mentioned here https://github.com/pyrat/wee-php-beautifier.tmbundle/issues/1 , but no answer was given for this error popping up when there is HTML and PHP mixed. Any solution for this?
Bump. HTMLFormatter.inc is required, but not included in this package. Where is it?
Looks like there's actually most of the PHP beautifier library is missing: http://code.google.com/p/codefaster/source/browse/trunk/include/?r=161
This requirement should probably be noted in the README