Hello Bill,
Thanks for the FABULOUS assistance, Claudia!
your welcome.
One other sort-of-related thing: when I was first trying this out several weeks ago, I started with a portable installation, and changes I made >in style configurator were not persistent. Close NPP and reopen, and you’re back to the default style settings.
there are several portable versions out there and they behave differently in term how to store the data. I refer to the “official”
portable version, which is the zip or 7z file you can download on the npp homepage. When using this one, it works as long as
you use the same drive layout on all computers, which, I agree, isn’t normally the same.
The reason is, that, for example, the theme stored in config.xml uses the complete instead of a relative path.
You can change this by editing, with an editor other than npp, the config.xml directly but be aware that changing any other gui option would overwrite it again.
Request to change this has been already adressed.
So, current situation is like this
<GUIConfig name="stylerTheme" path="D:\ProgramData\notepad++\themes\Bespin.xml" />
but by changing it to
<GUIConfig name="stylerTheme" path=".\themes\Bespin.xml" />
it can be used on an usb stick without a problem.
Cheers
Claudia