outdent with Shift+Tab in eclipse / Zend Studio

eclipse, shortcut, space, tabs, zend-studio

Solution

Try change Zend Studio tab policy to spaces

Window -> Preferences -> PHP -> Code Style -> Formatter

Problem

I'm using Zend Studio 9 and have a trouble with outdent (Shift+Tab). It works only if left of the begin of the line is a tab: ``` [tab]return array(); ``` but doesn't work for the spaces: ``` [space][space][space][space]return array(); ``` Does someone have a solution for ZS 9 for this problem? Thx

Original source