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 236718 - In-place rename of OutlineView node should select existing text when editing starts
Summary: In-place rename of OutlineView node should select existing text when editing ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 18:12 UTC by ebakke
Modified: 2013-10-03 18:13 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 ebakke 2013-10-03 18:12:51 UTC
OutlineView currently supports in-place editing of node names (e.g. by double-clicking a leaf node that provides a RenameAction, after setting outlineView.setDefaultActionAllowed(false)).

Suggestion: When a node is double-clicked to rename it, the original string should be selected in the in-place cell editor. Currently the cursor is simply located at the end of the string (non-standard when comparing to for instance file renaming behavior in Windows Explorer).