Alexandre Bergel

Results 24 comments of Alexandre Bergel

Hi @noha ! It is an extremely specific feature, which deserves to be carefully considered and not in hurry. We are waiting for Roassal3 to be part of Pharo 9,...

We should use Commander2 to define menu on elements

It seems that it can go to `'Roassal3-Builders'`, with its strategies

Very similar to #287

I would hope to have something like:

What about rewriting the method: ```Smalltalk RSZoomToFitCanvas >> onShape: aCanvas aCanvas when: RSKeyUp do: [ :evt | self processKeyUp: evt ]. " aCanvas when: RSExtentChangedEvent do: [ self zoomToFitIfNecessary: aCanvas...

Consider the following code: ```smalltalk canvas := RSCanvas new. outerShapes := RSComposite models: #(10 20) forEach: [ :s :nb | s add: (RSCircle new color: Color blue; model: (nb +...

We could have a `RSTDeepSearch` that is used by `RSTContainer` and `RSGroup`. But there is privateNodes and privateEdges that must only use children / shapes. Currently it is messed up

Sent it to you by email