Top "Spell-checking" questions

Flagging words in a document that may not be spelled correctly.

vim spell checking - comments only in LaTeX files

I use gvim to edit LaTex .tex file. I noticed that it checks spelling on the fly only for the …

vim latex spell-checking tex
Javascript based spell-checkers for web applications

I have just received a requirement to implement spell checking on a web application that we are creating. I know …

javascript requirements spell-checking
How to disable Chrome spell check on INPUT with HTML or jQuery code?

I have an input in an HTML page <input id="SearchBox" type="text" value="" width="300px" title="Search the …

html firefox input google-chrome spell-checking
How to add dictionary to PyEnchant?

I got PyEnchant with files for many languages: en_US, en_AU, de_DE, fr_FR. Now I call list …

python spell-checking pyenchant
Is it possible to disable spellcheck in a textarea via JavaScript?

Is it possible to disable spellcheck in a textarea via JavaScript? I've been looking at the HTML5 'spellcheck' attribute, and …

javascript html spell-checking
Spellcheck a single word in Excel function

This little Excel VBA function always returns false, no what word is passed in. Function SpellCheck(SomeWord As String) SpellCheck = …

excel vba spell-checking
Best spellchecker addin to VS2010

I'm looking good (preferably free) add-in to Visual Studio 2010 which is able to check spelling of my code (must analyse …

visual-studio-2010 spell-checking visual-studio-addins
How do I correct Vim spelling mistakes quicker?

My usual Vim work flow is: In insert mode, spell something wrong. Press ^X s to get some suggestions. Press …

vim spell-checking
Vim spellcheck not always working in .tex file. Check region in Vim

I use Vim to write my .tex files, but I am having trouble with the spell checker in Vim. Sometimes …

vim latex spell-checking region
Using the C# NHunspell how do I check words?

Using the C# NHunspell, how do I check if a word is spelled correctly and if not what the correct …

c# spell-checking hunspell nhunspell