I can't get Notepad++ to load plugins from %appdata%\notepad++\plugins. I verified that NPP uses %appdata% by making a change to NPP's preferences and observing the change in the %appdata%/notepad++/config.xml file. The test plugin dll file I'm using is an ANSI version of FunctionList that NPP complains about because I'm running the Unicode version of NPP. If I put the dll in C:\Program Files\Notepad++\plugins, NPP complains about it, but if I put the dll in %appdata%\notepad++\plugins, NPP ignores it. I'm running Windows 7, and NPP Pro 6.3.2 (UNICODE).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's a second file you need to include to load plugins from %APPDATA%.
Drop a zero length file next to notepad++.exe called
"allowAppDataPlugins.xml", then it will load plugins from %APPDATA%.
Plugin manager has some special handling for this.
Dave.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm installing NPP with the "Allow plugins to be loaded from %APPDATA%....." checkbox unchecked. What is the process for enabling this once I "know what I'm doing"?
Cheers,
Murad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't get Notepad++ to load plugins from %appdata%\notepad++\plugins. I verified that NPP uses %appdata% by making a change to NPP's preferences and observing the change in the %appdata%/notepad++/config.xml file. The test plugin dll file I'm using is an ANSI version of FunctionList that NPP complains about because I'm running the Unicode version of NPP. If I put the dll in C:\Program Files\Notepad++\plugins, NPP complains about it, but if I put the dll in %appdata%\notepad++\plugins, NPP ignores it. I'm running Windows 7, and NPP Pro 6.3.2 (UNICODE).
There's a second file you need to include to load plugins from %APPDATA%.
Drop a zero length file next to notepad++.exe called
"allowAppDataPlugins.xml", then it will load plugins from %APPDATA%.
Plugin manager has some special handling for this.
Dave.
I'm installing NPP with the "Allow plugins to be loaded from %APPDATA%....." checkbox unchecked. What is the process for enabling this once I "know what I'm doing"?
Cheers,
Murad
Murad - read my comment above.