sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
273 stars 14 forks source link

Sublime Merge doesn't remember the widths of the columns in the layout #1715

Open fury182 opened 1 year ago

fury182 commented 1 year ago

Version info

Description

Sublime Merge doesn't remember the widths of the columns in the layout. I’m talking about the 3 columns: Locations, Commits/Files, and the files column. I keep resizing them but when I restart the app they revert back to their original sizes. I’m exiting the app gracefully.

Steps to reproduce

Resize the columns, exit the app. Restart the app. The columns revert to their original widths.

Expected behavior

I expect the app to remember the widths I resized the columns to.

Or at least allow me to set the defaults somewhere in the settings.

dpjohnst commented 1 year ago

Hi @fury182,

Thanks for reaching out and sorry to hear you're experiencing this issue. This is definitely not intended behavior, so we'll try and track down what's happening.

Could you confirm how you installed Sublime Merge (apt, .deb, snap etc) Could you also confirm how you are closing Sublime Merge (e.g. File > Quit)

Additionally could you perform the following:

  1. Open Sublime Merge
  2. Resize some of the columns
  3. Via the application menu, select Preferences > Browse Packages...
  4. Go up one folder level, and open the Local folder
  5. Open the Session.sublime-session file
  6. Search for `"sidebar" in the file, and find the sidebar state corresponding to the open repository.
  7. Close Sublime Merge
  8. Note whether the sidebar state has changed or not in the file

Thanks, - Dylan