Faculty of Information Technology
Software Engineering Group

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)

all_delete_testsEditTextViewTests.st (3.7 KB) - added by Patrik Svestka 5 years ago.
Adding tests for the delete key functionality
all_delete_testsEditTextViewTests.2.st (4.6 KB) - added by Patrik Svestka 5 years ago.
Adding tests for the delete key functionality - 4 failing tests

Download all attachments as: .zip

Change History (5)

comment:1 Changed 6 years ago by Patrik Svestka

Owner: set to Patrik Svestka
Status: newassigned

comment:2 Changed 6 years ago by Patrik Svestka

Summary: A 'del' ('delete') key pressed on empty line should move the below code upA 'del' ('delete') key pressed should follow same logic as on most editors today

Changed 5 years ago by Patrik Svestka

Adding tests for the delete key functionality

comment:3 Changed 5 years ago by Patrik Svestka

This is also connected to the issue #156 - For GUI testing merge #Delete and #BasicDelete? textViewInteractor type.

Changed 5 years ago by Patrik Svestka

Adding tests for the delete key functionality - 4 failing tests

Note: See TracTickets for help on using tickets.