| Summary: | Formatter (tab policy) is ignored | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | xerxes |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kalin.a, remy.suen, zhaozhongwei |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
Please open bugs with the PHP editor with the PDT team. I am going to assume you are using PDT and not PHPEclipse. No, I'm using PHPEclipse SR2. I've tested the same thing in SR1 and the first release. Only the first release doesn't have this bug. (In reply to comment #2) > No, I'm using PHPEclipse SR2. Then you should open a bug with the PHPEclipse people. http://www.phpeclipse.com/ not pdt's bug;) I close it as invalid following Zhao's comment. |
Build Identifier: 20110218-0911 I've set tab policy to 'spaces', but in some cases hitting the 'tab' key makes 'tap' indentation (not 'space'). There's the source: $thumb = new sfThumbnail( 500, 500, false, false, 100, 'sfImageMagickAdapter', array( 'method' => 'shave_all' ) ); There are only spaces for now. But if you create a new line after 'method' line and press 'Tab', the identation will tab but not spaces. Reproducible: Always Steps to Reproduce: 1. Window->Preferences->PHP->Formatter->Tab policy = 'Spaces' 2. There's the source: $thumb = new sfThumbnail( 500, 500, false, false, 100, 'sfImageMagickAdapter', array( 'method' => 'shave_all' ) ); 3. Create a new line after 'method' line and press 'Tab', the identation will be tab but not spaces.