Archived
1

Fixed broken editing algorithm

Added some helpers
This commit is contained in:
Kim Wittenburg
2014-09-28 23:49:15 +02:00
parent 9a8893796c
commit 43b6f78afb
2 changed files with 39 additions and 8 deletions

View File

@@ -603,6 +603,9 @@
- (void)replaceElementsInIndexedRange:(NSRange)range
withElements:(NSArray *)elements;
- (void)replaceSymbolsInRangePath:(MPRangePath *)rangePath
withElements:(NSArray *)elements;
/*!
@method appendElement: