mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Added basic autocomplete style dropdown (not working properly yet) * Autocomplete basically working but rough around the edges * Changed to Lists and added CloseKey * Fixed test, made autocomplete equal length * Added scrolling through autocomplete list * Made Accept autocomplete do delete and replace instead of append to support caps changes * Changed Autocomplete ColorScheme to cyan * Fixed autocomplete render location when TextView is scrolled * Fixed scrolling and overspill rendering * Added wordwrap option to SyntaxHighlighting Scenario * Moved Autocomplete to be member property of TextView * Made Suggestions a readonly collection and enabled Autocomplete in Editor Scenario * Added ClipOrPad tests * Fixed bad merge * Delayed init of ColorScheme on Autocomplete until needed * Changed ColorScheme to match Menu bar
Automated Unit Tests
Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.
See the Testing wiki for details on how to add more tests.