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 - Settings from Tools>Options>Editor>Indentation are ignored (?)
Summary: Settings from Tools>Options>Editor>Indentation are ignored (?)
Status: VERIFIED DUPLICATE of bug 130644
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 15:40 UTC by Petr Dvorak
Modified: 2008-04-01 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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