@traderttt9 said in Toolbar doesn’t remain ‘fluent’:
Anyone?
It almost sounds like you have 2 problems.
When opening a file that has the association, instead of opening Notepad++ first and then the file, you get 2 different results with the toolbar. This sounds like the association is opening a different (installed) version of Notepad++ on the PC. The way to identify that is to run Notepad++ each way, then check the “Debug Info” under the ? menu. It will tell you where the program is located. Alternatively one of the methods may be running Notepad++ with some commandline parameters which may be wrong. Again, see the “command line arguments” under the ? menu.
You refer to making a change, then checking during a later session and the changes have reverted, or at least don’t appear to have changed and stuck. This could be because you are running Notepad++ in “multi instance” mode (see settings, preferences, multi instance & date). If so, then the last instance which closes will set the settings for the next time you run Notepad++. So make the changes in that instance before closing. It may also occur if you do NOT have the ability to alter the XML file holding this configuration change. So you would need to check on the XML files, stored either in the %appdata%\Notepad++ folder, or where the Notepad++ executable file is located, depending on how you run Notepad++. Check the file permissions, that you can write to the files.
Terry
PS, just noted @PeterJones thinks exactly the same!