feat: include parameter along with help message in the completion dialog

This commit is contained in:
Srevin Saju
2021-05-01 17:20:44 +03:00
parent 859b27ddb7
commit 6c47594bc3

View File

@@ -124,8 +124,8 @@ Popup {
Kirigami.BasicListItem {
id: commandItem
width: ListView.view.width ?? implicitWidth
text: "<i>" + modelData.parameter.replace("<", "&lt;").replace(">", "&gt;") + "</i> " + modelData.help
property string displayName: modelData.command
text: modelData.help
leading: Label {
id: commandLabel