-
Notifications
You must be signed in to change notification settings - Fork 456
Quick command implementation #472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When I try to run the code in this PR I get an ArgumentException when I try to open the quick launch dialog. The exception is thrown in in the FluentTerminal.App.ViewModels.CommandItemViewModel constructor. It's getting passed a null command, possibly by FillCommandHistory. @peske: we can go through it during our meeting. I'll try to leave my settings and profiles as they are in case that's relevant. |
@mjs - the issue should be fixed now. Please let me know when you try. |
/// and the command words (<see cref="_commandWords"/>). I'm aware that the code is quite confusing, but it kinda | ||
/// has to be... | ||
/// </summary> | ||
private void CalculateMatchPrivate(string[] lowercaseFilterWords) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should move this out of the ViewModel at some point
No description provided.