mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Ported to v2 * Fixed scneario - config * Lots of goodness * Lots of goodness * Code cleanup * Fixed mouse dragging * Removed Header and margin stuf * Removed Header and margin stuf * Removed Header and margin stuf * Fixed keyboard * upgraded xunit * Action -> EventHandler * Got Range working correctly * Added starter set of unit tests * Cleans up dim/pos objs in dispose. See #2914. * Fixed merge issues; renamed SliderOrientation and added changed event
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project",
|
|
"environmentVariables": {
|
|
"WT_SESSION": "1"
|
|
}
|
|
},
|
|
"WSL : UICatalog": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll",
|
|
"distributionName": ""
|
|
},
|
|
"UICatalog -usc": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-usc"
|
|
},
|
|
"WSL: UICatalog -usc": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll -usc",
|
|
"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"
|
|
}
|
|
}
|
|
} |