Skip to content

Resolve "Calculate diff of the Web IDE file changes"

Paul Slaughter requested to merge 10232-calculate-diff-patched-in-webide into master

What does this MR do?

This MR introduces some modules that will be used to generate a diff object for Web IDE file mirroring.

How can I test this?

Apply this patch 20190425_register_mirror_plugin.patch to:

  • console.log the diff object when CMD+s is hit while the editor is focused
  • console.log the diff object when editor loses focus

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes #10232 (closed)

Edited by Paul Slaughter

Merge request reports