diff options
author | Alessandro Portale <[email protected]> | 2024-11-14 17:59:52 +0100 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2024-11-19 13:48:21 +0000 |
commit | 1c40dfd419363e3310f1972477d2b56d59639e08 (patch) | |
tree | 4361e1ec5a370124389196e7537ceec9cee94c94 /src/plugins/copilot | |
parent | e66ae4ac76c6caf995a29d9b98fe7323dec648a4 (diff) |
Plugins: Improve display names of plugins
This introduces a field "DisplayName" to PluginSpec and the plugin spec
json files. If present in the spec, PluginSpec::displayName returns it,
or otherways falls back to more established fields.
Fixes: QTCREATORBUG-31761
Change-Id: I4f4c4f3e33b17dfb2ec63644b1f50b3b9c6c024a
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/copilot')
-rw-r--r-- | src/plugins/copilot/Copilot.json.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/copilot/Copilot.json.in b/src/plugins/copilot/Copilot.json.in index 9bdffdad8df..9a677db72fe 100644 --- a/src/plugins/copilot/Copilot.json.in +++ b/src/plugins/copilot/Copilot.json.in @@ -1,5 +1,6 @@ { "Id" : "copilot", + "DisplayName" : "GitHub Copilot", "Name" : "Copilot", "Version" : "${IDE_VERSION}", "CompatVersion" : "${IDE_VERSION_COMPAT}", |