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

"only check current editor" does not do what it says #101

Open
travnick opened this issue Mar 12, 2019 · 3 comments
Open

"only check current editor" does not do what it says #101

travnick opened this issue Mar 12, 2019 · 3 comments

Comments

@travnick
Copy link

There is an option "only check current editor" but it does not do what it says.

It simply means "do spellcheck in current (edited) file only"
Unfortunately there is additional hidden condition "in active project"

It would be nice to have this renamed - to properly describe the action and conditions:
"check only active project". Or choose the most appropriate words that describe the behavior.

(there is a documentation - but the best documentation is meaningful name, that does not need any explanation)

@CJCombrink
Copy link
Owner

I agree, this is something that is also irritating me, especially when I work on libraries.
I would like it to check the current edited file in any project, not just the active one, that would be the goal.

At one point I did try to resolve this and can't remember why I abandoned the effort. It might have had something to do with it trying to spellcheck library files (Qt, std, boost, etc) when I opened them which degraded the experience a lot.

I will look at this again when I get a chance (Unfortunately I can't work on the SpellChecker for the next few weeks)

@CJCombrink
Copy link
Owner

Note-to-self: Look into how Qt Creator adds the warnings on top of the editor when something goes wrong to indicate when a file was not spell checked.

Existing examples are: "Note: Multiple parse contexts are available for this file..." and "Warning: The code model could not parse the included file..."

@travnick
Copy link
Author

What do you mean by I would like it to check the current edited file in any project, not just the active one
What is the difference between those two?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants