TCoolEdit may crash after deleting text via TCoolTextBuffer functions
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
With the changes implemented in [feature-requests:#266], the TCoolEdit class no longer has low-level write access to the buffer. All mutating operations have to go through the new class TSource, which handles command execution (execute/undo/redo) and state changes. This design change aims to prevent the issues described in this ticket.
Related
Feature Requests: #266