[Etoys] How to distribute amd install MO for Apps
Karl
karl.ramberg at comhem.se
Sun Nov 25 09:46:44 EST 2007
Yoshiki Ohshima wrote:
>> I tested using CodeLoader with DrGeo but it seems load times are about
>> the same as with the regular project saving with less control over
>> included changes :-(
>>
>> CodeLoader exportCodeSegment: 'tester.extSeg' classes: ChangeSet current
>> changedClasses keepSource: false
>>
>
> CodeLoader still uses textual code and you need to parse it upon
> loading, right?
CodeLoader uses ImageSegment>>copyFromRootsForExport: .
The scanning for classes is not optimal as it does not allow compact
classes, which you can have in change sets.
I have not found any way of loading segments with outpointers without
code filein/ recompilation.
Karl
More information about the Etoys
mailing list