diff options
author | Leena Miettinen <[email protected]> | 2024-05-30 16:53:58 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2024-05-31 06:42:53 +0000 |
commit | 6cd7aed8ebe6b1e18d875f1559c70ff46bc09881 (patch) | |
tree | 4e3750a7c070bd28e1d06d4eb3bb7007b09ce1a2 /src/plugins/ctfvisualizer/CtfVisualizer.json.in | |
parent | 2ebc4525f5361d37e1492fb65bdc9a07c8fda4d3 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/ctfvisualizer/CtfVisualizer.json.in')
-rw-r--r-- | src/plugins/ctfvisualizer/CtfVisualizer.json.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/ctfvisualizer/CtfVisualizer.json.in b/src/plugins/ctfvisualizer/CtfVisualizer.json.in index 1b4b91a6d5a..a887857bc01 100644 --- a/src/plugins/ctfvisualizer/CtfVisualizer.json.in +++ b/src/plugins/ctfvisualizer/CtfVisualizer.json.in @@ -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} } |