JulianEberius / Textmate-Minimap

A minimap plugin for TextMate.
http://julianeberius.github.com/Textmate-Minimap/
Other
180 stars 11 forks source link

closing Textmate window doesn't send buffer output to a waiting Terminal process #7

Closed fermion closed 14 years ago

fermion commented 14 years ago

Firstly, this is an awesome plugin — great idea, great work so far.

I've found a deal breaker (for now) issue. I use Textmate for reviewing git commit lists and entering comments. When closing the temporary window Textmate usually sends buffer output to Terminal thus proceeding with the commit, etc. This plugin, for some reason, breaks that flow.

If I knew any Objective-C at all I'd just patch and commit this, thanks again for the sweet idea/plugin.

valo commented 14 years ago

Same problem here. I am using textmate for entering commit messages when committing with git. The plugin breaks that. The "git commit" command waits forever after the textmate window is closed.

JulianEberius commented 14 years ago

Should be fixed in the current repository version. There was a memory leak, keeping the window open "in the background" when it is closed. If you want the fix now, compile the repo-version with XCode. I will upload a new release when the preference window is finished (issue #6).

JulianEberius commented 14 years ago

should be fixed in release 0.6

fermion commented 14 years ago

Thanks Julian!

grimen commented 14 years ago

A-W-E-S-O-M-E