Yosemite NSCollectionView appropriate for spreadsheet-like view?

2016-05-01 Thread thatsanicehatyouhave
Hi, I have an NSTableView that may sometimes be called upon to display very large amounts of data. I can handle this in the vertical aspect - while my data source may have many thousands of rows, I only load batches of 500 at a time, and NSTableView doesn't slow down for rows not displayed. Thi

Re: undomanger performance

2016-05-01 Thread Jean-Daniel Dupas
> Le 1 mai 2016 à 01:42, Quincey Morris a > écrit : > > On Apr 30, 2016, at 12:49 , Jean-Daniel Dupas > wrote: >> >> Maybe registering the changes is not executed immediately but deferred until >> the end of the current event loop cycle > > There’s no “maybe” ab