javalover520 / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Undo incorrectly grouping edits #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type 'one two'
2. press the 'home' key to move the caret to the beginning
3. press 'delete' three times to delete the string 'one'
4. press ctrl-z to undo

What is the expected output? What do you see instead?
expected: the string 'one two' in the editor
actual: empty string in the editor

What version of the product are you using? On what operating system?
jsyntaxpane-0.9.5-b29.jar on XP x64

Please provide any additional information below.

Original issue reported on code.google.com by javlo...@gmail.com on 17 Feb 2010 at 5:03