On Thu, Jul 24, 2014 at 3:15 PM, Pavel Krivanek <[email protected]> wrote: > > > > 2014-07-24 14:33 GMT+02:00 stepharo <[email protected]>: > >> Pavel >> >> [ Morphic-Core ] WorldMorph>>mouseDown: evt >> super mouseDown: evt. >> self currentWindow ifNotNil: [ :topWindow | >> SystemWindow passivateTopWindow ] >> >> creates another dependencies to Morphic-Widgets-Windows > > > I can see this dependencies as Undeclared in the generated image. > >> >> >> There is also >> >> slideBackToFormerSituation: that could be omve to morphic-base because >> it refers to transformation morph. > > > It is very ugly dependency because we need this classes only for one > uncommon case. If it is possible, I would gladly to remove this obsucre code > and not add the next one :-) > >> >> >> Pavel why don't we use >> https://github.com/pharo-project/pharo-workingRoadmaps >> >> to share possible ideas? > > > I would prefer some on-line solution. Eg. wiki on Google Code that is still > active...
You could modify these roadmaps online like a Wiki. Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
