You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to use environment variables or relative paths for the keys progPath and workDir in the configuration file. This is a problem especially when one wants to use a portable version of Notepad++. Moreover, to be able to use environment variables could be helpful when it comes to creating configurations that can be used for 32 bit and 64 bit versions of Notepad++.
Proposed Solution
Both issues can be solved easily by doing appropriate Win32 API calls. As the base path for relative paths used in the configuration file the plugins config dir could be used. This would be a reasonable solution and there already exists the NPPM_GETPLUGINSCONFIGDIR message in the Notepad++ plugin API to retrieve this path.
The text was updated successfully, but these errors were encountered:
Description
It is not possible to use environment variables or relative paths for the keys progPath and workDir in the configuration file. This is a problem especially when one wants to use a portable version of Notepad++. Moreover, to be able to use environment variables could be helpful when it comes to creating configurations that can be used for 32 bit and 64 bit versions of Notepad++.
Proposed Solution
Both issues can be solved easily by doing appropriate Win32 API calls. As the base path for relative paths used in the configuration file the plugins config dir could be used. This would be a reasonable solution and there already exists the NPPM_GETPLUGINSCONFIGDIR message in the Notepad++ plugin API to retrieve this path.
The text was updated successfully, but these errors were encountered: