enum EE::UI::Doc::TextUndoCommandType

#include <textundostack.hpp>

enum TextUndoCommandType {
    Insert    = 1,
    Remove    = 2,
    Selection = 3,
};