Fixed #23 Revert to saved now working

Fixed KVO issues with active items not being updated on tree reset
Fixed #6 Moved all move/delete/create functions into MPDocument
Intigrated OutlineViewDelegate into OutlineViewController
This commit is contained in:
michael starke
2013-06-26 01:19:44 +02:00
parent c2e9cfc7d6
commit cb18013964
17 changed files with 217 additions and 229 deletions

View File

@@ -52,6 +52,6 @@ typedef enum {
- (void)openURL:(id)sender;
/* Entry Handling*/
- (void)deleteEntry:(id)sender;
- (void)deleteNode:(id)sender;
@end