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 189557

Summary: Turn on new view hierarchy (supporting line wrapping and non-printable chars showing)
Product: editor Reporter: Miloslav Metelka <mmetelka>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Miloslav Metelka 2010-08-16 14:31:37 UTC
The line wrapping mode can be controlled by Tools->Options->Editor->Formatting->Line Wrap and it's "Off" by default.
Also the non-printable characters visibility can be set by menu View->Show Non-printable Characters.

If there is any serious error encountered the old view hierarchy can still be used by adding the following into netbeans.conf:

-J-Dorg.netbeans.editor.linewrap=false
Comment 1 Quality Engineering 2010-08-17 03:16:41 UTC
Integrated into 'main-golden', will be available in build *201008170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ce3fdc2a824f
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #189557 - Turn on new view hierarchy (supporting line wrapping and non-printable chars showing).
Comment 2 victor.nettoyeur 2010-11-02 10:43:53 UTC
I think this has been fixed some time ago, right?