Files
Terminal.Gui/UICatalog/Properties/launchSettings.json
Ross Ferguson eb45036848 Fixes #3132 #3138 ComboBox (v2) One key delay when keying down arrow. Up arrow does not move back to searchbox (#3133)
* 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>
2024-01-08 12:09:59 -07:00

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\""
}
}
}