forked from qt-creator/qt-creator
Plugins: Add URLs to manual page to plugin metadata
Fixes: QTCREATORBUG-31199 Change-Id: Ideadc75499f32a8f1d1c95cd38dc4669a3d422c3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
"- Android development tools"
|
"- Android development tools"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-android.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"Build system based testing is independent from any testing frameworks. It retrieves information directly from the underlying build system and uses it or even the build system as such to execute the respective tests."
|
"Build system based testing is independent from any testing frameworks. It retrieves information directly from the underlying build system and uses it or even the build system as such to execute the respective tests."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#test",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,5 +21,6 @@
|
|||||||
"- An Autotools-based project"
|
"- An Autotools-based project"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-projects-autotools.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection."
|
"Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-axivion.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,5 +21,6 @@
|
|||||||
"You also need:",
|
"You also need:",
|
||||||
"- A toolchain for bare metal development"
|
"- A toolchain for bare metal development"
|
||||||
],
|
],
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-baremetal.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- Bazaar"
|
"- Bazaar"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-bazaar.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -22,5 +22,6 @@
|
|||||||
"- Uncrustify"
|
"- Uncrustify"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-beautifier.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -23,5 +23,6 @@
|
|||||||
"- Build tools and other dependencies related to the development host"
|
"- Build tools and other dependencies related to the development host"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-b2qt.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"The code model is the part of an IDE that understands the programming language you are using to write your application. With it, Qt Creator can help you code faster and avoid errors."
|
"The code model is the part of an IDE that understands the programming language you are using to write your application. With it, Qt Creator can help you code faster and avoid errors."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-codemodel.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"ClangFormat is an alternative for the built-in indenter."
|
"ClangFormat is an alternative for the built-in indenter."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-code-style-settings.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- Clazy helps Clang understand Qt semantics. It displays Qt related compiler warnings, ranging from unnecessary memory allocation to misuse of API and has refactoring actions for fixing some of the issues."
|
"- Clazy helps Clang understand Qt semantics. It displays Qt related compiler warnings, ranging from unnecessary memory allocation to misuse of API and has refactoring actions for fixing some of the issues."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-tools.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -16,5 +16,6 @@
|
|||||||
"Description" : "View the class hierarchy of currently open projects.",
|
"Description" : "View the class hierarchy of currently open projects.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-class-view.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"- ClearCase"
|
"- ClearCase"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-clearcase.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"Qt Online Installer installs a CMake version that you can use."
|
"Qt Online Installer installs a CMake version that you can use."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-cmake.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
"- A compilation database"
|
"- A compilation database"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-codemodel.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
"<?xml version='1.0'?>",
|
"<?xml version='1.0'?>",
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
],
|
],
|
||||||
"Description" : "Integrates https://godbolt.org into Qt Creator.",
|
"Description" : "Integrates https://godbolt.org into Qt Creator.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-explore-compiler-code.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
"<?xml version='1.0'?>",
|
"<?xml version='1.0'?>",
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- Conan"
|
"- Conan"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-conan.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- GitHub Copilot Neovim plugin installed (requires Node.js)"
|
"- GitHub Copilot Neovim plugin installed (requires Node.js)"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-copilot.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"Paste snippets of text, such as code or diffs, to a server or fetch them from the server."
|
"Paste snippets of text, such as code or diffs, to a server or fetch them from the server."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-editor-codepasting.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- cppcheck"
|
"- cppcheck"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-cppcheck.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
"Description" : "Edit C++ source and header files.",
|
"Description" : "Edit C++ source and header files.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-coding-navigating.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- CTF files (in Trace Event Format)"
|
"- CTF files (in Trace Event Format)"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.kdab.com",
|
"Url" : "https://www.kdab.com",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-ctf-visualizer.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"DisabledByDefault" : true,
|
"DisabledByDefault" : true,
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-cvs.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"- A debugger"
|
"- A debugger"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-debugging.html",
|
||||||
"Arguments" : [
|
"Arguments" : [
|
||||||
{
|
{
|
||||||
"Name" : "-debug",
|
"Name" : "-debug",
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Create widgets and forms that are integrated with Qt C++ code."
|
"Create widgets and forms that are integrated with Qt C++ code."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qt-6/qtdesigner-manual.html",
|
||||||
${DESIGNER_PLUGIN_ARGUMENTS}
|
${DESIGNER_PLUGIN_ARGUMENTS}
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -15,5 +15,6 @@
|
|||||||
"Description" : "Compare two files or two versions of a file.",
|
"Description" : "Compare two files or two versions of a file.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-diff-editor.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- Docker CLI"
|
"- Docker CLI"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-adding-docker-devices.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -29,5 +29,6 @@
|
|||||||
"Also it's worth mentioning that EmacsKeys plugin forces disabling of menu mnemonics by calling Qt's qt_set_sequence_auto_mnemonic function with false argument. Many of the english menu mnemonics get into the way of typical emacs keys, this includes: Alt+F (File), Alt+B (Build), Alt+W (Window). It's a temporary solution, it remains until there is a better one."
|
"Also it's worth mentioning that EmacsKeys plugin forces disabling of menu mnemonics by calling Qt's qt_set_sequence_auto_mnemonic function with false argument. Many of the english menu mnemonics get into the way of typical emacs keys, this includes: Alt+F (File), Alt+B (Build), Alt+W (Window). It's a temporary solution, it remains until there is a better one."
|
||||||
],
|
],
|
||||||
"Url" : "https://nosmileface.ru",
|
"Url" : "https://nosmileface.ru",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#emacs-shortcuts",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"Experimental": true,
|
"Experimental": true,
|
||||||
"DisabledByDefault": false,
|
"DisabledByDefault": false,
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-load-extensions.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -15,5 +15,6 @@
|
|||||||
"Description" : "Run the main editor in a manner similar to the Vim editor.",
|
"Description" : "Run the main editor in a manner similar to the Vim editor.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-editor-fakevim.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"- Fossil"
|
"- Fossil"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-fossil.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"JsonWizardPaths" : [":/fossil/wizard"]
|
"JsonWizardPaths" : [":/fossil/wizard"]
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
"Category" : "Build Systems",
|
"Category" : "Build Systems",
|
||||||
"Description" : "Generic support.",
|
"Description" : "Generic support.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-generic.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
"- Git"
|
"- Git"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-git.html",
|
||||||
"Arguments" : [
|
"Arguments" : [
|
||||||
{
|
{
|
||||||
"Name" : "-git-show",
|
"Name" : "-git-show",
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- GitLab account"
|
"- GitLab account"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-gitlab.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI."
|
"Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-create-opengl-shaders.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- Qt documentation as help files (.qch)"
|
"- Qt documentation as help files (.qch)"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#read-documentation",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
"Description" : "View images, and create pixmaps from SVG images.",
|
"Description" : "View images, and create pixmaps from SVG images.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-view-images.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
"Copyright" : "(C) IncrediBuild",
|
"Copyright" : "(C) IncrediBuild",
|
||||||
"Category" : "Build Systems",
|
"Category" : "Build Systems",
|
||||||
"Url" : "https://www.IncrediBuild.com",
|
"Url" : "https://www.IncrediBuild.com",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-incredibuild.html",
|
||||||
"License" : [ "Commercial Usage",
|
"License" : [ "Commercial Usage",
|
||||||
"",
|
"",
|
||||||
"Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.",
|
"Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and The Qt Company.",
|
||||||
|
@@ -22,5 +22,6 @@
|
|||||||
"- Xcode"
|
"- Xcode"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-ios.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Offers code completion, highlighting of the symbol under cursor, and jumping to the symbol definition, as well as diagnostics from the language server."
|
"Offers code completion, highlighting of the symbol under cursor, and jumping to the symbol definition, as well as diagnostics from the language server."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-language-servers.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
"Category" : "Scripting",
|
"Category" : "Scripting",
|
||||||
"Description" : "Support for Lua based plugins.",
|
"Description" : "Support for Lua based plugins.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator-extending/lua-extensions.html",
|
||||||
"JsonWizardPaths" : [":/lua/wizards"],
|
"JsonWizardPaths" : [":/lua/wizards"],
|
||||||
"Arguments" : [
|
"Arguments" : [
|
||||||
{
|
{
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"When you have a file open in the code editor, you can record a keyboard sequence as a macro. You can then play the macro to repeat the sequence. You can save the latest macro and assign a keyboard shortcut for running it or run it from the locator."
|
"When you have a file open in the code editor, you can record a keyboard sequence as a macro. You can then play the macro to repeat the sequence. You can save the latest macro and assign a keyboard shortcut for running it or run it from the locator."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-macros.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"- Qt for MCUs"
|
"- Qt for MCUs"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-mcu.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"JsonWizardPaths" : [":/mcusupport/wizards/"]
|
"JsonWizardPaths" : [":/mcusupport/wizards/"]
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- Mercurial"
|
"- Mercurial"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-mercurial.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -23,5 +23,6 @@
|
|||||||
"- Ninja"
|
"- Ninja"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.mesonbuild.com",
|
"Url" : "https://www.mesonbuild.com",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-meson.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Create structured and behavioral diagrams that offer different views to your system. However, the editor uses a variant of UML and has only a subset of properties for specifying the appearance of model elements."
|
"Create structured and behavioral diagrams that offer different views to your system. However, the editor uses a variant of UML and has only a subset of properties for specifying the appearance of model elements."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-modeling.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
"- Nimble packaging manager"
|
"- Nimble packaging manager"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-nimble.html",
|
||||||
"Experimental" : true,
|
"Experimental" : true,
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"- Perforce"
|
"- Perforce"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-perforce.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- Perf tool (bundled with the Linux kernel)"
|
"- Perf tool (bundled with the Linux kernel)"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-cpu-usage-analyzer.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
"Category" : "Core",
|
"Category" : "Core",
|
||||||
"Description" : "ProjectExplorer framework that can be extended with different kind of project types.",
|
"Description" : "ProjectExplorer framework that can be extended with different kind of project types.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#manage-projects",
|
||||||
"Arguments" : [
|
"Arguments" : [
|
||||||
{
|
{
|
||||||
"Name" : "-customwizard-verbose",
|
"Name" : "-customwizard-verbose",
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"- Tools for Python development"
|
"- Tools for Python development"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-python-development.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"Generate a build graph from a high-level project description (like with qmake or CMake) and execute the commands in the low-level build graph (like with make)."
|
"Generate a build graph from a high-level project description (like with qmake or CMake) and execute the commands in the low-level build graph (like with make)."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-qbs.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Use .pro project configuration files and tools that automate the generation of Makefiles."
|
"Use .pro project configuration files and tools that automate the generation of Makefiles."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-build-settings-qmake.html#global-qmake-settings",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
"Description" : "Visual Designer for QML files.",
|
"Description" : "Visual Designer for QML files.",
|
||||||
"Deprecated" : true,
|
"Deprecated" : true,
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-qtquickdesigner-plugin.html",
|
||||||
"Arguments" : [
|
"Arguments" : [
|
||||||
{
|
{
|
||||||
"Name" : "-capture-puppet-stream",
|
"Name" : "-capture-puppet-stream",
|
||||||
|
@@ -16,5 +16,6 @@
|
|||||||
"Description" : "Preview QML files and Qt Quick applications.",
|
"Description" : "Preview QML files and Qt Quick applications.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-live-preview-desktop.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces."
|
"Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,5 +21,6 @@
|
|||||||
"- QNX Software Development Platform (SDP)"
|
"- QNX Software Development Platform (SDP)"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.blackberry.com",
|
"Url" : "https://www.blackberry.com",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-qnx.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,6 +21,7 @@
|
|||||||
"- Qt Application Manager"
|
"- Qt Application Manager"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-run-in-app-manager.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
"Category" : "Build Systems",
|
"Category" : "Build Systems",
|
||||||
"Description" : "Provides support code for build systems.",
|
"Description" : "Provides support code for build systems.",
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-qmake.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- A toolchain for embedded development"
|
"- A toolchain for embedded development"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-generic-linux.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Store files in the application's executable with the platform-independent Qt Resource System."
|
"Store files in the application's executable with the platform-independent Qt Resource System."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-create-resource-files.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
"- A Qt version supported by the Qt Safe Renderer"
|
"- A Qt version supported by the Qt Safe Renderer"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/QtSafeRenderer/qtsaferenderer-index.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"JsonWizardPaths" : [":/saferenderer/wizards/"]
|
"JsonWizardPaths" : [":/saferenderer/wizards/"]
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"Description" : "Record screens.",
|
"Description" : "Record screens.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-record-screens.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
"Visualize how a system reacts to events. State charts define the states that the system can be in, and how the system can move from one state to another."
|
"Visualize how a system reacts to events. State charts define the states that the system can be in, and how the system can move from one state to another."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-scxml.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- Silver Searcher"
|
"- Silver Searcher"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-silver-searcher.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
"- Access to a Squish server"
|
"- Access to a Squish server"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-squish-output.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
"- Subversion"
|
"- Subversion"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-subversion.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -17,5 +17,6 @@
|
|||||||
"Instead of using an external terminal."
|
"Instead of using an external terminal."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-terminal-view.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -15,6 +15,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",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
"<?xml version='1.0'?>",
|
"<?xml version='1.0'?>",
|
||||||
|
@@ -18,5 +18,6 @@
|
|||||||
"List the BUG, FIXME, NOTE, TODO, and WARNING keywords from the current file, from all project files, or from a subproject."
|
"List the BUG, FIXME, NOTE, TODO, and WARNING keywords from the current file, from all project files, or from a subproject."
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-to-do-entries-view.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -20,5 +20,6 @@
|
|||||||
"- Valgrind's Tool Suite"
|
"- Valgrind's Tool Suite"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-analyze-mode.html#profiling-with-valgrind-tools",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
"Description" : "Get and manage libraries from the vcpkg package manager.",
|
"Description" : "Get and manage libraries from the vcpkg package manager.",
|
||||||
"LongDescription" : [],
|
"LongDescription" : [],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcpkg.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES},
|
${IDE_PLUGIN_DEPENDENCIES},
|
||||||
|
|
||||||
"Mimetypes" : [
|
"Mimetypes" : [
|
||||||
|
@@ -19,5 +19,6 @@
|
|||||||
"- An extension for a VCS tool, such as Git, and the tool"
|
"- An extension for a VCS tool, such as Git, and the tool"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-version-control.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -22,5 +22,6 @@
|
|||||||
"- Qt for WebAssembly"
|
"- Qt for WebAssembly"
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-setup-webassembly.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
@@ -21,5 +21,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Url" : "https://www.qt.io",
|
"Url" : "https://www.qt.io",
|
||||||
|
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-quick-tour.html",
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user