On Oct 31, 2013, at 10:01 AM, livinginlosange...@mac.com wrote: > As my list of rows grows, text entry in my NSTextView crawls to a slow. I > have profiled my code and it appears that "set to continuously update" marks > the whole table view for update. On every keypress, the whole entire > NSTableView is redrawn.
It should only be redrawing the row corresponding to the model object that changed. What KVO notifications in your object model get triggered as a result of the text field changing? —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com