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"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-android.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#test",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,5 +21,6 @@
|
||||
"- An Autotools-based project"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-projects-autotools.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-axivion.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,5 +21,6 @@
|
||||
"You also need:",
|
||||
"- A toolchain for bare metal development"
|
||||
],
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-baremetal.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- Bazaar"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-bazaar.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -22,5 +22,6 @@
|
||||
"- Uncrustify"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-beautifier.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -23,5 +23,6 @@
|
||||
"- Build tools and other dependencies related to the development host"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-b2qt.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-codemodel.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -18,5 +18,6 @@
|
||||
"ClangFormat is an alternative for the built-in indenter."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-code-style-settings.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-tools.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -16,5 +16,6 @@
|
||||
"Description" : "View the class hierarchy of currently open projects.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-class-view.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"- ClearCase"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-clearcase.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"Qt Online Installer installs a CMake version that you can use."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-cmake.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -22,6 +22,7 @@
|
||||
"- A compilation database"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-clang-codemodel.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
"Mimetypes" : [
|
||||
"<?xml version='1.0'?>",
|
||||
|
@@ -16,6 +16,7 @@
|
||||
],
|
||||
"Description" : "Integrates https://godbolt.org into Qt Creator.",
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-explore-compiler-code.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
"Mimetypes" : [
|
||||
"<?xml version='1.0'?>",
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- Conan"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-conan.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- GitHub Copilot Neovim plugin installed (requires Node.js)"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-copilot.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-editor-codepasting.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- cppcheck"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-cppcheck.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -16,6 +16,7 @@
|
||||
"Description" : "Edit C++ source and header files.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-coding-navigating.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- CTF files (in Trace Event Format)"
|
||||
],
|
||||
"Url" : "https://www.kdab.com",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-ctf-visualizer.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -17,6 +17,7 @@
|
||||
"LongDescription" : [],
|
||||
"DisabledByDefault" : true,
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-cvs.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"- A debugger"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-debugging.html",
|
||||
"Arguments" : [
|
||||
{
|
||||
"Name" : "-debug",
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"Create widgets and forms that are integrated with Qt C++ code."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qt-6/qtdesigner-manual.html",
|
||||
${DESIGNER_PLUGIN_ARGUMENTS}
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -15,5 +15,6 @@
|
||||
"Description" : "Compare two files or two versions of a file.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-diff-editor.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- Docker CLI"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-adding-docker-devices.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://nosmileface.ru",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#emacs-shortcuts",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -17,5 +17,6 @@
|
||||
"Experimental": true,
|
||||
"DisabledByDefault": false,
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-load-extensions.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -15,5 +15,6 @@
|
||||
"Description" : "Run the main editor in a manner similar to the Vim editor.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-editor-fakevim.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@
|
||||
"- Fossil"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-fossil.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"JsonWizardPaths" : [":/fossil/wizard"]
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Category" : "Build Systems",
|
||||
"Description" : "Generic support.",
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-generic.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,6 +19,7 @@
|
||||
"- Git"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-git.html",
|
||||
"Arguments" : [
|
||||
{
|
||||
"Name" : "-git-show",
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- GitLab account"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-gitlab.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-create-opengl-shaders.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- Qt documentation as help files (.qch)"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#read-documentation",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Description" : "View images, and create pixmaps from SVG images.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-view-images.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"Copyright" : "(C) IncrediBuild",
|
||||
"Category" : "Build Systems",
|
||||
"Url" : "https://www.IncrediBuild.com",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-incredibuild.html",
|
||||
"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.",
|
||||
|
@@ -22,5 +22,6 @@
|
||||
"- Xcode"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-ios.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-language-servers.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -17,6 +17,7 @@
|
||||
"Category" : "Scripting",
|
||||
"Description" : "Support for Lua based plugins.",
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator-extending/lua-extensions.html",
|
||||
"JsonWizardPaths" : [":/lua/wizards"],
|
||||
"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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-macros.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"- Qt for MCUs"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-mcu.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"JsonWizardPaths" : [":/mcusupport/wizards/"]
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- Mercurial"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-mercurial.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -23,5 +23,6 @@
|
||||
"- Ninja"
|
||||
],
|
||||
"Url" : "https://www.mesonbuild.com",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-meson.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-modeling.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,6 +19,7 @@
|
||||
"- Nimble packaging manager"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-nimble.html",
|
||||
"Experimental" : true,
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
|
@@ -20,6 +20,7 @@
|
||||
"- Perforce"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-perforce.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- Perf tool (bundled with the Linux kernel)"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-cpu-usage-analyzer.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Category" : "Core",
|
||||
"Description" : "ProjectExplorer framework that can be extended with different kind of project types.",
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-tos.html#manage-projects",
|
||||
"Arguments" : [
|
||||
{
|
||||
"Name" : "-customwizard-verbose",
|
||||
|
@@ -20,6 +20,7 @@
|
||||
"- Tools for Python development"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-python-development.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"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)."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-qbs.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"Use .pro project configuration files and tools that automate the generation of Makefiles."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-build-settings-qmake.html#global-qmake-settings",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -16,6 +16,7 @@
|
||||
"Description" : "Visual Designer for QML files.",
|
||||
"Deprecated" : true,
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-qtquickdesigner-plugin.html",
|
||||
"Arguments" : [
|
||||
{
|
||||
"Name" : "-capture-puppet-stream",
|
||||
|
@@ -16,5 +16,6 @@
|
||||
"Description" : "Preview QML files and Qt Quick applications.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-live-preview-desktop.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -18,5 +18,6 @@
|
||||
"Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,5 +21,6 @@
|
||||
"- QNX Software Development Platform (SDP)"
|
||||
],
|
||||
"Url" : "https://www.blackberry.com",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-qnx.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,6 +21,7 @@
|
||||
"- Qt Application Manager"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-run-in-app-manager.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -15,6 +15,7 @@
|
||||
"Category" : "Build Systems",
|
||||
"Description" : "Provides support code for build systems.",
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-project-qmake.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- A toolchain for embedded development"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-developing-generic-linux.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
"Store files in the application's executable with the platform-independent Qt Resource System."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-create-resource-files.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -22,6 +22,7 @@
|
||||
"- A Qt version supported by the Qt Safe Renderer"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/QtSafeRenderer/qtsaferenderer-index.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"JsonWizardPaths" : [":/saferenderer/wizards/"]
|
||||
|
@@ -17,5 +17,6 @@
|
||||
"Description" : "Record screens.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-record-screens.html",
|
||||
${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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-scxml.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- Silver Searcher"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-how-to-silver-searcher.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@
|
||||
"- Access to a Squish server"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-squish-output.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,6 +19,7 @@
|
||||
"- Subversion"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcs-subversion.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -17,5 +17,6 @@
|
||||
"Instead of using an external terminal."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-terminal-view.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -15,6 +15,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",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
"Mimetypes" : [
|
||||
"<?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."
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-reference-to-do-entries-view.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -20,5 +20,6 @@
|
||||
"- Valgrind's Tool Suite"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-analyze-mode.html#profiling-with-valgrind-tools",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -17,6 +17,7 @@
|
||||
"Description" : "Get and manage libraries from the vcpkg package manager.",
|
||||
"LongDescription" : [],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-vcpkg.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES},
|
||||
|
||||
"Mimetypes" : [
|
||||
|
@@ -19,5 +19,6 @@
|
||||
"- An extension for a VCS tool, such as Git, and the tool"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-version-control.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -22,5 +22,6 @@
|
||||
"- Qt for WebAssembly"
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-setup-webassembly.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
@@ -21,5 +21,6 @@
|
||||
}
|
||||
],
|
||||
"Url" : "https://www.qt.io",
|
||||
"DocumentationUrl" : "https://doc.qt.io/qtcreator/creator-quick-tour.html",
|
||||
${IDE_PLUGIN_DEPENDENCIES}
|
||||
}
|
||||
|
Reference in New Issue
Block a user