Skip to content

Add undo/redo commands #70

@TyJOrtiz

Description

@TyJOrtiz

I was wondering if you could implement undo/redo commands

CodeEditor.Undo();

method:

var result = await this.InvokeScriptAsync(@"function runUndo() { editor.getModel().undo(); }; runUndo();");

CodeEditor.Redo();

method:

var result = await this.InvokeScriptAsync(@"function runRedo() { editor.getModel().redo(); }; runRedo();");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions