Rudimentary auto type is working. Still some kinks on timing, etc.

This commit is contained in:
michael starke
2014-03-21 20:13:10 +01:00
parent 63f002aacd
commit 638f3ab9f9
7 changed files with 41 additions and 45 deletions

View File

@@ -73,6 +73,7 @@ NSString *const MPPasteBoardControllerDidClearClipboard = @"com.hicknhack.macpas
}
- (void)copyObjects:(NSArray *)objects {
NSLog(@"ShoudlCopy %@", objects);
/* Should we save the old content ?*/
[[NSPasteboard generalPasteboard] clearContents];
[[NSPasteboard generalPasteboard] writeObjects:objects];