SinghRajenM/nppURLPlugin

Plugin stores config file in wrong folder

Closed this issue · 1 comments

Actually, this is a two-part issue, but both parts can be fixed with the same change.

  1. When the plugin is used in a portable version of Notepad++ it nevertheless stores its config file in the location of an installed version of Notepad++ (i.e. the user profile of the user currently running Notepad++).
  2. The plugin creates the folder for its config file under plugins instead of plugins\config.

I guess both issues can be fixed by using NPPM_GETPLUGINSCONFIGDIR API.

Thanks for testing and reporting it. I will look into it.