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 84187

Summary: The choice of the view (tree vs columns) should be persisted
Product: xml Reporter: Jiri Kopsa <jkopsa>
Component: Schema ToolsAssignee: Nathan Fiedler <nlfiedler>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://xdesign-tools.czech.sun.com/usability/jse/jse9-coke-endToEnd/report.html#ChoiceOfViewPersisted
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Kopsa 2006-09-05 09:19:32 UTC
The choice of tree vs columns is more a user preference than per file basis. The
choice of the view (tree vs columns) should be persisted. 

Persist the choice of tree vs columns view. The last user choice (within the
IDE) should be used for a newly opened editor. The choice should be persisted
per editor type (for XSD and WSDL editors individually).

http://xdesign-tools.czech.sun.com/usability/jse/jse9-coke-endToEnd/report.html#ChoiceOfViewPersisted
Comment 1 Nathan Fiedler 2006-09-12 19:03:07 UTC
Implemented in release55 branch.

schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/Bundle.properties;
new revision: 1.1.2.13; previous revision: 1.1.2.12
schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/SchemaColumnsCategory.java;
new revision: 1.1.2.5; previous revision: 1.1.2.4
schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/SchemaSettings.java;
new revision: 1.1.2.1; previous revision: 1.1
schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/SchemaTreeCategory.java;
new revision: 1.1.2.6; previous revision: 1.1.2.5
schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/layer.xml;
new revision: 1.1.2.8; previous revision: 1.1.2.7
schema/schemaui/src/org/netbeans/modules/xml/schema/ui/basic/resources/SchemaSettings.settings;
new revision: 1.1.2.1; previous revision: 1.1
schema/core/src/org/netbeans/modules/xml/schema/core/multiview/SchemaColumnViewMultiViewElement.java;
new revision: 1.1.2.40; previous revision: 1.1.2.39
Comment 2 Jiri Kopsa 2006-09-19 09:02:03 UTC
Verified. Works as expected.