Alain Plantec
Alain Plantec
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.
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:)
testElementWithThreeExactChildrenAlignInExactParentRTL is failing
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...