Files
textmate/Frameworks
Allan Odgaard 79a47ee277 Don’t store pasteboard entries in an ordered collection
Instead we date stamp each entry and do a sorted fetch (with a limit of one) to find next/previous entry (when required).

The reason for moving away from an ordered collection is twofold, the main reason is that NSArrayController does not support ordered collections, so we lose one of the advantages of switching to CoreData. The secondary reason is that using an ordered collection requires that we use an index for “current item” (or maybe liberal use of indexOfObject:) and it’s problematic to ensure that the index is kept 100% in sync with the entries in the collection (especially with bindings and delayed actions).
2014-02-28 14:28:03 +07:00
..
2013-09-03 12:27:20 +02:00
2013-09-03 12:27:20 +02:00
2013-12-14 14:22:15 +07:00
2013-09-03 12:27:20 +02:00
2014-02-18 23:09:53 +07:00
2013-08-25 21:13:06 +02:00
2013-10-04 16:51:27 +02:00
2014-01-09 14:19:58 +07:00
2013-09-05 20:59:10 +02:00
2013-09-03 12:27:20 +02:00
2013-12-14 12:10:05 +07:00
2012-08-09 16:25:56 +02:00