CommitView: Allow drag and drop to external applications

This allows you to drag a changed file to for example XCode,
so you can edit it.
This commit is contained in:
Pieter de Bie
2008-11-19 15:06:13 +01:00
parent b0caa349ae
commit e76d483180
2 changed files with 21 additions and 2 deletions
+6
View File
@@ -18,4 +18,10 @@
return nil;
}
- (NSDragOperation) draggingSourceOperationMaskForLocal:(BOOL) local
{
return NSDragOperationEvery;
}
@end