this is a theoretical question: suppose I came up with a wonderful new scripting language and want to make Cocoa bridge for this.
Is it possible to get Interface Builder to recognize a new language and automatically analyze the source code so that it can display IBAction and IBOutlet s, as is already done for Objective-C .h , RubyCocoa .rb and PyObjC .py , as well as AppleScriptObjC .applescript files? Or is it hardcoded in Interface Builder?
If possible, how can I do this and / or have a document?
source share