mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-03 17:33:41 +00:00
Previously the method shouldSelectRow was called even it's the method selectionIndexesForProposedSelection was implemented by the delegate. Now it works as in Cocoa. The method selectionIndexesForProposedSelection is called when it has to be called, like in Cocoa. This PR adds new methods to check and call the delegate/datasource methods more easily Test app in Tests/Manual/TableTest/DelegateSelectionTest/
Requires objj be installed, as well as ojunit, located at http://github.com/cappuccino/ojunit
Run individual tests using a command similar to the following:
objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j