SqueakByExample-english icon indicating copy to clipboard operation
SqueakByExample-english copied to clipboard

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...

Results 40 SqueakByExample-english issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/hpi-swa-lab/SqueakByExample-english/assets/38782922/fa1543ec-79ab-4a3b-89fd-c34d9ddfcd1d) > About this version of the book > Squeak by Example is a classical book intended for PDF/print format in the first place. Nevertheless, we made some efforts to...

When adding it, please also add an index to it ("debug it" and "keyboard shortcuts, debug it").

bug

For an improved navigation experience.

enhancement
latex

![image](https://github.com/hpi-swa-lab/SqueakByExample-english/assets/38782922/4e1ecf00-5011-4f6d-b53e-5365c4b2e2c8)

bug

Currently the book introduces: ![image](https://github.com/hpi-swa-lab/SqueakByExample-english/assets/38782922/29a9782b-0604-4bac-95fb-593664161c8e) And later it says: ![image](https://github.com/hpi-swa-lab/SqueakByExample-english/assets/38782922/9eded9fe-bf7b-4b31-b99b-39899afef046) However, this is too simple. There are many shortcuts that have different behavior with Ctrl or Alt on Windows. For...

bug

- Add to readme how to switch to debugging mode - Add to readme hint to use the process browser to check for stopped processes

documentation
internal

Originally reported by @lcuff: > On page 32, Where it says "Note that the characters ‘' on line 3 are two separate single quotes”, the line number above where that...

bug

Just brainstorming. No claim for completeness. Please feel free to ~~`~~strike through~~`~~ bad ideas. :-) --- Tools: - [x] Inspector: custom fields (since Squeak 6.0) (see #135) - [x] Debugger...

enhancement

In sec 2.7, we introduce our typographic convention: > **A typographic convention.** Smalltalkers frequently use the notation “>>” to identify the class to which a method belongs, so, for example,...

bug