wee-php-beautifier.tmbundle icon indicating copy to clipboard operation
wee-php-beautifier.tmbundle copied to clipboard

Error:: HTMLFormatter.inc missing

Open jasperf opened this issue 12 years ago • 2 comments

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?

jasperf avatar Jan 23 '13 03:01 jasperf

Bump. HTMLFormatter.inc is required, but not included in this package. Where is it?

aaronbauman avatar Feb 21 '13 18:02 aaronbauman

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

aaronbauman avatar Feb 21 '13 18:02 aaronbauman