forked from qt-creator/qt-creator
Plugins: Add a few documentation Urls to plugin metadata
Change-Id: If5093f2252edacbe605760526e2fd7cf3284c6e6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
],
|
],
|
||||||
"Description" : "Plugin for Effect Composer.",
|
"Description" : "Plugin for Effect Composer.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtdesignstudio/qtquick-effect-composer-view.html",
|
||||||
"DisabledByDefault" : true,
|
"DisabledByDefault" : true,
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"Description" : "Install applications from Qt Marketplace.",
|
"Description" : "Install applications from Qt Marketplace.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://marketplace.qt.io",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"Description" : "Edit QML and JavaScript files.",
|
"Description" : "Edit QML and JavaScript files.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-preferences-qtquick-code-style.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
"Category" : "Qt Quick",
|
"Category" : "Qt Quick",
|
||||||
"Description" : "Tools for analyzing Qml/JS code.",
|
"Description" : "Tools for analyzing Qml/JS code.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-autoformat-qml-js.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
],
|
],
|
||||||
"Description" : "Qt Design Studio Welcome Page.",
|
"Description" : "Qt Design Studio Welcome Page.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtdesignstudio/creator-quick-tour.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
"Category" : "Core",
|
"Category" : "Core",
|
||||||
"Description" : "Text editor framework and the implementation of the basic text editor.",
|
"Description" : "Text editor framework and the implementation of the basic text editor.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#edit-code",
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-coding-navigating.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
"<?xml version='1.0'?>",
|
"<?xml version='1.0'?>",
|
||||||
|
Reference in New Issue
Block a user