All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.changes.module.json Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
        {
            "type": "view",
            "location": "drawer-view",
            "id": "changes.changes",
            "title": "Changes",
            "persistence": "closeable",
            "className": "Changes.ChangesView"
        },
        {
            "type": "@Common.Revealer",
            "contextTypes": [
                "WorkspaceDiff.DiffUILocation"
            ],
            "destination": "Changes drawer",
            "className": "Changes.ChangesView.DiffUILocationRevealer"
        }
    ],
    "dependencies": [
      "workspace_diff",
      "text_editor",
      "workspace",
      "diff",
      "bindings",
      "persistence",
      "snippets",
      "ui"
    ],
    "scripts": [],
    "modules": [
      "changes.js",
      "changes-legacy.js",
      "ChangesHighlighter.js",
      "ChangesView.js",
      "ChangesSidebar.js",
      "ChangesTextEditor.js"
    ],
    "resources": [
      "changesView.css",
      "changesSidebar.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy