Glam Prestige Journal

Bright entertainment trends with youth appeal.

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++?

5 Answers

  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.

5

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

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.

1

Follow the link 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).

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy