Opened 6 years ago
Last modified 5 years ago
#131 assigned defect
A 'del' ('delete') key pressed should follow same logic as on most editors today
Reported by: | Patrik Svestka | Owned by: | Patrik Svestka |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
When a cursor is on an empty line pressing a delete key should move the rest of the code up.
Attachments (2)
Change History (5)
comment:1 Changed 6 years ago by
Owner: | set to Patrik Svestka |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Summary: | A 'del' ('delete') key pressed on empty line should move the below code up → A 'del' ('delete') key pressed should follow same logic as on most editors today |
---|
Changed 5 years ago by
Attachment: | all_delete_testsEditTextViewTests.st added |
---|
comment:3 Changed 5 years ago by
This is also connected to the issue #156 - For GUI testing merge #Delete and #BasicDelete? textViewInteractor type.
Changed 5 years ago by
Attachment: | all_delete_testsEditTextViewTests.2.st added |
---|
Adding tests for the delete key functionality - 4 failing tests
Note: See
TracTickets for help on using
tickets.
Adding tests for the delete key functionality