-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish chapter "Lists, tables and trees" #98
Conversation
koendehondt
commented
May 17, 2024
- Replaced all images except Moose image
- Tried all examples
- Improved text
I will have a look. |
Are you sure about this asStringOrText (it looks not really nice to my eyes)? |
Yes, I am sure. I checked all the code, so also this part. I was surprised too 😄. See initialize
super initialize.
self initializeTSearchable.
autoDeselect := true.
allowToSelect := true.
display := [ :object | object asStringOrText ] |
@Ducasse I added all examples of this chapter to the code repo. See |
In fact I would introduce a method that call Smalltalk globals allClasses because we should remove this Smalltalk variable in the future. |