began work for seamless editing with history support

This commit is contained in:
michael starke
2016-08-25 18:02:19 +02:00
parent b7357e2e43
commit 2958f5255b
14 changed files with 121 additions and 105 deletions

View File

@@ -16,8 +16,6 @@
- (NSResponder *)reconmendedFirstResponder;
- (void)updateResponderChain;
#pragma mark Binding Observation
/**
* Override this to get notificied when setValue:forKeyPath will be called with a keypath starting with representedObject.
@@ -36,4 +34,6 @@
*/
- (void)didChangeValueForRepresentedObjectKeyPath:(NSString *)keyPath;
@end