Where is the toolbar configuration stored?
-

My toolbar suddenly has a lot of separators in the start. I don’t know where they came from and I cannot remove every single one. Where is the toolbar configuration file? -
@Monospace-V
This is almost certainly a problem with one of your plugins, probably some plugin that lets you configure your toolbar. Hacking the config file is probably only a temporary solution, and most likely you can only fix it permanently by uninstalling or updating the offending plugin.Can you please share debug info (
?->Debug info...from the Notepad++ main menu) to help us troubleshoot your issue?Your toolbar config file should be in your
%ProgramFiles%/Notepad++/Localizationdirectory. It will be named{some language}.xml(for instance,english.xmlfor me, since that’s my native language). You can read more about this config file here. -
@Mark-Olson said in Where is the toolbar configuration stored?:
Your toolbar config file should be in your …
I would think THIS would be the toolbar config documentation link.