@Miss-Chief said in Odd Query Regarding Sessions & Preferences:
You think multiple instances would impact it?
Yes, I think it could. Each instance shares the same settings, and the instance you close LAST will write the settings.
So say you have 2 instances open, call them A and B. If you go into instance A’s settings and you turn off the tool bar, instance A’s tool bar will (obviously) not be shown but instance B will still have a tool bar.
If you then quit instance A and then quit instance B and then restart Notepad++, what you get will have a tool bar.
However, if you had quit instance B and then quit instance A and then restarted, what you get will NOT have a tool bar.
I don’t think the automatic session management stuff works the same way as a setting like the tool bar, at least a quick test didn’t show that it did, but…
I avoid this sort of multi-instance running myself, for these types of reasons.
At most I ever want/need is one additional instance, so I have a secondary portable version of Notepad++ hanging around for just such a need. I have a Run menu item set up to run this secondary instance from my main instance. Since both instances have totally different settings and sessions, I don’t have any problems. Such a setup is convenient for me, but I recognize that it isn’t necessarily convenient for everyone.