How to file out all code in a MC package?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to file out all code in a MC package?

Henrik Høyer

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 Henrik Høyer
Chief Software Architect
[hidden email] • (+45) 4029 2092
Tigervej 27 • 4600 Køge
www.sPeople.dk • (+45) 7023 7775


Reply | Threaded
Open this post in threaded view
|

Re: How to file out all code in a MC package?

Stéphane Ducasse
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
> [hidden email] • (+45) 4029 2092
> Tigervej 27 • 4600 Køge
> www.sPeople.dk • (+45) 7023 7775
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to file out all code in a MC package?

Henrik Høyer
Thanks, just was I was looking for!


--
Henrik Høyer
Chief Software Architect
[hidden email] * (+45) 4029 2092
Marievej 15 * 4600 Køge
www.sPeople.dk * (+45) 7023 7775



-----Original Message-----
From: [hidden email] [mailto:[hidden email]] 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
> [hidden email] * (+45) 4029 2092
> Tigervej 27 * 4600 Køge
> www.sPeople.dk * (+45) 7023 7775
>
>