[TxMt] Re: Multiple output windows needed!

Gerd Knops gerti-textmate at bitart.com
Sat Feb 4 17:46:47 UTC 2012


On Feb 4, 2012, at 9:49 AM, Hans-Jörg Bibiko wrote:

> 
> On 21.12.2011, at 11:09, Allan Odgaard wrote:
> 
>> On 21 Dec 2011, at 01:38, Gerd Knops wrote:
>> 
>>> Seems TM2 can only run one task at a time. I have multiple Xcode targets I run at the same time, TM2 only allows me to run one of them.
>> 
>> To get behavior similar to 1.x set: defaults write com.macromates.TextMate.preview htmlOutputPlacement window
>> 
>> Exactly how HTML output in splits should work is still surrounded by a few unknowns.
> 
> Hi Allan,
> 
> FYI if one sets htmlOutputPlacement to "window" it works but if one has let's say two Python or R scripts which I start after the other, i.e. both scripts are running then at the same time, only one HTML window will be used, not in that case two. In other words the second script overwrites the content of the HTML window. If I go back in that one HTML window I can see content of the first script but only to that point when the second was started. 
> 
> I think it would be the best to just open a new HTML window for each script.
> 
This bugged me enough to write an external app that sort of does this:

	https://github.com/gknops/aplo.tmbundle

Here a sample bundle using it:

	https://github.com/gknops/xcode4.tmbundle

I am hoping this is just a temporary solution, but given how much still needs to be done in TM2 it might not be that temporary at all.

> BTW The more I'm using TM2 (and I do it for weeks now exclusively) the more I like it :)
> 
I have used it exclusively since a few days after it came out. Some good ideas in it, but it has a long way to go to be what I hoped TM2 to be.

Sometimes I wish Allan would just concentrate on the editor view itself and provide a plugin system. So we could mold it to be what we want, and topics like project support or not, level of SCM integration etc. would all be moot, as we can just write our own!

Gerd



More information about the textmate mailing list