On 23 Jun 2016, at 10:16, Jacob Carlborg wrote:
I have another slightly similar use case. I have two displays and two TextMate projects open in each display. I have the Terminal open in the second display. When I run "mate" to open the project in the first display TextMate now correctly sets focus on the project in the first display. But it also shows the project in the second display, covering the Terminal.
Is it possible to not show the project on the second display?
I don’t think so. It seems to be a change in Apple’s activateIgnoringOtherApps: which now bring all windows to front.
Related issue: https://github.com/textmate/textmate/commit/59ef52b1f67d35cc549776ddf625f560...