Add long descriptions to some plugins

Edited the short descriptions to answer the question
"What can I do with this extension" to help users decide
whether they need it.

In long descriptions, tell users what else they need to
be able to use the plugin.

Change-Id: Iefce7505b61fc77cf38cc915f1f7dbd25c9cb570
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2024-05-30 16:53:58 +02:00
parent 2ebc4525f5
commit 6cd7aed8eb
73 changed files with 339 additions and 73 deletions

View File

@@ -13,7 +13,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Support for deployment to and execution on Android Devices.",
"Description" : "Develop applications for Android devices",
"LongDescription" : [
"Connect devices with USB to run, debug, and analyze applications built for them.",
"You also need:",
"- Qt for Android",
"- Android development tools"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "AppStatisticsMonitor, a plugin designed to enhance your Qt Creator experience. With its seamless integration, this plugin adds a dedicated tab to your Navigation Widget, providing insightful visualizations of CPU and Memory consumption for running applications within Qt Creator. Simply select the desired application from the combobox to monitor its performance in real-time.",
"Description" : "Visualize CPU and Memory consumption for running applications",
"LongDescription" : [
"Select an application to monitor its performance in real-time.",
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -12,7 +12,11 @@
"",
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Auto Test plugin.",
"Description" : "Create code based tests and build system based tests",
"LongDescription" : [
"Code based testing offers special handling for particular testing frameworks that strongly ties to the underlying code models or specialized parsers.",
"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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "Autotools project integration.",
"Description" : "Open Autotools-based projects in Qt Creator",
"LongDescription" : [
"You also need:",
"- Autotools",
"- An Autotools-based project"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "Integration of the axivion dashboard.",
"Description" : "Access an Axivion dashboard server",
"LongDescription" : [
"Protect software from erosion with static code analysis, architecture analysis, and code-smells-detection."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,6 +14,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "This plugin adds a target for bare metal development.",
"Description" : "Develop applications for bare metal devices",
"LongDescription" : [
"Adds a target for bare metal development.",
"Connect devices with USB or WLAN to run, debug, and analyze applications built for them.",
"You also need:",
"- A toolchain for bare metal development"
],
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Bazaar integration.",
"Description" : "Access the Bazaar version control system",
"LongDescription" : [
"You also need:",
"- Bazaar"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "C++",
"Description" : "Format source files with the help of beautifiers like AStyle, uncrustify or clang-format.",
"Description" : "Apply indentation and style to source code files",
"LongDescription" : [
"You also need one of the following tools:",
"- Artistic Style",
"- ClangFormat",
"- Uncrustify"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Creator",
"Description" : "Binary editor component.",
"Description" : "Edit binary files",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,13 @@
],
"Category" : "Device Support",
"Description" : "Support for the Boot2Qt Device access using the Qt Debug Bridge.",
"Description" : "Develop applications for Boot to Qt devices",
"LongDescription" : [
"Connect devices with USB or WLAN to run, debug, and analyze applications built for them.",
"You also need:",
"- Boot to Qt",
"- Build tools and other dependencies related to the development host"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "C++",
"Description" : "Clang Code Model plugin.",
"Description" : "Use Clang code model instead of the built-in code model",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "C++",
"Description" : "clang-format indentation plugin.",
"Description" : "Indent and format C++ code",
"LongDescription" : [
"ClangFormat is an alternative for the built-in indenter."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,12 @@
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "ClangTools Plugin.",
"Description" : "Find problems in C, C++, and Objective-C source code",
"LongDescription" : [
"Use Clang Tools for static code analysis:",
"- Clang-Tidy has diagnostics and fixes for typical programming errors, such as style violations or interface misuse.",
"- 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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "C++",
"Description" : "Class View component.",
"Description" : "View the class hierarchy of currently open projects",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "ClearCase integration.",
"Description" : "Access an IBM Rational ClearCase server",
"LongDescription" : [
"You also need:",
"- ClearCase"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "CMake support.",
"Description" : "Automate the configuration of build systems with CMake",
"LongDescription" : [
"CMake controls the software compilation process by using simple configuration files, called CMakeLists.txt files."
"You also need:",
"- CMake",
"Qt Online Installer installs a CMake version that you can use."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Squish Coco support. Squish Coco is a code coverage tool for Tcl, QML, C# and C/C++.",
"Description" : "Access the Coco CoverageBrowser",
"LongDescription" : [
"View the results from the Coco CoverageBrowser to make tests more efficient and complete."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "Compilation Database project support.",
"Description" : "Open compilation databases as projects",
"LongDescription" : [
"The JSON compilation database format replays single builds independently of the build system.",
"A compilation database is a list of files and the compiler flags that are used to compile the files. It feeds the code model with the necessary information for correctly parsing the code when you open a file for editing.",
"You also need:",
"- A compilation database"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},
"Mimetypes" : [

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Experimental" : true,
"Description" : "Conan integration.",
"Description" : "Integrate C or C++ libraries into projects",
"LongDescription" : [
"You also need:",
"- Conan"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,12 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Copilot support",
"Description" : "View suggestions from GitHub Copilot in code editor",
"LongDescription" : [
"You also need:",
"- An active GitHub Copilot subscription",
"- GitHub Copilot Neovim plugin installed (requires Node.js)"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -12,7 +12,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Codepaster plugin for pushing/fetching diff from server.",
"Description" : "Access code-pasting services",
"LongDescription" : [
"Paste snippets of text, such as code or diffs, to a server or fetch them from the server."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,11 @@
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "Cppcheck static analyzer tool integration. See http://cppcheck.sourceforge.net.",
"Description" : "Find errors in C++ code with static analysis",
"LongDescription" : [
"You also need:",
"- cppcheck"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "C++",
"Description" : "C/C++ editor component.",
"Description" : "Edit C++ source and header files",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "Chrome Trace Format Visualizer Plugin.",
"Description" : "View Chrome Trace Format (CTF) files",
"LongDescription" : [
"You also need:",
"- CTF files (in Trace Event Format)"
],
"Url" : "https://www.kdab.com",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "CVS integration.",
"Description" : "Access the CVS open source version control system",
"LongDescription" : [],
"DisabledByDefault" : true,
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Creator",
"Description" : "Debugger integration.",
"Description" : "Debug applications with native debuggers",
"LongDescription" : [
"Debug an application to see what happens inside it while it runs or when it crashes.",
"The debugger extension acts as an interface between the Qt Creator core and native debuggers.",
"You also need:",
"- A debugger"
],
"Url" : "https://www.qt.io",
"Arguments" : [
{

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Creator",
"Description" : "Qt Widgets Designer integration.",
"Description" : "Design Qt-widgets based UIs",
"LongDescription" : [
"Create widgets and forms that are integrated with Qt C++ code.",
],
"Url" : "https://www.qt.io",
${DESIGNER_PLUGIN_ARGUMENTS}
${IDE_PLUGIN_DEPENDENCIES}

View File

@@ -12,7 +12,8 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Diff editor component.",
"Description" : "Compare two files or two versions of a file",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Experimental" : true,
"Description" : "Basic support for Docker",
"Description" : "Create Docker devices from Docker images",
"LongDescription" : [
"You also need:",
"- Docker CLI"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -12,7 +12,8 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "VI-style keyboard navigation.",
"Description" : "Run the main editor in a manner similar to the Vim editor",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Fossil SCM integration.",
"Description" : "Access the Fossil version control system",
"LongDescription" : [
"You also need:",
"- Fossil"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Git integration.",
"Description" : "Access the Git version control system",
"LongDescription" : [
"You also need:",
"- Git"
],
"Url" : "https://www.qt.io",
"Arguments" : [
{

View File

@@ -13,7 +13,11 @@
"",
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "GitLab plugin.",
"Description" : "Create connections to GitLab servers",
"LongDescription" : [
"You also need:",
"- GitLab account"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Other Languages",
"Description" : "Editor for GLSL.",
"Description" : "Create OpenGL fragment and vertex shaders",
"LongDescription" : [
"Use the shaders to display hardware-accelerated 3D graphics alongside a more conventional UI."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -6,7 +6,8 @@
"Vendor" : "Eike Ziller",
"Copyright" : "(C) Eike Ziller",
"License" : "MIT",
"Description" : "Haskell support",
"Description" : "Write source code in the Haskell language",
"LongDescription" : [],
"Url" : "https://haskell.org",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Core",
"Description" : "Help system.",
"Description" : "Get help for Qt API and read Qt and other documentation",
"LongDescription" : [
"You also need:",
"- Qt documentation as help files (.qch)"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -12,7 +12,8 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Image Viewer component.",
"Description" : "View images, and create pixmaps from SVG images",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -15,6 +15,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Support for Incredibuild.",
"Description" : "Spend less time on building C++ code",
"LongDescription" : [
"You also need:",
"- IncrediBuild Agent"
],
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Quick",
"Description" : "Qt Insight Support for Design Studio.",
"Description" : "Collect information about how an application is used",
"LongDescription" : [
"Use Qt Insight with Qt Design Studio.",
"You also need:",
"- Qt Insight",
],
"DisabledByDefault" : true,
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}

View File

@@ -14,7 +14,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Support for deployment to and execution on iOS Devices.",
"Description" : "Develop applications for iOS devices",
"LongDescription" : [
"Connect devices with USB or use the iOS simulator to run, debug, and analyze applications built for iOS.",
"You also need:",
"- Qt for iOS",
"- Xcode"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Other Languages",
"Description" : "Language Server Protocol client component. See https://microsoft.github.io/language-server-protocol/overview for an overview on Language Servers.",
"Description" : "Get code editing services",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -12,7 +12,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Macros in text editors.",
"Description" : "Record and play macros in text editors",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -12,7 +12,8 @@
"",
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Qt Marketplace plugin.",
"Description" : "Install applications from Qt Marketplace",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Helper for MCU related projects.",
"Description" : "Develop for microcontrollers",
"LongDescription" : [
"Use subsets of QML and Qt Quick Controls to create user interfaces for devices that are powered by microcontrollers (MCU).",
"You also need:",
"- Qt for MCUs"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Mercurial integration.",
"Description" : "Access the Mercurial source control management tool",
"LongDescription" : [
"You also need:",
"- Mercurial"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "Meson support.",
"Description" : "Generate build systems with Meson",
"LongDescription" : [
"Generate build systems with Meson using Ninja as the main backend.",
"You also need:",
"- Meson",
"- Ninja"
],
"Url" : "https://www.mesonbuild.com",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Modeling",
"Description" : "Graphical modeling with structured diagrams.",
"Description" : "Create Universal Modeling Language (UML) style models",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Other Languages",
"Description" : "Plugin for supporting the Nim programming language.",
"Description" : "Develop applications using the Nim programming language",
"LongDescription" : [
"You also need:",
"- Nimble packaging manager"
],
"Url" : "https://www.qt.io",
"Experimental" : true,
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -14,7 +14,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Perforce integration.",
"Description" : "Access the Perforce software configuration management system",
"LongDescription" : [
"You also need:",
"- Perforce"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "Perf Profiler Plugin.",
"Description" : "Analyze the CPU and memory usage of an application",
"LongDescription" : [
"Works on embedded devices and, to a limited extent, on Linux desktop platforms.",
"You also need:",
"- Perf tool (bundled with the Linux kernel)"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Other Languages",
"Description" : "Plugin for supporting the Python language.",
"Description" : "Develop applications using the Qt bindings for the Python programming language",
"LongDescription" : [
"You also need:",
"- Qt for Python",
"- Tools for Python development"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "QBS support.",
"Description" : "Build applications with Qbs",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Build Systems",
"Description" : "Provides project type for Qt/QMake .pro files and tools.",
"Description" : "Build applications with qmake",
"LongDescription" : [
"Use .pro project configuration files and tools that automate the generation of Makefiles."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Quick",
"Description" : "Editor for QML and JavaScript.",
"Description" : "Edit QML and JavaScript files",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Quick",
"Description" : "Qml Preview Plugin.",
"Description" : "Preview QML files and Qt Quick applications",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Quick",
"Description" : "Qml Profiler Plugin.",
"Description" : "Profile Qt Quick applications",
"LongDescription" : [
"Find causes for typical performance problems, such as slowness and unresponsive, stuttering user interfaces."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Adds support for QNX to Qt Creator.",
"Description" : "Develop for QNX Neutrino devices",
"LongDescription" : [
"Connect devices with USB or WLAN to run, debug, and analyze applications built for them.",
"You also need:",
"- Qt for QNX",
"- QNX Software Development Platform (SDP)"
],
"Url" : "https://www.blackberry.com",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Support for QtApplicationManager on a variety of different target platforms.",
"Description" : "Run applications in Qt Application Manager",
"LongDescription" : [
"You also need:",
"- Qt Application Manager"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Support for deployment to and execution on a remote Linux host.",
"Description" : "Develop applications for embedded Linux devices",
"LongDescription" : [
"Connect devices with USB or over a network to run, debug, and analyze applications built for them.",
"You also need:",
"- A toolchain for embedded development"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Creator",
"Description" : "Editor for qrc files.",
"Description" : "Edit Qt Resource System (.qrc) files",
"LongDescription" : [
"Store files in the application's executable with the platform-independent Qt Resource System."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -14,7 +14,13 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Helper plugin for Qt Safe Renderer projects.",
"Description" : "Render safety-critical items in functional safety systems",
"LongDescription" : [
"Qt Safe Renderer separates the safety-critical rendering from the other parts of the system, so it can render safety-critical UI elements even if there are failures in the main UI. Therefore, you can use Qt in a system requiring certification without changing the Qt libraries.",
"You also need:",
"- Qt Safe Renderer",
"- A Qt version supported by the Qt Safe Renderer"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -14,7 +14,8 @@
],
"DisabledByDefault" : true,
"SoftLoadable" : true,
"Description" : "Screen recording.",
"Description" : "Record screens",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Modeling",
"Description" : "Visual Editor for SCXML (State Chart XML) files.",
"Description" : "Create SCXML (State Chart XML) files",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,12 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Adds possibility to use SilverSearcher tool as an alternative mechanism of 'find in files'",
"Description" : "Search with Silver Searcher",
"LongDescription" : [
"Use the Silver Searcher tool to find in files.",
"You also need:",
"- Silver Searcher"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,12 @@
"",
"Alternatively, this file may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Squish plugin. Provides integration of Squish.",
"Description" : "Test applications with the Squish automated GUI testing framework",
"LongDescription" : [
"Map AUTs (application under test) and run Squish test suites and cases.",
"You also need:",
"- Access to a Squish server"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Subversion integration.",
"Description" : "Access the Subversion version control system",
"LongDescription" : [
"You also need:",
"- Subversion"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -12,7 +12,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Terminal window.",
"Description" : "Open a terminal as an output view",
"LongDescription" : [
"Instead of using an external terminal."
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,10 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Adds pane that lists all TODO, FIXME, etc. entries in comments.",
"Description" : "List keywords from files",
"LongDescription" : [
"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",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,8 @@
"",
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Description" : "Displays Update-Infos for Qt Installer Framework-based Updaters.",
"Description" : "View information from Qt Installer Framework-based updaters",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -13,7 +13,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Code Analyzer",
"Description" : "Valgrind Plugin.",
"Description" : "Analyze code with Valgrind's Tool Suite",
"LongDescription" : [
"Detect problems in memory management with Memcheck and find cache misses in the code with Callgrind.",
"You also need:",
"- Valgrind's Tool Suite"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -14,7 +14,8 @@
],
"Experimental" : true,
"SoftLoadable" : true,
"Description" : "vcpkg integration.",
"Description" : "Get and manage libraries from the vcpkg package manager",
"LongDescription" : [],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES},

View File

@@ -13,7 +13,11 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Version Control",
"Description" : "Version Control System Base Plugin.",
"Description" : "Provides the technical basis for version control system (VCS) extensions",
"LongDescription" : [
"You also need:",
"- An extension for a VCS tool, such as Git, and the tool
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}

View File

@@ -15,7 +15,12 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Device Support",
"Description" : "Helper for WebAssembly projects.",
"Description" : "Integrate Qt applications into web browsers",
"LongDescription" : [
"WebAssembly is a binary format that allows sand-boxed executable code in web pages.",
"You also need:",
"- Qt for WebAssembly"
],
"Url" : "https://www.qt.io",
${IDE_PLUGIN_DEPENDENCIES}
}