[TxMt] Re: Narrower windows

Allan Odgaard mailinglist at textmate.org
Thu Apr 10 00:04:39 UTC 2014


On 9 Apr 2014, at 7:37, Quinn Comendant wrote:

> […] It seems TM2's min width is determined by the status and menus a 
> the bottom-left of the window.

It is, and they are created using auto-layout here 
https://github.com/textmate/textmate/blob/master/Frameworks/OakTextView/src/OTVStatusBar.mm#L117 
(for the main one)

For example the grammar and symbol pop-ups are each set to min. 125 
pixels.

I’d welcome a patch which allows for smaller widths, the patch should 
keep proper relative sizes, i.e. ideally it should behave as now until 
the window goes below 538 pixels (where it can start to break some of 
the constraints).


More information about the textmate mailing list