Changeset [8ef7f071951788d58c552ca006beac88c59d5a74] by Alexander Ljungberg
December 14th, 2010 @ 12:33 PM
Fixed: CPArrayController's addObject and CPArray's insertObject:inArraySortedByDescriptors:.
CPArray insertObject:inArraySortedByDescriptors: now quickly inserts objects at the end of the array if no sort descriptors are specified.
CPArrayController initialises its sort descriptors to an empty array.
Fixed: array controller's addObject added objects to the
arranged objects array in a different order than in the content
array if no sort descriptor was set.
https://github.com/280north/cappuccino/commit/8ef7f071951788d58c552...
Committed by Alexander Ljungberg
- M AppKit/CPArrayController.j
- M Foundation/CPArray.j
- M Tests/AppKit/CPArrayControllerTest.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.