phpCodeBeautifier Changelog

What's new in phpCodeBeautifier 1.0.1

Jun 7, 2013
  • Fixed incorrect handling of options issue

New in phpCodeBeautifier 0.7.7 (Jun 7, 2013)

  • Added cboRewriteOnlyDocumentationComment option in the code beautifier.
  • Added cboOneTrueBrace in the code beautifier
  • Fixed bug: If /Else indentation
  • Fixed bug: do {} while is not correct indented
  • Fixed bug: PHP Interpreter line command modified

New in phpCodeBeautifier 0.7.6 (Jun 7, 2013)

  • Fixed bug: Tick `` code is removed

New in phpCodeBeautifier 0.7.5 (Jun 7, 2013)

  • Fixed bug: Command line exe (phpcb.exe) does not support --optimize-eol

New in phpCodeBeautifier 0.7.4 (Jun 7, 2013)

  • Fixed problem with if inside switches

New in phpCodeBeautifier 0.7.3 (Jun 7, 2013)

  • Added --glue-arrow option to strip spaces bfore and after -> (or to add one if option is not available)
  • Added --remove-comments option to remove all comments from the processed file.
  • Added --optimize-eol which strip all useless lines (>1 consecutive line end is changed into a single EOL)

New in phpCodeBeautifier 0.7.2 (Jun 7, 2013)

  • Added support for multiple configuration files.
  • Added file format support.
  • The progress bar is now hidden when the code beautifier is inactive.

New in phpCodeBeautifier 0.7.1 (Jun 7, 2013)

  • Added the ability to drop files to open them.
  • Added scrolling synchronization between both Before & After form.