<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 3 Oct 2017, at 0:37, Nigel Chapman wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">In recent versions of various Apple programs, including Safari, Preview and iBooks, when you go into full screen mode, the sidebar hides itself until you roll over the edge of the screen with the cursor. I sometimes use Textmate on a laptop with a relatively small screen, and increasingly use it in split-view mode on my iMac, and in those cases things get a bit cramped, so it would be nice if the file browser in Textmate behaved in the same way.<br>
<br>
I had thought that I remembered when the Apple programs started doing this that I read about it being trivial to implement […]</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The functionality for this is <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">NSSplitViewController</code> which has support for “sidebar behavior” in 10.11.</p>

<p dir="auto">I do plan to adopt the controller, but ironically I am having some issues with its sidebar behavior because it requires a blurred background, and I just found a solution to the file browser color I am happy with, which does not require a blurred background, plus the controller’s setup of a blurred background causes rendering issues, but presumably that is fixable.</p>
</div>
</div>
</body>
</html>