antosdk-apps/AceDiff
2023-06-01 16:33:07 +02:00
..
build add release job using AntOS build system 2023-06-01 16:33:07 +02:00
ace-diff-dark.min.css Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
ace-diff.min.js Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
build.json update compatibility to AntOS next 2021-04-21 11:37:58 +02:00
package.json update compatibility to AntOS next 2021-04-21 11:37:58 +02:00
project.json Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
README.md update compatibility to AntOS next 2021-04-21 11:37:58 +02:00

AceDiff

This is a wrapper for Ace Editor to provide a 2-panel diffing/merging tool that visualizes differences in two documents and allows users to copy changes from to the other.

It's built on top of google-diff-match-patch library. That lib handles the hard part: the computation of the document diffs. Ace-diff just visualizes that information as line-diffs in the editors.

Github page: https://github.com/ace-diff/ace-diff.

The ACE diff depends on the ACECore package.

Change logs

  • v0.1.1-a: add dependencies