This Week in Edge Cappuccino (29)
See last post here.
November 26 - December 02, 2009 Edition
There haven't been any commit in the master branch, but there was 14 commits in the jake branch (which should be merged in the master branch anytime soon).
- CPString gets a new commonPrefixWithString method. The commits : here, here, here
- A lot of cleanup in the jake branch (can you feel the merge coming?) : here, here, here, here, here
- CPViewController does not load the same cibs lots of times anymore. The commits : here, here
- Keyboards event handling has been reworked, it now uses snippets from the Google Closure Library. Ross says : «Previously, you had to manually blacklist keys which you wanted to use for keyboard events and which you did not want the browser to take action on. Now, this is inferred by whether or not your application returns YES from performKeyEquivalent:. Additionally, there’s a mechanism that will allow you to both perform a key equivalent and still allow the event to bubble up the browser if necessary. Another important fix is with copy/paste events. You’ve always been able to use the copy/paste events to interact with the native text clipboard, which allows applications like 280 Slides to copy and paste text without using a textfield. This broke in Safari 4, but is now fixed and should be even more robust». The commits : here, here