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