How to file out all code in a MC package?
I am currently trying to port some code from Pharo to Visual Smalltalk Enterprise (yes, I know VSE is very old, but nevertheless still used by some people). Since VSE don't support Metacello, I am trying to load the code in Pharo, and use Fileout. The SystemBrowser support Fileout on package, class and method, but how can I find (and fileout) all loose/extension methods in an MC package? [sPeople Logo]<http://www.sPeople.dk> Henrik Høyer Chief Software Architect hh@sPeople.dk<mailto:[e-mail]> * (+45) 4029 2092 Tigervej 27 * 4600 Køge www.sPeople.dk<http://www.sPeople.dk> * (+45) 7023 7775
rename the files .mcz into .zip and unzip it. the code is inside. Stef On Jun 26, 2012, at 10:16 AM, Henrik Høyer wrote:
I am currently trying to port some code from Pharo to Visual Smalltalk Enterprise (yes, I know VSE is very old, but nevertheless still used by some people).
Since VSE donât support Metacello, I am trying to load the code in Pharo, and use Fileout.
The SystemBrowser support Fileout on package, class and method, but how can I find (and fileout) all loose/extension methods in an MC package?
<speoplelogo.png> Henrik Høyer Chief Software Architect hh@sPeople.dk ⢠(+45) 4029 2092 Tigervej 27 ⢠4600 Køge www.sPeople.dk ⢠(+45) 7023 7775
Thanks, just was I was looking for! -- Henrik Høyer Chief Software Architect hh@sPeople.dk * (+45) 4029 2092 Marievej 15 * 4600 Køge www.sPeople.dk * (+45) 7023 7775 -----Original Message----- From: pharo-users-bounces@lists.gforge.inria.fr [mailto:pharo-users-bounces@lists.gforge.inria.fr] On Behalf Of Stéphane Ducasse Sent: 26. juni 2012 10:28 To: A friendly place where any question about pharo is welcome Subject: Re: [Pharo-users] How to file out all code in a MC package? rename the files .mcz into .zip and unzip it. the code is inside. Stef On Jun 26, 2012, at 10:16 AM, Henrik Høyer wrote:
I am currently trying to port some code from Pharo to Visual Smalltalk Enterprise (yes, I know VSE is very old, but nevertheless still used by some people).
Since VSE don't support Metacello, I am trying to load the code in Pharo, and use Fileout.
The SystemBrowser support Fileout on package, class and method, but how can I find (and fileout) all loose/extension methods in an MC package?
<speoplelogo.png> Henrik Høyer Chief Software Architect hh@sPeople.dk * (+45) 4029 2092 Tigervej 27 * 4600 Køge www.sPeople.dk * (+45) 7023 7775
participants (2)
-
Henrik Høyer -
Stéphane Ducasse