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 64269 - Indentation changes in new Options dialog have no effect
Summary: Indentation changes in new Options dialog have no effect
Status: VERIFIED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 18:36 UTC by Roman Strobl
Modified: 2007-11-05 13:40 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 Roman Strobl 2005-09-13 18:36:48 UTC
[NetBeans 200509122200; WinXP; JDK 1.5.0_04]

Issue Summary:
--------------
Indentation changes done in new Options dialog are not propagated to editor.
Marking as beta stopper, because this is basic functionality of Options.

Steps to Reproduce:
-------------------
1. Open a java class in editor.
2. Open new Options dialog.
3. Go to Editor | Indentation.
4. Change all of the parameters in this tab.
5. Click OK to close Options dialog.
-> No changes are visible in java class opened in editor.
Comment 1 Jan Jancura 2005-09-14 07:24:43 UTC
As designed (and its the same like old identation options).

Identation options are applied to new code only. Code is not reformatted
automatically, when you change them. You can use reformat action (in pop-up
menu) for such purpose.
Comment 2 Roman Strobl 2005-10-26 14:25:18 UTC
Verified.