Sets the active entry relative to the current entry.
The position you want to move to relative to the current entry.
EditHistory.go(-1)
would be equivalent to an undo while EditHistory.go(1)
would
be equivalent to a redo.
If there's no entry at the specified offset, the call does nothing.
Returns whether or not there exists a history entry at the specified offset relative to the current entry.
This method can be used to determine whether a call to EditHistory.go with the same offset will succeed or do nothing.
Generated using TypeDoc
Clears the history stack. Probably necessary after changing the value of the editor.