[TxMt] Re: [TM2] spaces not respected by `mate`

Sören Kuklau chucker23n at gmail.com
Tue Dec 27 19:43:02 UTC 2011


On Dec 27, 2011, at 8:34 PM, Allan Odgaard wrote:

> On 27 Dec 2011, at 20:29, MinRK wrote:
> 
>> […] I changed the setting to 'All Desktops', and it also had no effect on TM2, but *did* change the behavior for TM1. Could there be a conflict of  bundle identifiers happening somewhere?
> 
> It might not be unlikely that the actual setting is keyed to bundle identifier but the GUI allowing you to change it uses application name, so when you change it from the GUI you’re actually changing the settings of TM 1.x.
> 
> I’m unsure how the system handles these settings but you can try to do:
> 
>    defaults read com.macromates.textmate
> 
> Before/after changing the setting and see if you can find a defaults key that has changed — then manually set that for com.macromates.TextMate.preview.

The setting appears to be in ~/Library/Preferences/com.apple.spaces.plist, e.g.:

{	app-bindings = {
		com.macromates.textmate.preview = "D0A48EB2-CBFD-47C0-907C-DBA199547321";
	};
	spaces = (
		{	type = 0;
			uuid = "D0A48EB2-CBFD-47C0-907C-DBA199547321";
		},
	);
}

-- 
Sören Nils 'chucker' Kuklau





More information about the textmate mailing list