Bloc
Bloc copied to clipboard
Can we merge fenster package into Bloc?
There is no other user of these four classes
The code is already in this repo, but it's not renamed, do you mean that?
https://github.com/pharo-graphics/Bloc/tree/master/src/Fenster https://github.com/pharo-graphics/Bloc/tree/master/src/Fenster-Tests
Ok I did not notice that it was in the same repo. Now we could rename it bloc-something.
Strange to read the class names due to the project name and mixed language: because "Fenster" is "Window" in german. So "FensterPosition" is basically "WindowPosition" ...
I think we should rename them to Window so it is clear. Thanks for the hint @astares
I renamed to Bloc-Display, I hope you agree! Using the word window was weird as it's not used in Bloc (a BlSpace is a window).
It could be also Bloc-ScaleFactor, or Bloc-Space-ScaleFactor, because these classes are about the scale factor, that makes that in retina (HiDPI), 200@200 size means 400@400.
Ok perfect. This is good to remove this dependency.