LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

Streams - Automatically shift Caret positions according to write operations #72

Closed LaKraven closed 9 years ago

LaKraven commented 9 years ago

Actions to be taken on respective operations:

Operation Action
Read Nothing
Write Mark any overlapping Caret as Out Of Bounds because the Data it points to has been replaced
Insert Shift any subsequent Caret to the Right
Delete Mark any overlapping Caret as Out of Bounds and shift subsequent Carets to the Left
LaKraven commented 9 years ago

Completed by fec52ba