* Fixes#1800. TextView now uses the same colors as TextField.
* Replacing the textview to default in some scenarios.
* Removing TextView ColorScheme from the Wizard component.
* Changing someText color to be different from the help text color.
* Renamed some color methods as requested.
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
* 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