This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 135409

Summary: PHP editor ignores the margin & tab size settings
Product: editor Reporter: carentrica <carentrica>
Component: SettingsAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: vstejskal
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 90403    
Bug Blocks:    

Description carentrica 2008-05-20 11:21:23 UTC
The right margin indicator is not shown in the correct position. It is in column 80 although my setting 100.

The Tab key only tabs 2 spaces, not 4 as I've set it.

Both of the above work OK in a Java project.

Shift-Tab homes the cursor instead of deleting tabs.

NetBeans info:
Product Version: NetBeans IDE Dev (Build 20080520075433)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Comment 1 Tomasz Slota 2008-05-30 11:30:47 UTC
I spoke to vstejskal and it seems to be a known issue with GSF settings. Reassigning to editor/settings on his advice
Comment 2 Vitezslav Stejskal 2008-06-24 19:03:51 UTC
Seems to be working fine in a dev build.
Comment 3 carentrica 2008-06-24 20:58:35 UTC
Yes, I agree. But I haven't received any prior notification of a fix.
Comment 4 Vitezslav Stejskal 2008-06-25 08:18:33 UTC
I'm sorry for that, but it's because the problem was caused by design limitations of the old settings infrastructure,
which was removed as part of fixing #90403. After that some things magically improved for all GSF based languages like
PHP for example.
Comment 5 carentrica 2008-06-25 09:18:10 UTC
It's not really an issue, it's just that I would have responded sooner if I had known.

Anyway, I can verify that it's fixed. Thanks.