ishaan1013 / axiom

An editor interface for George, for SE212 at the University of Waterloo
https://se.ishaand.com
MIT License
1 stars 0 forks source link

Line Decrementing #4

Closed iankorovinsky closed 1 week ago

iankorovinsky commented 1 week ago

Currently an issue where we cannot decrement lines. Possible situations on how a line can be deleted:

1) CTRL + X 2) Highlighting a line and deleting it 3) Highlighting a bunch of lines and deleting them (may be considered out of scope)

iankorovinsky commented 1 week ago

Update: only considering case 1, other two cases not in scope