mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-12 22:03:29 +02:00
update compatibility to AntOS next
This commit is contained in:
@ -3,4 +3,6 @@ This is a wrapper for Ace Editor to provide a 2-panel diffing/merging tool that
|
||||
|
||||
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](https://github.com/ace-diff/ace-diff)
|
||||
Github page: [https://github.com/ace-diff/ace-diff](https://github.com/ace-diff/ace-diff).
|
||||
|
||||
The ACE diff depends on the ACECore package.
|
File diff suppressed because one or more lines are too long
@ -10,6 +10,6 @@
|
||||
"category":"Library",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"dependencies":["ACECore@1.4.12-r"],
|
||||
"locale": {}
|
||||
}
|
Reference in New Issue
Block a user