Bug in contextMenu.xml
-
Line 28 says:
http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/trunk/PowerEditor/installer/nativeLang/english.xmlThe result is:
The requested URL /viewvc/notepad-plus/trunk/PowerEditor/installer/nativeLang/english.xml was not found on this server. -
your contextMenu.xml is very, very old, older than the switch from sourceforge to github.
newer versions have this url at line 28:
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/nativeLang/english.xmlnote: if you want to read or get the newest contextMenu.xml, without downloading or installing a new notepad++, you can download it directly from >>> here <<<
-
Thank you very much.
I have just installed NPP 64 bit. That removed the 32 bit version but left my settings. If that procedure leaves an unchanged old contextMenu.xml the installation is not correct at this point. -
If that procedure leaves an unchanged old contextMenu.xml the installation is not correct at this point.
yes, you are correct.
the reason is, that the notepad++ installer/updater will not replace your existing contextMenu.xml.this is by design and works correctly, as it would otherwise remove any customised context menu settings, every time a user makes an update.
note: you will always find two different copies of contextMenu.xml on an installed version of notepad++.
one at%AppData%\Notepad++\contextMenu.xml
which contains user customisations, and one template at%ProgramFiles%\Notepad++\contextMenu.xml
which contains all new changes of the latest update/install, allowing you to compare it to your personal contextMenu.xml.