hi ,
I have several errors related to the DELETE enum on UndoActionType in ofxEditor.h
/// undo action types
enum UndoActionType {
INSERT, //< text inserted
REPLACE, //< selection replaced via paste action
OVERWRITE, //< selection replaced via key input
BACKSPACE, //< text deleted to the left
DELETE //< text deletetd to the right
};
I go to try a previous commit as the readme file points that the repo is build against OF current repo…
Any help is appreciated!