Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-28Add support for contributing an uri comparison key computer to the Undo Redo ...Alex Dima
2020-05-27Add more validationAlex Dima
2020-05-27Encapsulate operations on ResourceEditStackAlex Dima
2020-05-27Load text models from disk when doing a cross file undo or redo (fixes #92272)Alex Dima
2020-05-27Add locks to the edit stacks while undoing / redoingAlex Dima
2020-05-27Only validate if a workspace undo is selectedAlex Dima
2020-05-27Validate workspace undo again after async promptAlex Dima
2020-05-27Extract validation of workspace undo/redo to their own methodsAlex Dima
2020-05-25Fix compilation issuesAlex Dima
2020-05-25Add more undo-redo testsAlex Dima
2020-05-25Add tests for undo-redoAlex Dima
2020-03-31Avoid controversial method (ref #92811)Alex Dima
2020-03-18Merge remote-tracking branch 'origin/master' into alex/undo-redoAlex Dima
2020-03-18dialog - use title capsBenjamin Pasero
2020-03-12Maintain undo stack across text model disposal / creationAlex Dima
2020-02-27More tweaks to options (fixes #91368)Alex Dima
2020-02-26Fixes #91368: Improve wording for dialogAlex Dima
2020-02-26Fixes #91388: Add a cancel optionAlex Dima
2020-02-26Fixes #91371: Do something (the local file) even when a cross file undo/redo ...Alex Dima
2020-02-22Always prompt when splitting a workspace stack elementAlex Dima
2020-02-21Cross-file undo/redoAlex Dima
2020-02-21First cut at supporting undo across filesAlex Dima
2020-02-21Adopt the UndoRedo service in the editorAlex Dima
2020-02-19Scaffold IUndoRedoServiceAlex Dima