Function List not working in v8.2
-
After updating to version 8.2 my custom function list no longer shows any results.
Previously, I was running notepad++ version 8.1 and it was working perfectly.
Did anything change regarding the setup of the function list file or anything else?
What needs to be done to fix this?Thanks,
DavidDebug info of current setup:
Notepad++ v8.2 (32-bit) Build time : Dec 30 2021 - 03:36:49 Path : C:\Programs\Notepad++\notepad++.exe Command Line : Admin mode : OFF Local Conf mode : ON Cloud Config : OFF OS Name : Windows 10 Enterprise (64-bit) OS Version : 2009 OS Build : 19042.1466 Current ANSI codepage : 1255 Plugins : ColorPicker.dll ComparePlugin.dll DSpellCheck.dll ElasticTabstops.dll Explorer.dll FileSwitcher.dll FingerText.dll LightExplorer.dll LocationNavigate.dll LuaScript.dll mimeTools.dll NavigateTo.dll NppConverter.dll NppExec.dll NppExport.dll NppFTP.dll NppTextFX.dll PythonScript.dll ScrollPastEOFUni.dll SurroundSelection.dll WindowManager.dll XBrackets.dll zoomdisabler.dll _CustomizeToolbar.dll
Debug info of previous setup:
Notepad++ v8.1.1 (32-bit) Build time : Jul 1 2021 - 14:04:28 Path : C:\Programs\Notepad++ - Copy\notepad++.exe Command Line : Admin mode : OFF Local Conf mode : ON Cloud Config : OFF OS Name : Windows 10 Enterprise (64-bit) OS Version : 2009 OS Build : 19042.1466 Current ANSI codepage : 1255 Plugins : BetterMultiSelection.dll ColorPicker.dll ComparePlugin.dll DSpellCheck.dll ElasticTabstops.dll Explorer.dll FileSwitcher.dll FingerText.dll LightExplorer.dll LocationNavigate.dll LuaScript.dll mimeTools.dll NavigateTo.dll NppConverter.dll NppExec.dll NppExport.dll NppFTP.dll NppTextFX.dll PythonScript.dll ScrollPastEOFUni.dll SurroundSelection.dll WindowManager.dll XBrackets.dll zoomdisabler.dll _CustomizeToolbar.dll
-
@daveyd ,
Did you copy all the critical files from the v8.1.1-working to the appropriate locations in the v8.2 directory? don’t forget for the functionList directory, you need to copy over your custom.xml as well as the overrideMap.xml (or at least, copy over the custom portion of overrideMap.xml)
My everyday Notepad++ version right now is v8.2, and has been basically since v8.2 went from RC to officially-released, and my UDL-based custom functionList, as well as my custom re-mapping for the Perl functionList are both working perfectly well on v8.2
Notepad++ v8.2 (64-bit) Build time : Dec 30 2021 - 03:40:42 Path : C:\usr\local\apps\notepad++\notepad++.exe Command Line : Admin mode : OFF Local Conf mode : ON Cloud Config : OFF OS Name : Windows 10 Enterprise (64-bit) OS Version : 2009 OS Build : 19042.1466 Current ANSI codepage : 1252 Plugins : AutoSave.dll ComparePlugin.dll ExtSettings.dll MarkdownViewerPlusPlus.dll mimeTools.dll NppConsole.dll NppConverter.dll NppEditorConfig.dll NppExec.dll NppExport.dll NppFTP.dll NppUISpy.dll PreviewHTML.dll PythonScript.dll QuickText.dll TagLEET.dll _CustomizeToolbar.dll
-
@peterjones - thanks for the point-out
I forgot about the overrideMap.xml file.
I copied that over and it is now working as beforeThanks!