mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
* Fixes #3132 ComboBox one key delay when keying down arrow to move into dropdown list * Fixes #3138. ComboBox. Up arrow does not move you back into the search box when at the top of dropdown list * Fixes #3138 Fix unittest --------- Co-authored-by: Tig <tig@users.noreply.github.com>
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project"
|
|
},
|
|
"UICatalog --driver NetDriver": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver NetDriver"
|
|
},
|
|
"UICatalog --driver WindowsDriver": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver WindowsDriver"
|
|
},
|
|
"WSL : UICatalog": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll",
|
|
"distributionName": ""
|
|
},
|
|
"WSL: UICatalog --driver NetDriver": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll --driver NetDriver",
|
|
"distributionName": ""
|
|
},
|
|
"Sliders": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Sliders"
|
|
},
|
|
"Wizards": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Wizards"
|
|
},
|
|
"Dialogs": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Dialogs"
|
|
},
|
|
"Buttons": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Buttons"
|
|
},
|
|
"WizardAsView": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "WizardAsView"
|
|
},
|
|
"CollectionNavigatorTester": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"Search Collection Nav\""
|
|
},
|
|
"Charmap": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"Character Map\""
|
|
},
|
|
"All Views Tester": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"All Views Tester\""
|
|
},
|
|
"Windows & FrameViews": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"Windows & FrameViews\""
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker"
|
|
},
|
|
"MenuBarScenario": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "MenuBar"
|
|
},
|
|
"ListView & ComboBox": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"ListView & ComboBox\""
|
|
}
|
|
}
|
|
} |