terminal/src/cascadia/LocalTests_TerminalApp
Mike Griese aa1ed0a19c
Add support for the Command Palette (#6635)
## Summary of the Pull Request

![command-palette-001](https://user-images.githubusercontent.com/18356694/85313480-b6dbef00-b47d-11ea-8a8f-a802d26c2f9b.gif)


This adds a first iteration on the command palette. Notable missing features are:
* Commandline mode: This will be a follow-up PR, following the merge of #6537
* nested and iterable commands: These will additionally be a follow-up PR.

This is also additionally based off the addenda in #6532. 

This does not bind a key for the palette by default. That will be done when the above follow-ups are completed.

## References
* #2046 - The original command palette thread
* #5400 - This is the megathread for all command palette issues, which is tracking a bunch of additional follow up work 
* #5674 and #6532 - specs
* #6537 - related

## PR Checklist
* [x] Closes #2046
  - incidentally also closes #6645
* [x] I work here
* [x] Tests added/passed
* [ ] Requires documentation to be updated - delaying this until it's more polished.


## Detailed Description of the Pull Request / Additional comments

* There's a lot of code for autogenerating command names. That's all in `ActionArgs.cpp`, because each case is so _not_ boilerplate, unlike the rest of the code in `ActionArgs.h`.

## Validation Steps Performed

* I've been playing with this for months.
* Tests
* Selfhost with the team
2020-06-26 20:38:02 +00:00
..
TestHostApp Move all wildcards into targets or expand them (#6406) 2020-06-08 14:01:47 -07:00
ColorSchemeTests.cpp Add cursorColor to color scheme (#4651) 2020-03-17 20:11:03 +00:00
CommandlineTest.cpp Use an Automatic split for splitPane by default (#5194) 2020-04-01 00:59:31 +00:00
CommandTests.cpp Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
CppWinrtTailored.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
JsonTestClass.h Add Cascading User + Default Settings (#2515) 2019-09-16 12:57:10 -07:00
KeyBindingsTests.cpp Add setTabColor and openTabColorPicker actions (#6567) 2020-06-25 13:06:21 +00:00
LocalTests_TerminalApp.def Fix the TabTests! (#3833) 2019-12-06 20:45:08 +00:00
pch.cpp Fix the TabTests! (#3833) 2019-12-06 20:45:08 +00:00
pch.h Add support for setting a tab's color at runtime w/ context menu (#3789) 2020-05-04 20:57:12 +00:00
ProfileTests.cpp Fix unittesting our .xaml classes (#4105) 2020-01-10 18:55:31 +00:00
SettingsTests.cpp Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
TabTests.cpp Add support for setting a tab's color at runtime w/ context menu (#3789) 2020-05-04 20:57:12 +00:00
TerminalApp.LocalTests.AppxManifest.prototype.xml Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
TerminalApp.LocalTests.manifest TURNS OUT CASE SENSITIVITY IS IMPORTANT (#2481) 2019-08-20 11:16:06 -07:00
TerminalApp.LocalTests.vcxproj Add support for the Command Palette (#6635) 2020-06-26 20:38:02 +00:00
TestUtils.h Add support for new panes with specifc profiles and other settings overrides (#3825) 2019-12-09 13:02:29 +00:00