On 31 Oct 2013, at 6:01 pm, livinginlosange...@mac.com wrote:

> 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.
> 
> Is there any strategy to minimize this full redraw?


You don’t mention how the text view is coupled to the table view. If you are 
doing this through a data source controller of your own, it’s up to you how to 
handle the update, for example by only calling for the relevant row to be 
reloaded. If you’re using bindings, you’re at the mercy of its implementation, 
so that might not be the best way forward for this case.

—Graham


_______________________________________________

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

Reply via email to