Yes! I will do that.
On 06 Oct 2015, at 08:18, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
https://pharo.fogbugz.com/f/cases/16726/move-Reflectivity-Styling-to-a-separ... <https://pharo.fogbugz.com/f/cases/16726/move-Reflectivity-Styling-to-a-separ...>
2015-10-06 8:06 GMT+02:00 Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>>: Hi,
can you, please, move MetalinkIconStyler and MetalinkTextSegmentMorph to a separate package? It is dependent on Morphic so it makes obsolete classes in the minimal Pharo image.
Cheers, -- Pavel
2015-10-03 14:16 GMT+02:00 Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>>: Hi,
With Miguel Campusano we build a small demo.
There is a "Execution Metalink Demoâ Plugin for Nautilus.
"A demo of Metalink usage: when it is installed, it glows red when the selected method is executed somewhere in the systemâ
If you install it and open a new browser, there is a strange morph in the middle position. every time you select a method, it installs a meta-link there that calls a method on the morph to make it red. Then the morph has a #step method to get darker step by step.
-> activate the plugin -> open new browser -> go to Array>>#asArray and see how it glows e.g. when moving the window
Note: -> if you select the ârightâ methods, the image will freeze (meta-recursion, we do not use meta-level aware links yet) -> somehow the metalinks do not get GCed (but it seems the actual de-installing works).
The idea is that it is for now just a demo⦠but when the framework gets stable, it is an example of what we can do with it.
Marcus