Predelnik / DSpellCheck

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

Issue with the symbol interpunct (Middle dot) in the words #334

Open SuiKaze opened 5 months ago

SuiKaze commented 5 months ago

Hi there!

I have an issue with the interpunct symbol (·) I'm trying to do a new dictionary and Notepad++ doesn't allow me to have this symbol as a part of a word. For example, "amirel·lu"; the program detect it as two different words ("amirel" & "lu") and that's wrong.

I added this header, but I think DSpellCheck is ignoring the "WORDCHARS" section.

SET UTF-8
FLAG long
LANG mxi-frk_001
WORDCHARS -·
TRY abcdefghijlmnopqrstuvxyzçñáéíóúü-·
FULLSTRIP

This issue happens with "l·l" in the Catalan & Valencian dictionaries too!

Kind regards!

Predelnik commented 4 months ago

Hi. Currently you need to go to Plugin->DSpellCheck->Settings->Advanced and put middle dot in the field below: image I could implement using wordchars but it's hunspell specific so current option would probably be kept as default still.

SuiKaze commented 4 months ago

I didn't know about this option. Thanks! 😁

That implement could be really cool!