All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
META-INF.dirigible.dev-tools.quick_open.module.json Maven / Gradle / Ivy
{
"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"
]
}