N++v7.7 Misspelled words not underlined/highlighted
-
Here is the Debug from the clipboard:
Notepad++ v7.7 (64-bit)
Build time : May 19 2019 - 13:05:35
Path : C:\Users\DocRózsa\Downloads\npp.7.7.bin.x64\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS : Windows 10 (64-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll -
does the clean portable version work ?
-
@Andrew-Rózsa What version of Notepad ++ was before the upgrade to the latest version?
-
Yes. It did.
-
Sorry. Don’t know. This is a new computer.
-
Yes. It did.
great.
btw: we would have needed the debug information from your installed version, as the portable version works.
my apologies, if i caused confusion by having more than one possible notepad++ debug information at the same time, and not clearly specifying which one is of relevance.but if you have a regular 7.7 x64 install, and the portable version works, an uninstall and clean reinstall of your installed version should do the job:
-
make sure you have saved all documents, closed notepad++, and you don’t need any specific settings or customisations you have made at your currently installed notepad++.
-
uninstall your existing notepad++ from the windows
control panel > programs and features
or the windowssettings > apps > apps & features
list. -
open
%ProgramFiles%
in windows explorer, and delete the folderNotepad++
, if it still exists. -
open
%ProgramFiles(x86)%
in windows explorer, and delete the folderNotepad++
, if it exists from an older 32 bit version. -
open
%AppData%
in windows explorer, and delete the folderNotepad++
, if it still exists. -
open
%LocalAppData%
in windows explorer, and delete the folderDon_HO_don.h@free.fr
, if it exists. -
open
%ProgramData%
in windows explorer, and delete the folderNotepad++
, if it exists. -
download the npp.7.7.Installer.x64.exe from >>> here <<< and install it.
make sure you select all your desired options when installing. -
then re-install the dspellcheck plugin the same way you did with the portable version, and retry spell check highlighting on any document, or new tab, by deliberately creating misspelled words.
best regards.
-
-
Unfortunately this is due to changes in Scintilla which require updating of the plugin. I hope to do it in next couple of days.
Here’s related issue:
https://github.com/Predelnik/DSpellCheck/issues/179Here’s my post to make other plugin authors aware of the change:
https://notepad-plus-plus.org/community/topic/17755/notepad-7-7-breaking-change-of-scnotification-definition-in-x64-build -
I did a reinstall, but I didn’t reboot after the uninstall. I will go “clean” and remove all reference from the Registry, if I find any.
I am grateful for your help.
-
-
I’ve released the version with the fix for N++ 7.7
https://github.com/Predelnik/DSpellCheck/releases/tag/v1.4.13