Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.
2007-02-15 - Version 1.0.1
- Fixed incorrect handling of options issue
2007-02-15 - Version 1.0
- Linux ready
2003-09-18 - Version 0.8
- Bug #1859: Format of method reference wrong
- Bug #1943: skip formatting
- Bug #1329: no need to use 'cbo' prefix in user interface
- Bug #1387: Having added a new Profile Code beautifier refuses to run at all
- Bug #1342: indenting does wrong with if ($$...)
- Bug #1391: Required library was not found: rtl60.bpl
- Bug #1397: Loop on configuration request
- Bug #1737: Bug link
- Bug #1395: CTRL+D in PHPEdit doubles new lines
- Bug #1336: The place of the braces
- Bug #1736: If inside Switch not well beautified
- Bug #1363: XML tag badly handled
- Bug #1360: option to only rewrite PHPDoc's comment
2003-01-07 - Version 0.7.7
+ #1062 Added cboRewriteOnlyDocumentationComment option in the code beautifier.
+ Added cboOneTrueBrace in the code beautifier
- Fixed bug #1054: If /Else indentation
- Fixed bug #1054: do {} while is not correct indented
- Fixed bug #971: PHP Interpreter line command modified
2002-12-26 - Version 0.7.6
- Fixed bug #1146: Tick `` code is removed.
2002-12-02 - Version 0.7.5
- Fixed bug #1105: Command line exe (phpcb.exe) does not support --optimize-eol
2002-11-03 - Version 0.7.4
- Fixed problem with if inside switchs
2002-10-01 - Version 0.7.3
+ 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)
2002-09-14 - Version 0.7.2
+ Added support for multiple configuration files.
- Fixed bug #744
- Fixed bug #741
- Fixed bug #740
- Fixed bug #742
- Fixed bug #626
2002-09-13
+ Added file format support.
~ The progress bar is now hidden when the code beautifier is inactive.
2002-08-04 - Version 0.7.1
+ Added the ability to drop files to open them.
+ Added scrolling synchronization between both Before & After form.