z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
304 stars 56 forks source link

[Feature Request] Fit All column sizing #128

Open FelesNoctis opened 5 years ago

FelesNoctis commented 5 years ago

The current column sizing in zEdit is comparable to the default "Standard" column width in xEdit. Adding a semi-automatic "Fit All" column width would be a decent QOL improvement for those who are comparing a large number of plugins at once.

"Fit All" would respect the Element Names Column width, but Record Columns would be roughly: recordColumnWidth = (recordViewportWidth - elementNamesColumnWidth) / recordColumnCount with a minimum size to keep some readability. I believe xEdit has its minimum set to 100px.

example