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 28890 - Setting for tree pre-expansion
Summary: Setting for tree pre-expansion
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Rich Unger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 19:45 UTC by Rich Unger
Modified: 2007-09-25 06:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rich Unger 2002-11-20 19:45:36 UTC
The current code for expanding the xml node tree
when the editor is opened uses a hard-coded value
of 2 levels to expand.  Replace this with a
setting and read the setting default from the Bundle.
Comment 1 Rich Unger 2002-11-20 19:52:40 UTC
checked in patch to:
editor/TreeEditorComponent, settings/TreeEditSettings,
settings/TreeEditSettingsBeanInfo, settings/Bundle.properties
Comment 2 _ pkuzel 2003-02-06 10:38:30 UTC
This functionality is targeted to  be a part of NetBeans 3.5 standard release.
At this moment it is necessary to stabilize it fully, pass I18N checks, pass
A11Y checks, pass UI checks and properly document it.
Comment 3 Rich Unger 2003-07-08 18:42:34 UTC
We're using it in production code in VBuilder.  Just isn't in AU yet...