mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
update diff editor
This commit is contained in:
parent
eabfa63644
commit
8fb1ae4555
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"edsdmail": ""
|
"edsdmail": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
Binary file not shown.
@ -198,6 +198,8 @@ class DiffEditor extends @OS.application.BaseApplication
|
|||||||
|
|
||||||
DiffEditor.dependencies = [
|
DiffEditor.dependencies = [
|
||||||
"os://scripts/ace/ace.js",
|
"os://scripts/ace/ace.js",
|
||||||
|
"os://scripts/ace/ext-themelist.js",
|
||||||
|
"os://scripts/ace/ext-language_tools.js",
|
||||||
"pkg://AceDiff/main.js",
|
"pkg://AceDiff/main.js",
|
||||||
"pkg://AceDiff/main.css"
|
"pkg://AceDiff/main.css"
|
||||||
]
|
]
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"edsdmail": ""
|
"edsdmail": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/DiffEditor/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/DiffEditor/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "",
|
"author": "",
|
||||||
"version": "0.0.1-a",
|
"version": "0.1.2-a",
|
||||||
"dependencies": ["AceDiff@3.0.3-r"],
|
"dependencies": ["AceDiff@3.0.3-r"],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/DiffEditor/build/release/DiffEditor.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/DiffEditor/build/release/DiffEditor.zip"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user