I use Eclipse Helios with PHPEclipse, which works fine, but I can not get the format (Ctrl-Shift-F) to work with the selected code. He seems to be doing nothing. Does anyone know if there is a way to edit the settings (i.e. import / export formatting options, for example in Eclipse Java) for PHPEclipse?
Basically, my problem is that it doesn't even do anything reasonable. If I have:
class SomeClass {
function myFunc() {
if (isEnabled()
)
{
}
}
}
It will not move the brackets to the correct indent. If it were possible, I would be happy. :)
jwir3 source
share