Files
cappuccino/Tests/Manual/CPTextFieldMovementsTest/main.j
T
Alexandre Wilhelm ebc1025fd9 New: Added Movement Codes for CPTextDidEndEditingNotification
This PR adds a new feature for CPControl. Now when leaving the control, the userInfo of the notification CPTextDidEndEditingNotification contains the last movements of the control as in COCOA

Test app in Tests/Manual/CPTextFieldMovementsTest
2013-10-29 01:20:00 -07:00

18 lines
275 B
Plaintext

/*
* AppController.j
* CPTextFieldMovementsTest
*
* Created by Alexandre Wilhelm on October 29, 2013.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}