N++v7.7 Misspelled words not underlined/highlighted
-
on notepad++ 7.7, using dspellcheck 1.4.12.0, the misspelled words should be underlined as seen at the screenshot below:
if it is not, please test the following, to verify, if a clean notepad++ (without any plugins that could cause this) would work on your system:
-
download the notepad++ 7.7 64 bit portable version from >>> here <<<.
(the portable version does not require any installation and runs completely independent and isolated from your installed version. all custom settings, as well as any stuff you might want to try at the portable version, will not modify your installed version) -
extract
npp.7.7.bin.x64.zip
to your desktop.
(copynpp.7.7.bin.x64.zip
from your download folder to your desktop, right-click on it, selectextract all
from the explorer context menu, and pressextract
to extract it to a folder callednpp.7.7.bin.x64
) -
important note: make sure to close all instances of notepad++ that might be running, before starting the portable version at the next step, to be sure you are using the portable version for this test.
-
open the extracted
npp.7.7.bin.x64
folder and start this portable version by double-clicking onnotepad++.exe
inside this folder.
(note: notepad++.exe will just be seen as notepad++, if you have enabled to hide all known file extensions at your explorer settings) -
install the
dspellcheck
plugin usingplugins admin
and set it up as described above. -
retry spell check highlighting on any document, or new tab, by deliberately creating misspelled words.
if spellcheck highlighting works on the clean portable installation, first thing you should try is, to remove the currently installed dspellcheck plugin from your regular notepad++ installation, using
plugins admin
, and then reinstall it again, also usingplugins admin
.if spellcheck highlighting still does not work on your installed version, but it does work on the portable, we will need your debug information from the menu
? > debug info... > copy debug info into clipboard
.best regards.
-
-
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