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 188893 - undo & redo function not perform correctly
Summary: undo & redo function not perform correctly
Status: RESOLVED DUPLICATE of bug 188409
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-07-23 06:53 UTC by interrobang
Modified: 2010-07-29 13:36 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 interrobang 2010-07-23 06:53:19 UTC
after saving file and pressing ctrl+z to discard the last change, "undo" discard the last two changes, it should be one.

to reproduce the bug, please follow this steeps:

1. make a new file/document in NetBeans IDE
2. enter three new lines
3. go to first line and enter a char (one char!)
3. go to second line (by using arrow keys!) and enter a char (one char!) 
4. save the file
5. go to third line (by using arrow keys!) and enter a char (one char!) 
6. press ctrl+z to discard the last char.

result: line three AND two are empty.

PS: in german NetBeans IDE Build 201007230001 (PHP) also the label of undo and redo functions in the edit menu are wrong. Redo is currently described as "Strg+Z", but it is Undo. Correct are: "Redo (Strg+Y)" and "Undo (Strg+Z)"
Comment 1 tkrd_oiax 2010-07-29 13:29:50 UTC
Reproducible on NetBeans IDE Dev (Build 201007290001).
Comment 2 tkrd_oiax 2010-07-29 13:36:47 UTC

*** This bug has been marked as a duplicate of bug 188409 ***