Blog : Suit My Mind - Software that suits you

This Week in Edge Cappuccino (27)

See last post here.

November 12 - November 18, 2009 Edition

There haven't been any commit in the master branch, but there was 45 commits in the jake branch (which should be merged in the master branch anytime soon).

  • CPTextField gets some changes so it behaves more like NSTextField. More info in this thread. The commits : here, here
  • You don't have to call sudo to run jake install, sudo is called by jake. The commit : here
  • CPSavePanel gets some support for properties (like isExtensionHidden, canSelectHiddenExtension, allowsOtherFileTypes, canCreateDirectories) in desktop mode. The commit : here
  • CPRadio gets support for target and action. See how it works in this video. The commits : here, here
  • CPToolbar got an almost complete rewrite. More info in this thread. The commit : here
  • Built projects can now locate .j files in subfolders. The commit : here