mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Initial commit for Wizard
* Fixes #1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Work in progress
* Added tests for wide chars
* Tests
* more tests
* wip
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* broke tests. can't figure out how.
* Revert "broke tests. can't figure out how."
This reverts commit f3c53928ac.
* Fixed unit tests
* Reverted workaround that doesn't work
* Refactor and cleanup
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project"
|
|
},
|
|
"UICatalog : -usc": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-usc"
|
|
},
|
|
"Wizards": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Wizards"
|
|
},
|
|
"Dialogs": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Dialogs"
|
|
},
|
|
"Buttons": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Buttons"
|
|
}
|
|
}
|
|
} |