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

Summary: In-place rename of OutlineView node should select existing text when editing starts
Product: platform Reporter: ebakke
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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).