Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 165 Bytes

README.MD

File metadata and controls

5 lines (3 loc) · 165 Bytes

Undo manager (text editor module)

Implementation of two interfaces: UndoManager and UndoManagerFactory. Based on the cyclic buffer data structure

@ThreadSafe.