Alain Plantec

Results 17 issues of Alain Plantec

a lot of classes, do we really need them ?

discussion

Sometime the inner tree of monotone selection is not correctly changed when deselecting. Repeatable cases are implemented in BlCompositeSelectionTest

This would allow very nice rendering as selection in the sublime text editor.![image](https://github.com/pharo-graphics/Bloc/assets/435221/54757a9e-6165-42d0-bcda-2a0404b0c6dd)

Since we have subclasses, it is desirable to have #sentTo: to simplify event handler implementation. Currently, the modifiers has to be checked in handlers whereas it has already been checked...

related to #349 BlChildren should use delegation on a Collection and not inherit from Collection

DNU in BlHandlerAnnouncerRegistry>>#remove: (sent from BlElementEventDispatcher>>removeEventHandler:)

the test code is not correct in fact. the child should be build with ``` child := self testChildElementMatchingParent.```

In Toplo, ToAntDesignIconProvider is generated by ``` ToIconProviderGenerator generateIconProviderClassName: 'ToAntDesignIconProvider' fromSrcDirectotyNamed: 'ant_design_svg' ` ``` To regenerate, just upload and uncompress ant_design_svg.zip in the directory where your image is located and...