Re: [MacRuby-devel] [MacRuby] #46: Interface Builder unable to parse new keyed arguments, fails to load class files
#46: Interface Builder unable to parse new keyed arguments, fails to load class files --------------------------------+------------------------------------------- Reporter: apparently@fake.ru | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: As of r561, in trunk, there is now a new IB parser that replaces during install the old RubyCocoa parser. The new parser works with both RubyCocoa and MacRuby source files. It's written in MacRuby and uses ripper. MacRuby special notes: 1) ib_outlet(s) is deprecated, you should use attr_writer or attr_accessor to define IB outlets. 2) ib_action is deprecated, you should define methods with only one argument instead. If you want that method to appear in IB as an action, the argument must be named "sender". -- Ticket URL: <http://www.macruby.org/trac/ticket/46#comment:5> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby