StéphaneDucasse
StéphaneDucasse
the pdf are pointing no where
This a strange idea to have the core depending on morphic!
There is no other user of these four classes
boundsInLocal is an old method from before feenk started working on Bloc. It should be deprecated and removed, just like already deprecated {category : #'geometry bounds' } BlElement >> boundsInParent...
We managed to find time to document classes related to BlStyles and BlElementStyle. Below are the links to the corresponding documentation: - BlStyles: https://github.com/feenkcom/Bloc/blob/master/src/Bloc/BlStyles.class.st - BlElementStyles: https://github.com/feenkcom/Bloc/blob/master/src/Bloc/BlElementStyles.class.st - BlForwardedElementStyles: https://github.com/feenkcom/Bloc/blob/master/src/Bloc/BlForwardedElementStyles.class.st...
``` openInWindow: anElement named: aTitleString extent: aPoint "Open a given element in a window of a provided extent and specified title" | aSpace | aSpace := BlSpace new extent: aPoint;...
And it is only used in a single ``` initialize ParagraphPool := BlSynchronizedObjectPool pool: (BlBagObjectPool new: 1000). DefaultText := 'Text' asRopedText readonly ```