Predelnik / DSpellCheck

Notepad++ Spell-checking Plug-in
GNU General Public License v2.0
198 stars 33 forks source link

"One Letter" never recognized as incorrect spelling #246

Open vark8 opened 3 years ago

vark8 commented 3 years ago
  1. Ignore Words -> One Letter -> Unchecked
  2. Typing any single letter is not recognized as incorrect

Example: Meant to type "This is a game" but accidentally typed "This is s game" there is no indication of an error.

Predelnik commented 3 years ago

Can confirm the issue but it might be deliberate choice by Hunspell dictionary unfortunately, for Russian language for example it seems to work (and one letter words are ignored correctly if the option is turned on so it's not an issue with utf-8 or something).

Might be due to the fact that people complained about marking abbreviations with dots as misspellings. Native speller for English seem just to correct lowercase i into uppercase. But I will double check anyway