From f67972f7b5dd6f05eb75268026a1de9cbe5b46e0 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 26 Aug 2024 15:28:20 +0200 Subject: [PATCH] Plugins: Add a few documentation Urls to plugin metadata Change-Id: If5093f2252edacbe605760526e2fd7cf3284c6e6 Reviewed-by: Leena Miettinen --- src/plugins/effectcomposer/EffectComposer.json.in | 1 + src/plugins/marketplace/Marketplace.json.in | 1 + src/plugins/qmljseditor/QmlJSEditor.json.in | 1 + src/plugins/qmljstools/QmlJSTools.json.in | 1 + src/plugins/studiowelcome/StudioWelcome.json.in | 1 + src/plugins/texteditor/TextEditor.json.in | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugins/effectcomposer/EffectComposer.json.in b/src/plugins/effectcomposer/EffectComposer.json.in index 0f851a1391d..dabdd56a239 100644 --- a/src/plugins/effectcomposer/EffectComposer.json.in +++ b/src/plugins/effectcomposer/EffectComposer.json.in @@ -12,6 +12,7 @@ ], "Description" : "Plugin for Effect Composer.", "Url" : "https://www.qt.io", + "DocumentationUrl" : "https://doc.qt.io/qtdesignstudio/qtquick-effect-composer-view.html", "DisabledByDefault" : true, ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/marketplace/Marketplace.json.in b/src/plugins/marketplace/Marketplace.json.in index 17bf05cdb4e..7b9dccf4235 100644 --- a/src/plugins/marketplace/Marketplace.json.in +++ b/src/plugins/marketplace/Marketplace.json.in @@ -17,5 +17,6 @@ "Description" : "Install applications from Qt Marketplace.", "LongDescription" : [], "Url" : "https://www.qt.io", + "DocumentationUrl" : "https://marketplace.qt.io", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qmljseditor/QmlJSEditor.json.in b/src/plugins/qmljseditor/QmlJSEditor.json.in index 06aa06b2a61..834ea293fa2 100644 --- a/src/plugins/qmljseditor/QmlJSEditor.json.in +++ b/src/plugins/qmljseditor/QmlJSEditor.json.in @@ -18,5 +18,6 @@ "Description" : "Edit QML and JavaScript files.", "LongDescription" : [], "Url" : "https://www.qt.io", + "DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-preferences-qtquick-code-style.html", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/qmljstools/QmlJSTools.json.in b/src/plugins/qmljstools/QmlJSTools.json.in index d4603446f48..d3522d5a6ec 100644 --- a/src/plugins/qmljstools/QmlJSTools.json.in +++ b/src/plugins/qmljstools/QmlJSTools.json.in @@ -17,6 +17,7 @@ "Category" : "Qt Quick", "Description" : "Tools for analyzing Qml/JS code.", "Url" : "https://www.qt.io", + "DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-autoformat-qml-js.html", ${IDE_PLUGIN_DEPENDENCIES}, "Mimetypes" : [ diff --git a/src/plugins/studiowelcome/StudioWelcome.json.in b/src/plugins/studiowelcome/StudioWelcome.json.in index 7d0d4426475..71ef9f2aa10 100644 --- a/src/plugins/studiowelcome/StudioWelcome.json.in +++ b/src/plugins/studiowelcome/StudioWelcome.json.in @@ -17,5 +17,6 @@ ], "Description" : "Qt Design Studio Welcome Page.", "Url" : "https://www.qt.io", + "DocumentationUrl" : "https://doc.qt.io/qtdesignstudio/creator-quick-tour.html", ${IDE_PLUGIN_DEPENDENCIES} } diff --git a/src/plugins/texteditor/TextEditor.json.in b/src/plugins/texteditor/TextEditor.json.in index 9767f4cca54..0c3ae7f992a 100644 --- a/src/plugins/texteditor/TextEditor.json.in +++ b/src/plugins/texteditor/TextEditor.json.in @@ -17,7 +17,7 @@ "Category" : "Core", "Description" : "Text editor framework and the implementation of the basic text editor.", "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}, "Mimetypes" : [ "",