Pierre Laborde
Pierre Laborde
See to identify Pyramid editor impact https://github.com/pharo-graphics/Bloc/issues/570
Hi, I'm trying to replace my old "fork" stuff with TaskIt. I cannot find how to suspend a worker, for example I have this code: ```st thread := [ "blabla"...
Hi, In Pharo 11 I use: `MCSearchFacade classSearchIn: list` to open a selector classes window. This classe is removed from Pharo 11. What is the equivalent for Pharo 12 ?...
I want to create a new Theme. But my selection color is dark, I'm using the method "selectionTextColor" to define the text color of selected element (I suppose). The property...
Hello! Some enhancements about inspector capacities to browse objects "pointers to": - The icon for using debugger (break and watch) is the same icon that the "Browse pointers to" action,...
The method BlElement>>inUIProcessDo: aBlock cannot value block when there is no uiProcess (nil). This is the case when I'm writing basic unit tests. I think it should be great to...
Hi @tinchodias, I detect a problem, for me. But we need to discuss and get a solution. I'm using a BlEventListener subclass to write behavior on a click. Here my...