On 10/27/2011 10:43 PM, Martin Peach wrote:
I have just got that working for pdlua in svn. Some notes:
A class must have a menu-open method before the Open item will be highlighted:
class_addmethod(our_class, (t_method)our_menu_open, gensym("menu-open"), A_NULL);
Martin, thanks a bunch for this. I now added the same functionality to pd-pure (http://code.google.com/p/pure-lang/wiki/Addons#pd-pure).
Albert