For those of us who have to manage multiple plug-in projects an interesting problem arises if we want to factor out common code (e.g. for handling references) into a single class but for multiple plug-in types. Here I…
Posted: Oct 08, 2009
Views: 7524
Published by: Christopher Diggins
Users comments (1)
Posted by EnderJSC on Oct 29, 2009 at 08:07 PM
I was just considering implementing this exactly. Thanks.