<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif">Great. I have also been trying to track down the crash in NSOutlineView that I see via -[FSItem isEqual:]! </div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 5, 2018 at 3:36 AM Allan Odgaard <<a href="mailto:mailinglist@textmate.org">mailinglist@textmate.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>




<div>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 5 Oct 2018, at 2:05, jason 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">Are people using TextMate with Dark Mode? I see some issues with reading<br>
text (find input text is black until unfocused, then changes to white), but<br>
also curiously the icons in the outline view are also missing.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I pushed a quick fix for the find dialog strings: <a href="https://github.com/textmate/textmate/commit/cae5eff55cd31788ab53bf2e84e65d75cdc21f80" style="color:#3983c4" target="_blank">https://github.com/textmate/textmate/commit/cae5eff55cd31788ab53bf2e84e65d75cdc21f80</a></p>

<p dir="auto">Colors will still be wrong if you enable regular expression, you can set the theme used (for syntax highlight of find/replace strings) via the <code style="background-color:#f7f7f7;border-radius:3px;margin:0;padding:0 0.4em" bgcolor="#F7F7F7">UIThemeUUID</code> defaults key (requires relaunch after changing it) but it will currently render the theme’s background color, so this is not ideal and will require a bit more work.</p>

<p dir="auto">The file icons are done with an <code style="background-color:#f7f7f7;border-radius:3px;margin:0;padding:0 0.4em" bgcolor="#F7F7F7">NSImage</code> subclass (this is required so we get proper behavior for retina screens etc.) and will likely have to be rewritten using new API to work with Mojave (I have no idea why our subclass breaks when building with the 10.14 SDK but <code style="background-color:#f7f7f7;border-radius:3px;margin:0;padding:0 0.4em" bgcolor="#F7F7F7">NSImage</code> is a bit iffy and if they have completely rewritten the internals for Mojave then I believe it wouldn’t be a first).</p>

<p dir="auto">For the rest of the colors (gradients, find result highlights, etc.) we will need to move to asset catalogs, but I am in a bit of a pickle because I can’t do deployment builds with newer versions of Xcode, as they are prone to crash (numerous hours have been spent trying to track it down, but it relates to internal garbage collection of the <code style="background-color:#f7f7f7;border-radius:3px;margin:0;padding:0 0.4em" bgcolor="#F7F7F7">NSOutlineView</code>, so quite difficult to get any meaningful information from the crash logs), and colors in asset catalogs is not possible with the version of Xcode I am using.</p>
</div>
</div>
</div>

<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="https://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank">https://lists.macromates.com/listinfo/textmate</a></blockquote></div>