Skip to content
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

Preserve case of first letter in spell check, fixes #562 #869

Merged
merged 2 commits into from
Oct 15, 2018

Conversation

torlenor
Copy link
Contributor

@torlenor torlenor commented Oct 6, 2018

Before submitting, please confirm you've

Please provide the following information:

Summary
Preserve case of first letter in spell check, fixes #562

Issue link
#562

Test Cases

Additional Notes
Implemented as described in yuya-oc's proposal from Jul 12, 2017

@jasonblais
Copy link
Contributor

Thanks @torlenor for the contribution!

@yuya-oc and @esethna can you help with reviews?

@yuya-oc
Copy link
Contributor

yuya-oc commented Oct 9, 2018

Thanks @torlenor! Looks good to me.

Would you like to add a test case to test/specs/spellchecker_test.js? Everyone would be able to know the expected behavior of this PR.

@torlenor
Copy link
Contributor Author

Thanks for your comment! I added tests for the getSuggestions function. Please tell me if you need something else.

Copy link
Contributor

@esethna esethna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, looks great in testing, thanks @torlenor!

@esethna esethna added this to the v4.2.0 milestone Oct 10, 2018
Copy link
Contributor

@yuya-oc yuya-oc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @torlenor. Looks good to me.

@yuya-oc yuya-oc merged commit 5ed7017 into mattermost:master Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline spell check doesn't preserve case
4 participants