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

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

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
        {
            "type": "@QuickOpen.FilteredListWidget.Provider",
            "title": "Run command",
            "prefix": ">",
            "className": "QuickOpen.CommandMenuProvider"
        },
        {
            "type": "@QuickOpen.FilteredListWidget.Provider",
            "prefix": "?",
            "className": "QuickOpen.HelpQuickOpen"
        },
        {
            "type": "action",
            "actionId": "commandMenu.show",
            "category": "Global",
            "title": "Run command",
            "className": "QuickOpen.CommandMenu.ShowActionDelegate",
            "bindings": [
                {
                    "platform": "windows,linux",
                    "shortcut": "Ctrl+Shift+P"
                },
                {
                    "platform": "mac",
                    "shortcut": "Meta+Shift+P"
                }
            ]
        },
        {
            "type": "context-menu-item",
            "location": "mainMenu/default",
            "actionId": "commandMenu.show"
        },
        {
            "type": "action",
            "actionId": "quickOpen.show",
            "category": "Global",
            "title": "Open file",
            "className": "QuickOpen.QuickOpen.ShowActionDelegate",
            "order": 100,
            "bindings": [
                {
                    "platform": "mac",
                    "shortcut": "Meta+P Meta+O"
                },
                {
                    "platform": "windows,linux",
                    "shortcut": "Ctrl+P Ctrl+O"
                }
            ]
        },
        {
            "type": "context-menu-item",
            "location": "mainMenu/default",
            "actionId": "quickOpen.show"
        }
    ],
    "dependencies": [
        "ui",
        "diff"
    ],
    "scripts": [],
    "modules": [
        "quick_open.js",
        "quick_open-legacy.js",
        "FilteredListWidget.js",
        "QuickOpen.js",
        "CommandMenu.js",
        "HelpQuickOpen.js"
    ],
    "resources": [
        "filteredListWidget.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy