66

This question from 4 years ago claims that Notepad++ has spell checking enabled by default. This doesn't seem to be the case anymore, as I haven't been able to find any sign of a spell check option in Notepad++ v7.5.1.

How can I re-enable spell checking in Notepad++?

Stevoisiak
  • 16,075

7 Answers7

65
  1. Install the Plugin Manager if you do not have it already

  2. Install DSpellCheck: Plugins --> Plugins Admin:

  3. Restart Notepad++ (if necessary)

  4. Download dictionaries: Plugins --> DSpellCheck --> Settings:

    • Library: Hunspell
    • Download... (check boxes for your dictionaries, Install Selected)
    • Language: (select your language)
  5. OK

  6. Restart Notepad++ (if necessary)

DSpellCheck settings, dictionary download

Turn automatic spell check on and off with the red-squiggle ABC button Spell Check button in the toolbar.

Bob Stein
  • 1,483
Amar TK
  • 651
11

Install DSpellCheck plugin.

Here is how to,

  1. Goto: Plugins -> Plugin Manager -> Show Plugin manager
  2. Select DSpellCheck from Available plugin list
  3. Click Install and let notepadd++ restart
  4. Goto: Plugins -> DSpellCheck -> Change Current Language
  5. Select your language(s) and add
5

There are several spell checkers available as plug-ins to Notepad++. You can add them via the Plugin Manager or manually by downloading them from the resources page and then extracting them to your Notepad++ install folder.

It seems the original default spell check was removed due to it occasionally causing crashes with Windows 10. The original spell check function was DSpellCheck.

techturtle
  • 9,376
0

Follow the link http://aspell.net/win32/ and download and install both files Full installer and the precompiled dictionary for English aspell-en-<VERSION>.exe (or any other available language). Now you can access the spell checker from the menu Plugins > Spell-Checker > Spell-Checker... (If Spell-Checker plugin does not show up on the menu, install it by using the Plugin Manager).

MNos
  • 151
0

Update to @techturtle's answer:
It is added back as per this thread. I also checked and tested this by installing latest version of Notepad++(v7.6.2). And now the answer to question from 4 year ago is working.

dheerendra
  • 101
  • 3
0

check the video here open notepad++ go to plugins admin> search for dspell and add the appropriate language for which you will be using dictionary - https://www.youtube.com/watch?v=sjErNd8XWUw

0

Plugin Manager is called Plugin Admin and you check the box for DSpellCheck and click Install. You get US English.

Doesn't know some words, like "arbitered" or "minorly", so it's not like it's Merriam. But if you're confident and just want to catch the occasional mistype (as opposed to misspell), it's OK.

Looks like you can change the language later, bunch of options that make no sense to language experts. I know 3 well enough to call false squiggles. In general, the world is waiting for the awesome spell checker, but since billion corporations can't, I guess we have to wait until devs call for the help of dictionary publishers.

Wanted to share an updated answer and what to expect/rely on.