Top "Spell-checking" questions

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

Separate word lists for nouns, verbs, adjectives, etc

Usually word lists are 1 file that contains everything, but are there separately downloadable noun list, verb list, adjective list, etc? …

dictionary grammar spell-checking
How to install a platform dictionary in Eclipse

For spell checking purpose I would like to install an addictional "platform dictionary" in my Eclipse IDE. You can see …

eclipse dictionary spell-checking
Highlighting Strings in JavaFX TextArea

We are using JavaFX's TextArea control in our application, and trying to integrate it with Jazzy Spell Check API - …

java javafx spell-checking highlighting javafx-2
What is the best spell checking library for C#?

What's the best spell checking library for C# / .net? (This will be web-based, so the built in spell check for …

c# .net asp.net spell-checking
Android Ice Cream Sandwich Edittext: Disabling Spell Check and Word Wrap

Whilst testing on the Android Emulator running Android 4.0 (Ice Cream Sandwich), I have noticed that the Edittext does some quite …

android android-edittext spell-checking word-wrap android-4.0-ice-cream-sandwich
How do I enable spell checking in Eclipse?

Is there any way to enable code spell checking in Eclipse? I misspell words fairly often. For example: void spllmstake() =&…

eclipse eclipse-plugin spell-checking
How do I change the highlight style in Vim spellcheck?

Right now, when I do :set spell in my Vim, I get spelling errors highlighted as if they are selected …

vim spell-checking
How can I disable the spell checker on text inputs on the iPhone

Sometimes the spell checker is unnecessary, captchas, usernames, emails, etc. Is there a way disable it on some text inputs/…

html mobile-safari spell-checking
IntelliJ: Move to next typo

IntelliJ IDEA has an inspection that checks for spelling. In the analysis overview, I can see how many spelling mistakes …

intellij-idea spell-checking
How can I spellcheck in gVim?

What is the best way to spellcheck in gVim? Is there an add-on or something? I would like it to …

vim spell-checking