> I want to know how can I use the phpcb.exe(php code beatifier) as well
> as editplus work with phpcb.exe.
> I specify the build menu item as below:
You can either find an option in phpcb to change the file in place
rather than writing it to standard output or use a script or command
line to do that. To have the file automatically reload in the editor,
it is easier to use a numbered command command.number.<filepattern>
and the command.is.filter.<number>.<filepattern> option. Here is a
similar type of command for C++:
command.name.0.$(file.patterns.cpp)=Indent
command.0.$(file.patterns.cpp)=astyle -tapOK -M8 $(FileNameExt)
command.is.filter.0.$(file.patterns.cpp)=1
Neil