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 25662 - 'Delete Word' key doesn't work as help says
Summary: 'Delete Word' key doesn't work as help says
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 09:38 UTC by Sergey Soldatov
Modified: 2007-11-05 13:44 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 Sergey Soldatov 2002-07-16 09:38:48 UTC
Type any text, move the caret to the middle of this word 
and press Ctrl-W key - only preciding part will be deleted 
but not the whole word. In the help we can find that it 
should:
"Removes the current word or the word preceding the 
insertion point."
Comment 1 Marek Grummich 2002-07-22 09:59:47 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 10:03:12 UTC
Set target milestone to TBD
Comment 3 Martin Roskanin 2004-11-12 14:51:26 UTC
this is defect
Comment 4 Martin Roskanin 2004-11-16 09:04:21 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/ActionFactory.java,v  <-- 
ActionFactory.java
new revision: 1.58; previous revision: 1.57
Comment 5 Martin Roskanin 2004-11-23 13:00:43 UTC
test added

Checking in qa-functional/src/editor_actions/EditActionsTest.java;
/cvs/editor/test/qa-functional/src/editor_actions/EditActionsTest.java,v
 <--  EditActionsTest.java
initial revision: 1.1
done
RCS file:
/cvs/editor/test/qa-functional/src/editor_actions/EditorActionsTest.java,v
done
Checking in qa-functional/src/editor_actions/EditorActionsTest.java;
/cvs/editor/test/qa-functional/src/editor_actions/EditorActionsTest.java,v
 <--  EditorActionsTest.java
initial revision: 1.1
done
RCS file:
/cvs/editor/test/qa-functional/src/editor_actions/EditorActionsTestSuite.java,v
done
Checking in qa-functional/src/editor_actions/EditorActionsTestSuite.java;
/cvs/editor/test/qa-functional/src/editor_actions/EditorActionsTestSuite.java,v
 <--  EditorActionsTestSuite.java
initial revision: 1.1
Comment 6 Miloslav Metelka 2004-12-01 18:34:18 UTC
Well, I think that the original behavior was useful as well and should
be retained possibly as a separate action. Mato, do you agree?
Comment 7 Martin Roskanin 2004-12-02 08:48:38 UTC
Yes, already fixed by issue #51813