I’m currently writing php-code in Eclipse 3.02 and a tiny but irritating bug/feature has popped up. When I change line after an opening curly brace { the marker always jumps to column 1, forcing me to manually tab to get the correct indentation. I have only experienced this whith opening curly braces. If I don’t use open braces (i.e. press enter after else, for or closed curly brace }) it indents correctly. Is this a known error and is it solvable?
I’m currently writing php-code in Eclipse 3.02 and a tiny but irritating bug/feature has
Share
Make sure you got Statements within block selected (and all other situations you want automatic indentation).