I'm sorry to lose the feature where there was a pref to keep the tabs from appearing above the project browser. I'm not used to having to reach way over to the side, and I find the tab above the browser confusing visually. m.
I also really preferred this design (tabs only over active document), but if I recall correctly, Allan said this was too hard to do after one of the macOS AppKit upgrades.
On Sun, Sep 15, 2019 at 9:09 PM Matt Neuburg matt@tidbits.com wrote:
I'm sorry to lose the feature where there was a pref to keep the tabs from appearing above the project browser. I'm not used to having to reach way over to the side, and I find the tab above the browser confusing visually. m.
TextMate mailing list TextMate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
Yes, the loss is a pity but it won’t break me or anything. m.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 12! http://shop.oreilly.com/product/0636920208662.do iOS 12 Fundamentals! http://shop.oreilly.com/product/0636920208655.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
On Sep 15, 2019, at 6:28 PM, jason jgavris@gmail.com wrote:
I also really preferred this design (tabs only over active document), but if I recall correctly, Allan said this was too hard to do after one of the macOS AppKit upgrades.
On Sun, Sep 15, 2019 at 9:09 PM Matt Neuburg matt@tidbits.com wrote: I'm sorry to lose the feature where there was a pref to keep the tabs from appearing above the project browser. I'm not used to having to reach way over to the side, and I find the tab above the browser confusing visually. m.
TextMate mailing list TextMate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
TextMate mailing list TextMate@lists.macromates.com https://lists.macromates.com/listinfo/textmate
On 16 Sep 2019, at 3:28, jason wrote:
I also really preferred this design (tabs only over active document), but if I recall correctly, Allan said this was too hard to do after one of the macOS AppKit upgrades.
Correct, it was Dark Mode support. The title bar has different colors/gradient based on OS release, dark/light mode, and what’s behind it inside the window, so if we want the active tab to bleed into the title bar, we need to have the tabs be part of the titlebar, as it’s no longer feasible to try and match the titlebar’s color/gradient.
With the tabs part of the title bar, the only way to have the file browser header in the tab bar is to also move that to the title bar, but from an implementation POV that would be rather messy, and it might also be hard to give it a distinct look, as now the tabs are effectively just rendered together with the title bar (using transparent colors to draw borders, inactive tabs, etc., so that they adopt nicely to changed title bar colors).