Frankie Dintino

Results 97 comments of Frankie Dintino

This was fixed with the merge of #57, which was just uploaded to pypi in the 1.4.4 release.

This is fixed in my local copy but I'm waiting to push it out until I've fully tested it. On Jul 10, 2012, at 10:33 AM, [email protected] wrote: > The...

I wanted to give you a heads up that this is currently fixed on the master branch. I haven't recompiled and posted the binary because I'd like to get the...

That's odd, I've tried it a number of different ways and I've had very reliable resort behavior on focus. A few questions to help narrow down the cause: - Are...

You're quite right about that, I've seen it myself. So, as far as I can tell, my changes fix the majority of the sorting issues. This remaining problem is I...

This should be fixed in the next release. In the meantime, try issuing this command from Terminal.app: ``` bash defaults write com.macromates.textmate "ProjectPlus Workspace" -bool NO ``` If that doesn't...

Glad I could help. Someone else ran into this not too long ago and, well, it's a pretty bad bug. :-)

Thanks for the report. I'll look into it as soon as I have the chance.

Actually, inspired by your pull requests, I started trying to tackle this one. Re-sorting on focus is one part, but the project pane also has to re-sort when files or...

That's my understanding too. What complicates matters is that [NSOutlineView reloadData] can be (and is) called from outside of ProjectPlus, since we're using swizzle methods to monkey patch. I've used...