You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I one's primary language is other than english, one usually writes a lot of text in that language while coding with english keywords. Currently Atom corrects spellings according to the system dictionary. This causes significant performance penalties on big files where the language is another than the system language and thus every word gets annotated as misspelled. To avoid slowdowns and visual clutter Atom Spell Check should detect the language used and spellcheck using the according dictionary.
There is the corner case of writing code using english keywords and commenting in another language. One might argue that this is really bad and should be avoided at all costs, but there are cases where mixing languages is OK. For example, when writing a presentation in german and citing code that is in english, Atom Spell Check could spellcheck all parts of the document.
The text was updated successfully, but these errors were encountered:
The difference to #11 is that this is more granular. #11 is about selecting dictionaries per user, while I suppose selecting dictionaries per (fragment of) content.
I one's primary language is other than english, one usually writes a lot of text in that language while coding with english keywords. Currently Atom corrects spellings according to the system dictionary. This causes significant performance penalties on big files where the language is another than the system language and thus every word gets annotated as misspelled. To avoid slowdowns and visual clutter Atom Spell Check should detect the language used and spellcheck using the according dictionary.
There is the corner case of writing code using english keywords and commenting in another language. One might argue that this is really bad and should be avoided at all costs, but there are cases where mixing languages is OK. For example, when writing a presentation in german and citing code that is in english, Atom Spell Check could spellcheck all parts of the document.
The text was updated successfully, but these errors were encountered: