From: Jonathan P. <jp...@dc...> - 2006-02-20 10:13:13
|
On 20 Feb 2006, at 9:27, Hunter Kelly wrote: > Does Interface Builder have some kind of hook that we could modify to > make it recognize .rb files? Even cooler would be a way to tell it > that it would be a ruby file, and have it generate the skeleton .rb > file... I don't think so. However, it's possible that you could do the drive Interface Builder via AppleScript to create the classes as required. You could probably also create a ruby script that parses the output from 'nibtool -c' (and other options) to create a skeleton .rb file. |