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 249803 - Support ctrl-arrows when renaming files on the navigator
Summary: Support ctrl-arrows when renaming files on the navigator
Status: REOPENED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 09:14 UTC by iikku
Modified: 2015-03-03 14:49 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 iikku 2015-01-14 09:14:41 UTC
File navigator (and source file navigator) on the left side does not support stopping to periods when user presses ctrl-left when renaming a file. It should.
Comment 1 Marian Mirilovic 2015-01-28 14:57:27 UTC
I can't reproduce in 8.0.2 with JDK 8. Could you please describe exactly steps to reproduce and reopen ? Thanks in advance.
Comment 2 iikku 2015-01-29 10:48:27 UTC
Open a project
Open the files tab (ctrl-2 by default)
Navigate to a file with periods in the name, e.g. 'admin.login.fail.html'
Press F2
File name without extension is selected, i.e. 'admin.login.fail' in our example.
Press right-arrow to step out of the full-text selection.
Press ctrl + left-arrow
Expected: cursor should be between . and f at the start of 'fail'
Actual: cursor is at index 0, at the start of the file name

Similarily ctrl-arrows navigation should be supported at the projects tab when renaming Java class names, which are camelCased.