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 131190

Summary: Settings from Tools>Options>Editor>Indentation are ignored (?)
Product: editor Reporter: Petr Dvorak <joshis>
Component: Formatting & IndentationAssignee: issues@editor <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Dvorak 2008-03-26 15:40:01 UTC
Product Version: NetBeans IDE Dev (Build 200803250006)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.24-12-generic running on i386; UTF-8; en_US (nb)

(tested also on WinXP + build 200803251204)

1. Open some Java project and some file. Go to Tools>Options>Editor>Indentation.
2. Check "Expand Tab to Spaces" checkbox
3. Set "Number of Spaces per Indent" to 5
4. Set "Tab size" to 10
5. Confirm the dialog

6. Reopen the Tools>Options>Editor>Indentation

-> Checkbox is unchecked immediately after the dialog appears
-> Number of Spaces per Indent is set back to 4 immediately after the dialog appears
-> Tab size is set to 10 (which IS the value specified before)
Comment 1 Max Sauer 2008-03-27 09:51:34 UTC
This should be already fixed.

*** This issue has been marked as a duplicate of 130644 ***
Comment 2 Petr Dvorak 2008-04-01 12:26:50 UTC
VERIFIED