Searched in settings but never found. Can Zend Studio for Eclipse to do automatic indentation when you open a new block? Very used to this in the previous editor. Example:
if (true)
{
....return;
}
After entering the opening brace and pressing enter, the cursor moves to the next line, the editor automatically puts a closing parenthesis line below. After that you have to press tab to make the obvious indentation (before the return statement in the example). Can I configure the Studio so that the indent is also set automatically?