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 91871 - Safe delete should be the default
Summary: Safe delete should be the default
Status: RESOLVED DUPLICATE of bug 76722
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 09:57 UTC by Petr Jiricka
Modified: 2007-04-03 18:02 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 Petr Jiricka 2007-01-05 09:57:52 UTC
Currently, delete action on a Java file just deletes this file from the disk.
This is inconsistent with the Rename behavior, which calls the Refactoring
Rename action. The behavior of delete should be similar - it should by default
do Safe Delete.

Or at the very least, the Refactoring Safe Delete action should be bound to the
'Delete' key shortcut, and simple delete could be e.g. Shift-Delete.
Comment 1 Jan Becicka 2007-01-05 12:00:24 UTC

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