mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
@@ -18,4 +18,10 @@
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSDragOperation) draggingSourceOperationMaskForLocal:(BOOL) local
|
||||
{
|
||||
return NSDragOperationEvery;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user