Implementation of an EditorUndoManager. Keeps track of operations applied to a document and the selection at each checkpoint, so that old states can be restored with undo/redo.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.