hpi-swa-lab / SqueakByExample-english

An introductory book about the Squeak/Smalltalk programming system, guiding students and developers through the environment, language, tools, and the Morphic framework by means of a series of examples and exercises.
https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.html
Other
25 stars 7 forks source link

Getting the 5.3 release ready #74

Closed codeZeilen closed 3 years ago

codeZeilen commented 3 years ago
LinqLover commented 3 years ago
  • Deactivate shadows for screenshots, as some now have shadows and some do not
  • Set rounded corners for windows

These should all be configurable in https://github.com/hpi-swa-lab/SqueakByExample-english/blob/master/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/useScreenshotPreferencesDuring..st. Shall I do this?

LinqLover commented 3 years ago

What is the deadline?

codeZeilen commented 3 years ago

These should all be configurable in https://github.com/hpi-swa-lab/SqueakByExample-english/blob/master/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/useScreenshotPreferencesDuring..st. Shall I do this?

That would be nice!

What is the deadline?

End of November, so a release on the 4th of December becomes possible.

LinqLover commented 3 years ago

Alright, see #75. :-)

codeZeilen commented 3 years ago

Work on this continues in the branch edition-5-3