Просмотр файла ChangeLog.txt

Размер файла: 3.16Kb
2003-09-18 - Version 0.8

  - Bug #1859: Format of method reference wrong - http://community.phpedit.net/login2.jsp?req_id=1859
  - Bug #1943: skip formatting - http://community.phpedit.net/login2.jsp?req_id=1943
  - Bug #1329: no need to use 'cbo' prefix in user interface - http://community.phpedit.net/login2.jsp?req_id=1329
  - Bug #1387: Having added a new Profile Code beautifier refuses to run at all - http://community.phpedit.net/login2.jsp?req_id=1387
  - Bug #1342: indenting does wrong with if ($$...) - http://community.phpedit.net/login2.jsp?req_id=1342
  - Bug #1391: Required library was not found: rtl60.bpl - http://community.phpedit.net/login2.jsp?req_id=1391
  - Bug #1397: Loop on configuration request - http://community.phpedit.net/login2.jsp?req_id=1397
  - Bug #1737: Bug link - http://community.phpedit.net/login2.jsp?req_id=1737
  - Bug #1395: CTRL+D in PHPEdit doubles new lines - http://community.phpedit.net/login2.jsp?req_id=1395
  - Bug #1336: The place of the braces - http://community.phpedit.net/login2.jsp?req_id=1336
  - Bug #1736: If inside Switch not well beautified - http://community.phpedit.net/login2.jsp?req_id=1736
  - Bug #1363: XML tag badly handled - http://community.phpedit.net/login2.jsp?req_id=1363
  - Bug #1360: option to only rewrite PHPDoc's comment - http://community.phpedit.net/login2.jsp?req_id=1360
  
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.
    http://bugs.phpedit.net/view_bug_advanced_page.php?f_id=0001146

2002-12-02 - Version 0.7.5

  - Fixed bug #1105: Command line exe (phpcb.exe) does not support 
    --optimize-eol - http://bugs.phpedit.net/view_bug_advanced_page.php?f_id=0001105

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: http://bugs.phpedit.net/view_bug_page.php?f_id=0000744
  - Fixed bug #741: http://bugs.phpedit.net/view_bug_page.php?f_id=0000741
  - Fixed bug #740: http://bugs.phpedit.net/view_bug_page.php?f_id=0000740
  - Fixed bug #742: http://bugs.phpedit.net/view_bug_page.php?f_id=0000742
  - Fixed bug #626: http://bugs.phpedit.net/view_bug_page.php?f_id=0000626

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.

Missing ChangeLog items before that...