Fixed some localizations in the inspector

Added emptryTrash action
More work on the trash can integration

Undo/Redo get's fucked up if any Trash-related operation is in the stack!
This commit is contained in:
michael starke
2013-07-02 21:17:14 +02:00
parent 07bf863fa4
commit 2abf258308
11 changed files with 548 additions and 239 deletions

View File

@@ -65,11 +65,15 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
- (Kdb4Tree *)treeV4;
- (Kdb3Tree *)treeV3;
#pragma mark Data Manipulation
- (void)useGroupAsTrash:(KdbGroup *)group;
#pragma mark Undo Data Manipulation
/* Undoable Intiialization of elements */
- (KdbGroup *)createGroup:(KdbGroup *)parent;
- (KdbEntry *)createEntry:(KdbGroup *)parent;
- (StringField *)createStringField:(KdbEntry *)entry;
/*
All non-setter undoable actions
*/