Hey guys,
I have a text view app, and undo doesn't seem to want to work right.
I have no custom code on this, but if I undo once, its fine, but if I do undo twice in a row, I get this message:
2004-05-14 18:42:52.983 [968] *** -[NSBigMutableString _newSubstringWithRange:zone:]: Range or index out of bounds
2004-05-14 18:43:03.912 [968] undo: NSUndoManager 0x4b7ee30 is in invalid state, undo was called with too many nested undo groups
If I try and undo again after I get this message, I get the same:
2004-05-14 18:43:03.912 [968] undo: NSUndoManager 0x4b7ee30 is in invalid state, undo was called with too many nested undo groups
I really have no clue why this is happening since I have no code custom undo code.
Any ideas?
Thanks,
Oliver