Hi all then :) > what I don't understand is, if the module is developed for the latest stable > release 0.28.1, in which case Bob's proposal would not be applicable, or for > the current svn version, in which case we could indeed find a way how ArgoUML > could be modified so that the module can benefit from that. Enrico, can you > tell on which code base of ArgoUML do you develop?
Actually i'm working on the 0.28.1 sources, as downloaded from the website. I'am downloading the last development release 0.29.1 (October 8th, 2009) to make a quick diff just to get what's changed > Yes, I agree! I like the factory approach. Maybe the check if the action > should be created could be extracted, but then could it still be in the > factory, or is a helper needed? This change is quickly done, but there should > be a feature request in issuezilla. It's done :) it's done :) > You should use the Translator, just have a look into the sources of the Java > or C++ module how this is done. I managed to do it! I putted all my stuff into a org.argouml.i18n package with my gettersetter.properties files, and changing the names of my properties to getterseter.blah.blah.blah >> c) Same thing inside the Explorer panel for the icon to show, i have mine >> in my module but i don't get how to associate it > > I don't know the answer to this one. The C++ module has some icons inside > (the Java module too, but I don't use them), so maybe Luis can tell more. Digging as usual, i'm still wondering how, but it seems that the icons are statically defined inside the ResourceLoaderWrapper and i don't see any way to add something to this map. >> Of course as far as i have a consistent (and cleaned, and commented) system i >> will let you have the code for all these things, of course if there is >> someone interested in this > > OK, would make things easier to discuss. So basically, you managed to get > work everything, though you needed to go deep into the ArgoUML > implementation, which is not optimal. That's why I asked if it's OK for you > if we build the needed API now, or if it's too late for you. Well... i went deep :P i had to add some stuff to ExplorerPopup, FigEdgeModelElement, FigNodeModelElement, UMLDiagram... I mean max 5 lines per class plus the import of my custom factories.. > By the way: for ad hoc question, there is also the #argouml irc channel. Blame on my company's firewall.... :( PS Still reading on quotations manuals, still not appling the concepts...but i'll be a quote master asap :P EnDaRos ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2409759 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
