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 2041 - Renaming a node adds ..dots to the new name if the new name is longer than previous one.
Summary: Renaming a node adds ..dots to the new name if the new name is longer than pr...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-05 22:38 UTC by Jan Palka
Modified: 2009-01-29 10:25 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 Jan Palka 1999-06-05 22:38:18 UTC
The idea  is not wrong however it is not nice solution
Conisider these steps
rename "abc" to "abcd" - in Explorer you will see "a.."
This behaviour should be applied only if the name is LONGER than size of the Explorer viewable area.

[Janne] See bug #1793
Comment 1 Quality Engineering 2009-01-29 10:25:10 UTC
Integrated into 'main-golden', will be available in build *200901290450* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e120d79193bc
User: Jesse Glick <jglick@netbeans.org>
Log: ChildrenFilterAsKeysTest timed out in NB-Core-Build #2041.
Indeed Children*KeysTest were extremely slow: >80sec each.
Making roughly twice as fast, and also setting a timeout in case of deadlock.