texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.83k stars 345 forks source link

TexStudio does not remember toolbar and side panel adjustments upon restart. #3876

Closed cvanberg closed 2 hours ago

cvanberg commented 2 hours ago

Environment

Expected behavior

After removing the side panel as well as unwanted toolbar icons, I expect that the settings will remain after I close and restart the program.

Actual behavior

Upon restart, the unwanted elements return. The texstudio.ini file is being saved, though. In fact, there is a line that reads: GUI\sidePanel\visible=false But still the side panel is there, although it is not "checked" in the view menu. Removing it requires checking and then unchecking it. I cannot tell which parts of the .ini file control the icons I want removed, but anyways it appears the it’s overriding the settings in the .ini file on restart.

How to reproduce

I guess that’s clear from my description above. Thanks for your help!

cvanberg commented 2 hours ago

I found the solution myself, so sorry! For anyone as clueless as me: You have to go to Options -> Save current settings. Presto!