Skip to content

Theme not saving in portable mode #6092

@saudiqbal

Description

@saudiqbal

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions