mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-19 00:43:29 +00:00
- Do not override search button action, catch mouse events in mouseDown: instead. - Do not resign first responder on searchfield when showing the context menu - Give more space between search button and insertion point - Do not add search string to recents searches when typing and sendsWholeString == NO, only on enter. - Select all text when showing the menu or after selecting a recent search in the menu - Support custom search/cancel buttons and custom layout - Allow images in template menu items - Updated Test App with custom buttons
Requires objj be installed, as well as ojunit, located at http://github.com/280north/ojunit
Run individual tests using a command similar to the following:
objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j