Notepad++ settings file config.xml saves the full path to the directory instead of relative path in settings file which makes Theme default to white in different computers. Even if I try environment variables like %OneDrive% it still extracts the full path and makes it permanent.
Please fix this bug.
<GUIConfig name="stylerTheme" path="%OneDrive%\NPP\themes\Obsidian.xml" />
Becomes
<GUIConfig name="stylerTheme" path="E:\OneDrive\......\themes\Obsidian.xml" />
Even using relative path
<GUIConfig name="stylerTheme" path="themes\Obsidian.xml" />
Becomes
<GUIConfig name="stylerTheme" path="E:\OneDrive\......\themes\Obsidian.xml" />
Notepad++ settings file config.xml saves the full path to the directory instead of relative path in settings file which makes Theme default to white in different computers. Even if I try environment variables like %OneDrive% it still extracts the full path and makes it permanent.
Please fix this bug.
<GUIConfig name="stylerTheme" path="%OneDrive%\NPP\themes\Obsidian.xml" />Becomes
<GUIConfig name="stylerTheme" path="E:\OneDrive\......\themes\Obsidian.xml" />Even using relative path
<GUIConfig name="stylerTheme" path="themes\Obsidian.xml" />Becomes
<GUIConfig name="stylerTheme" path="E:\OneDrive\......\themes\Obsidian.xml" />