Discussion:
[TxMt] Wrong text color in Open Quickly
Jacob Carlborg
2018-12-06 16:56:30 UTC
Permalink
With the latest update of TextMate, 2.0-rc.22, the text color of a selected item in the Open Quickly dialog is black. I guess it’s supposed to be white. This makes it a bit difficult to read on the blue background.

Running on macOS High Sierra. It has the correct color on Mojave, both in light and dark mode.
--
/Jacob Carlborg
feek
2018-12-06 19:59:08 UTC
Permalink
Same issue for "Open recent folder" (CMD-SHIFT-O)

using on 10.13.6

== feek



--
Sent from: http://textmate.1073791.n5.nabble.com/textmate-users-f3.html
Allan Odgaard
2018-12-07 06:00:39 UTC
Permalink
Post by Jacob Carlborg
With the latest update of TextMate, 2.0-rc.22, the text color of a
selected item in the Open Quickly dialog is black. I guess it’s
supposed to be white. This makes it a bit difficult to read on the
blue background.
Running on macOS High Sierra. It has the correct color on Mojave, both
in light and dark mode.
Based on the above, I think this is the issue:
https://github.com/textmate/textmate/commit/8e2ccd0dff6d13a1166bf9f95810122dc73f6288

The “Button” appearing next to the checkboxes in the commit window
might be same issue, i.e. that I switched to use Apple’s convenience
constructors for UI elements, but that one is more puzzling, because
empty string is given as label for the commit window’s checkboxes. But
if the results in the find dialog also show “Button” then it is
definitely the convenience constructor.
Jacob Carlborg
2018-12-07 10:43:32 UTC
Permalink
Based on the above, I think this is the issue: https://github.com/textmate/textmate/commit/8e2ccd0dff6d13a1166bf9f95810122dc73f6288 <https://github.com/textmate/textmate/commit/8e2ccd0dff6d13a1166bf9f95810122dc73f6288>
Ok, thanks. I hope this will be included in the next build.
The “Button” appearing next to the checkboxes in the commit window might be same issue, i.e. that I switched to use Apple’s convenience constructors for UI elements, but that one is more puzzling, because empty string is given as label for the commit window’s checkboxes. But if the results in the find dialog also show “Button” then it is definitely the convenience constructor.
Yes, the same issue seems to be in the Find dialog as well. It shows half a “B” and “ut”. I’m guessing the column is too small to show the whole word.
--
/Jacob Carlborg
Loading...