feat: include parameter along with help message in the completion dialog
This commit is contained in:
@@ -124,8 +124,8 @@ Popup {
|
||||
Kirigami.BasicListItem {
|
||||
id: commandItem
|
||||
width: ListView.view.width ?? implicitWidth
|
||||
text: "<i>" + modelData.parameter.replace("<", "<").replace(">", ">") + "</i> " + modelData.help
|
||||
property string displayName: modelData.command
|
||||
text: modelData.help
|
||||
|
||||
leading: Label {
|
||||
id: commandLabel
|
||||
|
||||
Reference in New Issue
Block a user