Every two weeks, we show you how Cappuccino is growing.
Cappuccino
News
- The method
setControlSize:
with optionsCPRegularControlSize
,CPSmallControlSize
andCPMiniControlSize
is now availble for every standard Cappuccino control.
The theme attribute
nib2cib-adjustment-frame
has been added toCPControl
. This allows you to specify the small adjustments and tweaks to the size and position of a control as it’s converted throughnib2cib
to an app using your theme. The Cappuccino themes, Aristo and Aristo 2, implement this.The method
PatternColor()
has been improved. The function lets the user to set the size of the slices of a pattern color. This enables Retina (hi-dpi) resolution controls.
Changes/Fixes
- The ‘CPPredicateEditor’ and ‘CPRuleEditor’ have been redesigned. They now use regular
CPTextField
andCPPopUpButton
controls instead of private equivalents.
The
bootstrap.sh
filters out the stringOpenRDK Runtime Environment
when detecting Java version.The
CPToolTip
class has been improved. Content alignment and a truncation issue have been fixed.Buttons of a
CPButtonBar
are now removed from aCPButtonBar
when they are not displayed anymore.The
CPOutlineView
doesn’t crash when reloading its data and changing the position of an item anymore.
Cucapp
News
Cucapp automatically simulates several
CPMouseMoved
events between two simulated events generated by the tester.A category to
CPMenuItem
has been added to easily add acucappIdentifier
to a CPMenuItem.
Changes/Fixes
- The category
Cucumber+Extensions.j
doesn’t raise an exception in Firefox anymore.