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 102414

Summary: Delete camel case component
Product: editor Reporter: Jesse Glick <jglick>
Component: Key bindingsAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2007-04-25 01:28:29 UTC
It is nice that C-Left and C-Right move by camel case components in Java
sources. But C-Backspace still deletes an entire identifier. It would be nicer,
I think, if it deleted just one camel case component. This would be more
consistent, and would very often be useful - for example, I copy and paste some
method

void generateFirstThing() {...}

and want to make

void generateSecondThing() {...}

quickly.
Comment 1 Vitezslav Stejskal 2007-04-26 00:23:35 UTC
Yes, we have to change the shortcuts. Currently camel-case-style delete is
possible holding ctrl+shift. The actions are called 'Delete to Next/Previous
Camel Case Position'.
Comment 2 Vitezslav Stejskal 2007-04-26 03:51:17 UTC
This will be fixed together with issue #101172.

*** This issue has been marked as a duplicate of 101172 ***