In the subversion bundle I tried to use escape to do word completion while typing the checkin message and this cancelled by checkin without any warning, discarding the long and complicated checkin description I had been working on. Happy I am not.
Dave.
I just checked in a new version of CommitWindow with two user-visible modifications:
• Deselect external items by default. • Preserve the last few commit summaries in a persistent pop-up menu. Summaries are saved even when the commit is canceled.
To get it, you'll need to check out the latest version of $TM_SUPPORT_PATH/CommitWindow.app. You don't need to update Subversion or the other version control bundles.
As for word completion with escape, one could remove the escape key equivalent from the cancel button, but keyboard-only users still need a way to cancel.
Chris
Chris, you FCKING ROCK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
And, I got an exception thrown, it was random and not sure how I did it:
2006-05-15 16:14:16.009 CommitWindow[20859] An uncaught exception was raised 2006-05-15 16:14:16.009 CommitWindow[20859] *** -[NSCFArray objectAtIndex:]: index (2) beyond bounds (2) 2006-05-15 16:14:16.009 CommitWindow[20859] *** Uncaught exception: *** -[NSCFArray objectAtIndex:]: index (2) beyond bounds (2)
Regards,
Eric Coleman
On May 15, 2006, at 3:35 PM, Chris Thomas wrote:
I just checked in a new version of CommitWindow with two user- visible modifications:
• Deselect external items by default. • Preserve the last few commit summaries in a persistent pop-up menu. Summaries are saved even when the commit is canceled.
To get it, you'll need to check out the latest version of $TM_SUPPORT_PATH/CommitWindow.app. You don't need to update Subversion or the other version control bundles.
As for word completion with escape, one could remove the escape key equivalent from the cancel button, but keyboard-only users still need a way to cancel.
Chris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Chris,
If it wouldn't be to hard, could you fix up some minor things :)
1) Make the text box have the initial focus, rather than the drop down 2) The drop down seems ordered backwards. Shouldn't the last thing you wrote be stored at the top?
Eric Coleman
On May 15, 2006, at 3:35 PM, Chris Thomas wrote:
I just checked in a new version of CommitWindow with two user- visible modifications:
• Deselect external items by default. • Preserve the last few commit summaries in a persistent pop-up menu. Summaries are saved even when the commit is canceled.
To get it, you'll need to check out the latest version of $TM_SUPPORT_PATH/CommitWindow.app. You don't need to update Subversion or the other version control bundles.
As for word completion with escape, one could remove the escape key equivalent from the cancel button, but keyboard-only users still need a way to cancel.
Chris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
- Make the text box have the initial focus, rather than the drop down
That was the intent, FWIW... I don't have the controls-get-focus enabled at the moment.
- The drop down seems ordered backwards. Shouldn't the last thing
you wrote be stored at the top?
Yes, it should. Check out the latest.
Chris
On May 19, 2006, at 9:56 PM, Chris Thomas wrote:
- Make the text box have the initial focus, rather than the drop
down
That was the intent, FWIW... I don't have the controls-get-focus enabled at the moment.
- The drop down seems ordered backwards. Shouldn't the last
thing you wrote be stored at the top?
Yes, it should. Check out the latest.
Chris
Great stuff!
thomas Aylott—subtleGradient—oblivious@subtleGradient.com
On 15 maj 2006, at 21.35, Chris Thomas wrote:
I just checked in a new version of CommitWindow with two user- visible modifications:
• Deselect external items by default. • Preserve the last few commit summaries in a persistent pop-up menu. Summaries are saved even when the commit is canceled.
To get it, you'll need to check out the latest version of $TM_SUPPORT_PATH/CommitWindow.app. You don't need to update Subversion or the other version control bundles.
A quick question, from which subversion rep do you actually check it out?
As for word completion with escape, one could remove the escape key equivalent from the cancel button, but keyboard-only users still need a way to cancel.
Chris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 20.05.2006, at 14:44, Mikael Hultgren wrote:
A quick question, from which subversion rep do you actually check it out?
Please see here: http://macromates.com/textmate/manual/ bundles#getting_more_bundles and here http://macromates.com/wiki/Main/FAQ#todolist for details of the support directory.
Soryu