[Pharo-project] How to define a trait with packagebrowser?
Hi in pharo10086 + ScriptLoader loadTools I would like to know how to define a trait. I thought that traits integration was in. Stef
I would like to know how to define a trait. I thought that traits integration was in.
In the context-menu of a class don't you get the button 'new trait template'? Then you can define the trait as you define a class. TraitsIntegration is integrated, I took the code of Juraj and put it into OB-Enhancements, so that we only have to load one package now to get it. Same is true for SUnitIntegration btw. David
Apparently I do not have it. can you check the universe? On Oct 4, 2008, at 4:49 PM, David Röthlisberger wrote:
I would like to know how to define a trait. I thought that traits integration was in.
In the context-menu of a class don't you get the button 'new trait template'? Then you can define the trait as you define a class.
TraitsIntegration is integrated, I took the code of Juraj and put it into OB-Enhancements, so that we only have to load one package now to get it. Same is true for SUnitIntegration btw.
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
David Röthlisberger -
Stéphane Ducasse