Re: NSUndoManager Won't Redo

2013-07-19 Thread Keary Suska
On Jul 18, 2013, at 2:04 PM, Quincey Morris wrote: > On Jul 18, 2013, at 11:58 , Keary Suska wrote: > >> Posting in hopes that someone has run into this case and figured it out. > > There used to be a bug in text field undo in a somewhat similar case (though > I don't remember whether it invol

Re: NSUndoManager Won't Redo

2013-07-18 Thread Quincey Morris
On Jul 18, 2013, at 11:58 , Keary Suska wrote: > Posting in hopes that someone has run into this case and figured it out. There used to be a bug in text field undo in a somewhat similar case (though I don't remember whether it involved using separate undo managers for the text fields) and it's

NSUndoManager Won't Redo

2013-07-18 Thread Keary Suska
Posting in hopes that someone has run into this case and figured it out. Goal: I have a fairly vanilla document-based app whose content is made up of a number of discrete data bits, some managed by NSTextViews. I would like the text views to handle undo during editing as they should but without