You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a possible crasher where an ITMultilineTextFieldCell is treated as
an NSTextFieldCell, in having an NSString set as it's objectValue.
Previously, ITMultilineTextFieldCell assumed an NSArray as it's objectValue.
Adding some new classes that ease access of Carbon/Mac-style resource…
… files/forks.
These classes are also easily extensible to add support for getting native forms
of the data contained within various resources.
Also fixed some random warnings in Status Window code.