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 184648

Summary: Turn off new view hierarchy in trunk and NB6.9
Product: editor Reporter: Miloslav Metelka <mmetelka>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: normal CC: err
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Miloslav Metelka 2010-04-21 15:20:59 UTC
We decided to turn off the new view hierarchy (Line Wrap) by default in trunk and also in to-be-created branch for NB6.9 FCS. Unfortunately we are unable to complete all the necessary fixes into NB6.9.

 Once we fix the main problems we will turn it back on by default. If anyone would want to use the new view hierarchy explicitly it may be done by adding
  -J-Dorg.netbeans.editor.linewrap=true
into netbeans.conf.
Comment 1 Miloslav Metelka 2010-04-21 15:43:44 UTC
http://hg.netbeans.org/jet-main/rev/41eff50f2cd1
Comment 2 err 2010-04-21 15:52:51 UTC
(I'm getting to really like ":set [no]wrap")

> Once we fix the main problems we will turn it back on by default

Does that refer to trunk and its unlikely ever for 6.9? Maybe a 6.9 patch?
Comment 3 Miloslav Metelka 2010-04-22 08:14:55 UTC
Yes, it refers to trunk, once we reach a stable state we will enable the new view hierarchy again in the trunk so I can imagine if there would be 6.9.1 it could be enabled in it by default.
Comment 4 Quality Engineering 2010-04-23 04:31:03 UTC
Integrated into 'main-golden', will be available in build *201004230200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/41eff50f2cd1
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #184648 - Turn off new view hierarchy in trunk and NB6.9.