Can anyone help.
I am trying to run the command line version of phpCB on a win2k platform. I can run it fine through the shell (dos cmd) directly, but when I try to use the customisation feature in phpED it will not let me add the PEAR 50 and 4 options.
"C:\Program Files\CODE Beautifier\phpCB" -space-after-if -space-after-switch -space-before-start-angle-bracket -space-after-end-angle-bracket -one-true-brace-function-declaration -glue-amperscore -change-shell-comment-to-double-slashes-comment -force-large-php-code-tag -force-true-false-null-contant-lowercase -align-equal-statements -comment-rendering-style PEAR -equal-align-position 50 -padding-char-count 4 @FName@
when I run the command through phpED customisation I get the following error in the top of my script:
An option ("-comment-rendering-style") has been found, but no handler has been defined for it.
An option ("PEAR") has been found, but no handler has been defined for it.
An option ("-equal-align-position") has been found, but no handler has been defined for it.
An option ("50") has been found, but no handler has been defined for it.
An option ("-padding-char-count") has been found, but no handler has been defined for it.
An option ("4") has been found, but no handler has been defined for it.
Does anyone know the correct format to enter the options through phpED customisation?????