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 - Delete camel case component
Summary: Delete camel case component
Status: RESOLVED DUPLICATE of bug 101172
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 01:28 UTC by Jesse Glick
Modified: 2007-11-05 13:40 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 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 ***