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

Add Electron Spellcheck #2381

Closed
wants to merge 2 commits into from
Closed

Add Electron Spellcheck #2381

wants to merge 2 commits into from

Conversation

belcherj
Copy link
Contributor

@belcherj belcherj commented Oct 2, 2020

Fix

Very early draft of adding electron spellcheck.

Test

Release

@@ -644,7 +663,7 @@ class NoteContentEditor extends Component<Props> {
editor.onDidChangeModelContent(() => this.setDecorators());

document.oncopy = (event) => {
// @TODO: This is selecting everything in the app but we should only
// @TODO: This is selecting everything in the app but wdde should only
Copy link
Member

Choose a reason for hiding this comment

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

nice fix!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

haha, was testing spellcheckers in VS Code. super meta. :)

@belcherj
Copy link
Contributor Author

Closing as this is pretty old and I dead-ended on it.

@belcherj belcherj closed this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants