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

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

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
        {
            "type": "@TextUtils.TokenizerFactory",
            "className": "TextEditor.CodeMirrorUtils.TokenizerFactory"
        },
        {
            "type": "@UI.TextEditorFactory",
            "className": "TextEditor.CodeMirrorTextEditorFactory"
        }
    ],
    "dependencies": [
        "ui",
        "platform",
        "common",
        "cm",
        "cm_web_modes"
    ],
    "scripts": [],
    "modules": [
        "text_editor.js",
        "text_editor-legacy.js",
        "CodeMirrorUtils.js",
        "TextEditorAutocompleteController.js",
        "CodeMirrorTextEditor.js"
    ],
    "resources": [
        "autocompleteTooltip.css",
        "cmdevtools.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy