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.source_frame.module.json Maven / Gradle / Ivy
{
"extensions": [
{
"type": "setting",
"category": "Sources",
"title": "Default indentation:",
"settingName": "textEditorIndent",
"settingType": "enum",
"defaultValue": " ",
"options": [
{
"title": "Set indentation to 2 spaces",
"text": "2 spaces",
"value": " "
},
{
"title": "Set indentation to 4 spaces",
"text": "4 spaces",
"value": " "
},
{
"title": "Set indentation to 8 spaces",
"text": "8 spaces",
"value": " "
},
{
"title": "Set indentation to tab character",
"text": "Tab character",
"value": "\t"
}
]
}
],
"dependencies": [
"text_editor",
"ui",
"platform",
"persistence",
"formatter",
"object_ui",
"workspace_diff"
],
"scripts": [],
"modules": [
"source_frame.js",
"source_frame-legacy.js",
"BinaryResourceViewFactory.js",
"SourcesTextEditor.js",
"FontView.js",
"ImageView.js",
"SourceFrame.js",
"ResourceSourceFrame.js",
"JSONView.js",
"XMLView.js",
"PreviewFactory.js",
"SourceCodeDiff.js"
],
"resources": [
"fontView.css",
"imageView.css",
"jsonView.css",
"messagesPopover.css",
"xmlTree.css",
"xmlView.css",
"resourceSourceFrame.css"
]
}