[MacRuby] #1093: nested class causes interface builder parsing to fail
#1093: nested class causes interface builder parsing to fail -------------------------+-------------------------------------------------- Reporter: juri@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ib -------------------------+-------------------------------------------------- Having a nested class inside a class used in IB causes the parsing to fail. I have a view controller class with three action methods, and they are visible in IB. When I added a nested class inside the class, the methods disappeared from view, causing warnings from IB. This changeset to my project solved the problem: https://bitbucket.org/juri/rcrunner/changeset/fa13577cdc48 -- Ticket URL: <http://www.macruby.org/trac/ticket/1093> MacRuby <http://macruby.org/>
#1093: nested class causes interface builder parsing to fail -------------------------+-------------------------------------------------- Reporter: juri@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ib -------------------------+-------------------------------------------------- Changes (by lsansonetti@…): * milestone: MacRuby 0.8 => MacRuby 1.0 Comment: Thanks for reporting this. While the IB parser might not be able for the time being to support nested classes, it should at least not stop processing a class that contains a nested class. Screening for 1.0 release. -- Ticket URL: <http://www.macruby.org/trac/ticket/1093#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby